Title: [142476] trunk/LayoutTests
Revision
142476
Author
vse...@chromium.org
Date
2013-02-11 08:00:21 -0800 (Mon, 11 Feb 2013)

Log Message

Unreviewed revert test fix attempt and skip it.

* inspector/editor/text-editor-home-button.html:
* platform/chromium/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (142475 => 142476)


--- trunk/LayoutTests/ChangeLog	2013-02-11 15:58:46 UTC (rev 142475)
+++ trunk/LayoutTests/ChangeLog	2013-02-11 16:00:21 UTC (rev 142476)
@@ -1,5 +1,12 @@
 2013-02-11  Vsevolod Vlasov  <vse...@chromium.org>
 
+        Unreviewed revert test fix attempt and skip it.
+
+        * inspector/editor/text-editor-home-button.html:
+        * platform/chromium/TestExpectations:
+
+2013-02-11  Vsevolod Vlasov  <vse...@chromium.org>
+
         Web Inspector: WebInspector.Project refactorings.
         https://bugs.webkit.org/show_bug.cgi?id=109433
 

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


--- trunk/LayoutTests/inspector/editor/text-editor-home-button.html	2013-02-11 15:58:46 UTC (rev 142475)
+++ trunk/LayoutTests/inspector/editor/text-editor-home-button.html	2013-02-11 16:00:21 UTC (rev 142476)
@@ -28,7 +28,7 @@
     function homeButton(shift)
     {
         var key = WebInspector.isMac() ? "leftArrow" : "home";
-        var modifiers = WebInspector.isMac() ? ["meta"] : [];
+        var modifiers = WebInspector.isMac() ? ["metaKey"] : [];
         if (shift)
             modifiers.push("shiftKey");
         eventSender.keyDown(key, modifiers);

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (142475 => 142476)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2013-02-11 15:58:46 UTC (rev 142475)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2013-02-11 16:00:21 UTC (rev 142476)
@@ -4365,3 +4365,5 @@
 webkit.org/b/97037 media/encrypted-media/encrypted-media-v2-events.html [ Timeout ]
 webkit.org/b/97037 media/encrypted-media/encrypted-media-v2-syntax.html [ Timeout ]
 
+webkit.org/b/109416 [ Mac ] inspector/editor/text-editor-home-button.html [ Failure ]
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to