Title: [173948] trunk/LayoutTests
Revision
173948
Author
[email protected]
Date
2014-09-25 02:44:05 -0700 (Thu, 25 Sep 2014)

Log Message

[GTK] Unreviewed GTK gardening.

Patch by Lorenzo Tilve <[email protected]> on 2014-09-25

* platform/gtk/TestExpectations: Report and mark new failures after r173515 and r173582.
* platform/gtk/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt:
Update expectations after r173857.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (173947 => 173948)


--- trunk/LayoutTests/ChangeLog	2014-09-25 09:36:01 UTC (rev 173947)
+++ trunk/LayoutTests/ChangeLog	2014-09-25 09:44:05 UTC (rev 173948)
@@ -1,3 +1,11 @@
+2014-09-25  Lorenzo Tilve  <[email protected]>
+
+        [GTK] Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Report and mark new failures after r173515 and r173582.
+        * platform/gtk/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt:
+        Update expectations after r173857.
+
 2014-09-24  Darin Adler  <[email protected]>
 
         Old Turkic characters behave as left-to-right instead of right-to-left, because they are encoded as surrogate pairs.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (173947 => 173948)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2014-09-25 09:36:01 UTC (rev 173947)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2014-09-25 09:44:05 UTC (rev 173948)
@@ -2132,6 +2132,10 @@
 webkit.org/b/136672 fast/selectors/read-only-read-write-input-basics.html [ Failure ]
 webkit.org/b/136673 fast/text/empty-shadow-with-color.html [ ImageOnlyFailure ]
 
+webkit.org/b/136754 css3/flexbox/csswg/flexbox_direction-row-reverse.html [ ImageOnlyFailure ]
+
+webkit.org/b/137109 accessibility/legend-children-are-visible.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/LayoutTests/platform/gtk/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt (173947 => 173948)


--- trunk/LayoutTests/platform/gtk/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt	2014-09-25 09:36:01 UTC (rev 173947)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt	2014-09-25 09:44:05 UTC (rev 173948)
@@ -24,11 +24,11 @@
 PASS Range.startContainer check (got [object Text], expected [object Text])
 PASS Range.startOffset check (got 0, expected 0)
 PASS Range.startContainer check (got [object Text], expected [object Text])
-PASS Range.startOffset check (got 12, expected 12)
+PASS Range.startOffset check (got 6, expected 6)
 PASS Range.startContainer check (got [object Text], expected [object Text])
 PASS Range.startOffset check (got 4, expected 4)
 PASS Range.startContainer check (got [object Text], expected [object Text])
-PASS Range.startOffset check (got 16, expected 16)
+PASS Range.startOffset check (got 10, expected 10)
  
 PASS successfullyParsed is true
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to