Title: [131881] trunk/LayoutTests
Revision
131881
Author
[email protected]
Date
2012-10-19 03:05:38 -0700 (Fri, 19 Oct 2012)

Log Message

Unreviewed GTK gardening.

Adding a platform-specific baseline for a new Shadow DOM test
that was introduced in r131758, the new baseline differs from
the original one just by an annoying newline at the end of the
document.

Adding test expectations for list styles test failure caused by
r131836. Adding a test expectation for a new a11y test introduced
in r131871.

* platform/gtk/TestExpectations:
* platform/gtk/fast/dom/shadow/user-modify-in-datalist-crash-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (131880 => 131881)


--- trunk/LayoutTests/ChangeLog	2012-10-19 10:00:48 UTC (rev 131880)
+++ trunk/LayoutTests/ChangeLog	2012-10-19 10:05:38 UTC (rev 131881)
@@ -1,3 +1,19 @@
+2012-10-19  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        Adding a platform-specific baseline for a new Shadow DOM test
+        that was introduced in r131758, the new baseline differs from
+        the original one just by an annoying newline at the end of the
+        document.
+
+        Adding test expectations for list styles test failure caused by
+        r131836. Adding a test expectation for a new a11y test introduced
+        in r131871.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/dom/shadow/user-modify-in-datalist-crash-expected.txt: Added.
+
 2012-10-19  Raphael Kubo da Costa  <[email protected]>
 
         [EFL] Unskip a few passing tests.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (131880 => 131881)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-10-19 10:00:48 UTC (rev 131880)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-10-19 10:05:38 UTC (rev 131881)
@@ -1385,6 +1385,12 @@
 # Resource Timing is not enable yet, skip it.
 webkit.org/b/61138 http/tests/w3c/webperf/submission/Intel/resource-timing [ Skip ]
 
+webkit.org/b/99824 fast/lists/w3-css3-list-styles-alphabetic.html [ Failure ]
+webkit.org/b/99824 fast/lists/w3-css3-list-styles-fallback-style.html [ Failure ]
+webkit.org/b/99824 fast/lists/w3-list-styles.html [ Failure ]
+
+webkit.org/b/99825 accessibility/title-ui-element-correctness.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/fast/dom/shadow/user-modify-in-datalist-crash-expected.txt (0 => 131881)


--- trunk/LayoutTests/platform/gtk/fast/dom/shadow/user-modify-in-datalist-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/dom/shadow/user-modify-in-datalist-crash-expected.txt	2012-10-19 10:05:38 UTC (rev 131881)
@@ -0,0 +1,3 @@
+[bug 99587] https://bugs.webkit.org/show_bug.cgi?id=99587 null-pointer crash in StyleResolver::styleForElement. If this test passes, no crash occurs and "PASS" is shown.
+PASS
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to