Title: [98499] trunk/LayoutTests
Revision
98499
Author
[email protected]
Date
2011-10-26 10:53:52 -0700 (Wed, 26 Oct 2011)

Log Message

Fix typo. The expected results don't change.

* fast/writing-mode/borders.html:
* fast/writing-mode/margins.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (98498 => 98499)


--- trunk/LayoutTests/ChangeLog	2011-10-26 17:45:31 UTC (rev 98498)
+++ trunk/LayoutTests/ChangeLog	2011-10-26 17:53:52 UTC (rev 98499)
@@ -1,3 +1,10 @@
+2011-10-26  Ojan Vafai  <[email protected]>
+
+        Fix typo. The expected results don't change.
+
+        * fast/writing-mode/borders.html:
+        * fast/writing-mode/margins.html:
+
 2011-10-26  Dimitri Glazkov  <[email protected]>
 
         REGRESSION (r94887): Scrolling the HTML spec is more jerky now than it was (regression)

Modified: trunk/LayoutTests/fast/writing-mode/borders.html (98498 => 98499)


--- trunk/LayoutTests/fast/writing-mode/borders.html	2011-10-26 17:45:31 UTC (rev 98498)
+++ trunk/LayoutTests/fast/writing-mode/borders.html	2011-10-26 17:53:52 UTC (rev 98499)
@@ -17,7 +17,7 @@
 </div>
 
 <div class="container">
-    <div class="box" style="-webkit-writing-mode: horitzontal-bt;"></div>
+    <div class="box" style="-webkit-writing-mode: horizontal-bt;"></div>
 </div>
 
 <div class="container">

Modified: trunk/LayoutTests/fast/writing-mode/margins.html (98498 => 98499)


--- trunk/LayoutTests/fast/writing-mode/margins.html	2011-10-26 17:45:31 UTC (rev 98498)
+++ trunk/LayoutTests/fast/writing-mode/margins.html	2011-10-26 17:53:52 UTC (rev 98499)
@@ -20,7 +20,7 @@
 </div>
 
 <div class="container">
-    <div class="box" style="-webkit-writing-mode: horitzontal-bt;"></div>
+    <div class="box" style="-webkit-writing-mode: horizontal-bt;"></div>
 </div>
 
 <div class="container">
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to