Title: [143442] trunk/LayoutTests
Revision
143442
Author
[email protected]
Date
2013-02-20 02:01:33 -0800 (Wed, 20 Feb 2013)

Log Message

[EFL] Unreviewed gardening.

* platform/efl/TestExpectations: Marked new failing ref test svg/as-background-image/tiled-background-image.html.
* platform/efl/fast/js/global-constructors-expected.txt: Rebaselined, MutationObserver constructor now found.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (143441 => 143442)


--- trunk/LayoutTests/ChangeLog	2013-02-20 09:58:37 UTC (rev 143441)
+++ trunk/LayoutTests/ChangeLog	2013-02-20 10:01:33 UTC (rev 143442)
@@ -1,3 +1,10 @@
+2013-02-20  Dominik Röttsches  <[email protected]>
+
+        [EFL] Unreviewed gardening.
+
+        * platform/efl/TestExpectations: Marked new failing ref test svg/as-background-image/tiled-background-image.html.
+        * platform/efl/fast/js/global-constructors-expected.txt: Rebaselined, MutationObserver constructor now found.
+
 2013-02-20  Andrey Lushnikov  <[email protected]>
 
         Web Inspector: highlight undefined word in _javascript_

Modified: trunk/LayoutTests/platform/efl/TestExpectations (143441 => 143442)


--- trunk/LayoutTests/platform/efl/TestExpectations	2013-02-20 09:58:37 UTC (rev 143441)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2013-02-20 10:01:33 UTC (rev 143442)
@@ -1868,3 +1868,5 @@
 
 # Failing after r143256.
 webkit.org/b/110282 fast/regions/seamless-iframe-flowed-into-regions.html [ ImageOnlyFailure ]
+
+webkit.org/b/110316 svg/as-background-image/tiled-background-image.html [ ImageOnlyFailure ]

Modified: trunk/LayoutTests/platform/efl/fast/js/global-constructors-expected.txt (143441 => 143442)


--- trunk/LayoutTests/platform/efl/fast/js/global-constructors-expected.txt	2013-02-20 09:58:37 UTC (rev 143441)
+++ trunk/LayoutTests/platform/efl/fast/js/global-constructors-expected.txt	2013-02-20 10:01:33 UTC (rev 143442)
@@ -147,6 +147,7 @@
 PASS MimeTypeArray.toString() is '[object MimeTypeArrayConstructor]'
 PASS MouseEvent.toString() is '[object MouseEventConstructor]'
 PASS MutationEvent.toString() is '[object MutationEventConstructor]'
+PASS MutationObserver.toString() is '[object MutationObserverConstructor]'
 PASS NamedNodeMap.toString() is '[object NamedNodeMapConstructor]'
 PASS Node.toString() is '[object NodeConstructor]'
 PASS NodeFilter.toString() is '[object NodeFilterConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to