Title: [163620] trunk/LayoutTests
Revision
163620
Author
commit-qu...@webkit.org
Date
2014-02-07 02:52:08 -0800 (Fri, 07 Feb 2014)

Log Message

[EFL] editing/style/block-style-005.html failing
https://bugs.webkit.org/show_bug.cgi?id=114612

Patch by Lukasz Bialek <l.bia...@samsung.com> on 2014-02-07
Reviewed by Ryosuke Niwa.

After r148378 editing/style/block-style-005.htm test stopped passing.
Number of "moveSelectionByLineCommand" is changed to 4 to match intended
test behaviour. Test is confirmed to pass in EFL and GTK ports now.

* editing/style/block-style-005.html:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (163619 => 163620)


--- trunk/LayoutTests/ChangeLog	2014-02-07 10:49:59 UTC (rev 163619)
+++ trunk/LayoutTests/ChangeLog	2014-02-07 10:52:08 UTC (rev 163620)
@@ -1,3 +1,18 @@
+2014-02-07  Lukasz Bialek  <l.bia...@samsung.com>
+
+        [EFL] editing/style/block-style-005.html failing
+        https://bugs.webkit.org/show_bug.cgi?id=114612
+
+        Reviewed by Ryosuke Niwa.
+
+        After r148378 editing/style/block-style-005.htm test stopped passing.
+        Number of "moveSelectionByLineCommand" is changed to 4 to match intended
+        test behaviour. Test is confirmed to pass in EFL and GTK ports now.
+
+        * editing/style/block-style-005.html:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
 2014-02-07  Mihnea Ovidenie  <mih...@adobe.com>
 
         [CSSRegions] Remove style-scoped tests

Modified: trunk/LayoutTests/editing/style/block-style-005.html (163619 => 163620)


--- trunk/LayoutTests/editing/style/block-style-005.html	2014-02-07 10:49:59 UTC (rev 163619)
+++ trunk/LayoutTests/editing/style/block-style-005.html	2014-02-07 10:52:08 UTC (rev 163620)
@@ -24,7 +24,7 @@
     for (i = 0; i < 3; i++)
         extendSelectionBackwardByLineCommand();
     fontSizeCommand("7");
-    for (i = 0; i < 3; i++)
+    for (i = 0; i < 4; i++)
         moveSelectionForwardByLineCommand();
     deleteCommand();
 }

Modified: trunk/LayoutTests/platform/efl/TestExpectations (163619 => 163620)


--- trunk/LayoutTests/platform/efl/TestExpectations	2014-02-07 10:49:59 UTC (rev 163619)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2014-02-07 10:52:08 UTC (rev 163620)
@@ -1547,8 +1547,6 @@
 # Newly added test in r148131 is failing.
 webkit.org/b/114876 media/click-volume-bar-not-pausing.html [ Failure ]
 
-webkit.org/b/114612 editing/style/block-style-005.html [ Failure ]
-
 # Unidentified failing media tests
 webkit.org/b/115419 http/tests/media/video-redirect.html [ Failure ]
 webkit.org/b/115419 media/media-can-play-ogg.html [ Failure ]

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (163619 => 163620)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2014-02-07 10:49:59 UTC (rev 163619)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2014-02-07 10:52:08 UTC (rev 163620)
@@ -1385,8 +1385,6 @@
 webkit.org/b/114259 platform/gtk/accessibility/aria-slider-required-attributes.html [ Failure ]
 webkit.org/b/114259 platform/gtk/accessibility/combo-box-collapsed-selection-changed.html [ Failure ]
 
-webkit.org/b/114612 editing/style/block-style-005.html [ Failure ]
-
 webkit.org/b/115025 fast/events/constructors/mouse-event-constructor.html [ Failure ]
 webkit.org/b/115025 fast/events/constructors/wheel-event-constructor.html [ Failure ]
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to