Title: [139565] trunk/LayoutTests
Revision
139565
Author
[email protected]
Date
2013-01-13 04:49:52 -0800 (Sun, 13 Jan 2013)

Log Message

Unreviewed EFL gardening.

Add platform-specific baseline for fast/dom/HTMLTemplateElement/inertContents.html.
Our port and WKTR do not display the failing URL if it is null.

* platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (139564 => 139565)


--- trunk/LayoutTests/ChangeLog	2013-01-13 12:39:08 UTC (rev 139564)
+++ trunk/LayoutTests/ChangeLog	2013-01-13 12:49:52 UTC (rev 139565)
@@ -2,6 +2,15 @@
 
         Unreviewed EFL gardening.
 
+        Add platform-specific baseline for fast/dom/HTMLTemplateElement/inertContents.html.
+        Our port and WKTR do not display the failing URL if it is null.
+
+        * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.
+
+2013-01-13  Christophe Dumez  <[email protected]>
+
+        Unreviewed EFL gardening.
+
         Mark inspector/debugger/debugger-script-preprocessor.html as
         flakey on EFL port since it gives a different output for
         every run. This test was added in r139405.

Added: trunk/LayoutTests/platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt (0 => 139565)


--- trunk/LayoutTests/platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt	2013-01-13 12:49:52 UTC (rev 139565)
@@ -0,0 +1,7 @@
+http://foo.com/shouldLoad.jpg - willSendRequest <NSURLRequest URL http://foo.com/shouldLoad.jpg, main document URL inertContents.html, http method GET> redirectResponse (null)
+Blocked access to external URL http://foo.com/shouldLoad.jpg
+http://foo.com/shouldLoad.jpg - didFailLoadingWithError: <NSError domain NSURLErrorDomain, code -999>
+The test asserts that elements within template contents are "inert", e.g. resources do not fetch, script does not run.
+
+Before template content insertion: script did not run, after template content insertion: script did run.
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to