Title: [124084] trunk/LayoutTests
Revision
124084
Author
pkast...@chromium.org
Date
2012-07-30 13:45:47 -0700 (Mon, 30 Jul 2012)

Log Message

Force Mac editing mode on new test so other platforms will pass it.
https://bugs.webkit.org/show_bug.cgi?id=92662

Reviewed by Ryosuke Niwa.

* fast/writing-mode/flipped-blocks-hit-test-line-edges.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (124083 => 124084)


--- trunk/LayoutTests/ChangeLog	2012-07-30 20:42:52 UTC (rev 124083)
+++ trunk/LayoutTests/ChangeLog	2012-07-30 20:45:47 UTC (rev 124084)
@@ -1,3 +1,12 @@
+2012-07-30  Peter Kasting  <pkast...@google.com>
+
+        Force Mac editing mode on new test so other platforms will pass it.
+        https://bugs.webkit.org/show_bug.cgi?id=92662
+
+        Reviewed by Ryosuke Niwa.
+
+        * fast/writing-mode/flipped-blocks-hit-test-line-edges.html:
+
 2012-07-30  Csaba Osztrogonác  <o...@webkit.org>
 
         [Qt] Unreviewed gardening.

Modified: trunk/LayoutTests/fast/writing-mode/flipped-blocks-hit-test-line-edges.html (124083 => 124084)


--- trunk/LayoutTests/fast/writing-mode/flipped-blocks-hit-test-line-edges.html	2012-07-30 20:42:52 UTC (rev 124083)
+++ trunk/LayoutTests/fast/writing-mode/flipped-blocks-hit-test-line-edges.html	2012-07-30 20:45:47 UTC (rev 124084)
@@ -8,8 +8,10 @@
 ">Lorem ipsum dolor sit amet</div>
 <pre id="log"></pre>
 <script>
-    if (window.testRunner)
+    if (window.testRunner && window.internals) {
         testRunner.dumpAsText();
+        internals.settings.setEditingBehavior("mac");
+    }        
 
     function log(message)
     {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to