Title: [142456] trunk/LayoutTests
Revision
142456
Author
vse...@chromium.org
Date
2013-02-11 04:47:48 -0800 (Mon, 11 Feb 2013)

Log Message

Unreviewed r142439 follow-up: test fix.

* inspector/editor/text-editor-home-button.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (142455 => 142456)


--- trunk/LayoutTests/ChangeLog	2013-02-11 12:46:33 UTC (rev 142455)
+++ trunk/LayoutTests/ChangeLog	2013-02-11 12:47:48 UTC (rev 142456)
@@ -1,3 +1,9 @@
+2013-02-11  Vsevolod Vlasov  <vse...@chromium.org>
+
+        Unreviewed r142439 follow-up: test fix.
+
+        * inspector/editor/text-editor-home-button.html:
+
 2013-02-11  Christophe Dumez  <ch.du...@sisa.samsung.com>
 
         Unreviewed EFL gardening.

Modified: trunk/LayoutTests/inspector/editor/text-editor-home-button.html (142455 => 142456)


--- trunk/LayoutTests/inspector/editor/text-editor-home-button.html	2013-02-11 12:46:33 UTC (rev 142455)
+++ trunk/LayoutTests/inspector/editor/text-editor-home-button.html	2013-02-11 12:47:48 UTC (rev 142456)
@@ -28,7 +28,7 @@
     function homeButton(shift)
     {
         var key = WebInspector.isMac() ? "leftArrow" : "home";
-        var modifiers = WebInspector.isMac() ? ["metaKey"] : [];
+        var modifiers = WebInspector.isMac() ? ["meta"] : [];
         if (shift)
             modifiers.push("shiftKey");
         eventSender.keyDown(key, modifiers);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to