Title: [147112] trunk/LayoutTests
Revision
147112
Author
ch.du...@sisa.samsung.com
Date
2013-03-28 07:28:32 -0700 (Thu, 28 Mar 2013)

Log Message

Unreviewed EFL gardening.

Add platform specific expectation for http/tests/inspector/console-resource-errors.html.
We get the same result as mac port.

* platform/efl/http/tests/inspector/console-resource-errors-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (147111 => 147112)


--- trunk/LayoutTests/ChangeLog	2013-03-28 14:20:13 UTC (rev 147111)
+++ trunk/LayoutTests/ChangeLog	2013-03-28 14:28:32 UTC (rev 147112)
@@ -1,3 +1,12 @@
+2013-03-28  Christophe Dumez  <ch.du...@sisa.samsung.com>
+
+        Unreviewed EFL gardening.
+
+        Add platform specific expectation for http/tests/inspector/console-resource-errors.html.
+        We get the same result as mac port.
+
+        * platform/efl/http/tests/inspector/console-resource-errors-expected.txt: Added.
+
 2013-03-28  Hans Muller  <hmul...@adobe.com>
 
         [CSS Exclusions] Add support for the simple case of padding a polygonal shape-inside

Added: trunk/LayoutTests/platform/efl/http/tests/inspector/console-resource-errors-expected.txt (0 => 147112)


--- trunk/LayoutTests/platform/efl/http/tests/inspector/console-resource-errors-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/http/tests/inspector/console-resource-errors-expected.txt	2013-03-28 14:28:32 UTC (rev 147112)
@@ -0,0 +1,8 @@
+Tests that errors to load a resource cause error messages to be logged to console.
+
+
+GET http://127.0.0.1:8000/inspector/missing.css 404 (Not Found) console-resource-errors-iframe.html:3 console-message console-error-level
+GET http://127.0.0.1:8000/inspector/non-existent-iframe.html 404 (Not Found) non-existent-iframe.html:1 console-message console-error-level
+GET http://127.0.0.1:8000/inspector/non-existent-script.js 404 (Not Found) console-resource-errors-iframe.html:4 console-message console-error-level
+GET http://127.0.0.1:8000/inspector/non-existent-xhr 404 (Not Found) [native code]:1send [native code]:1loadXHR console-resource-errors.html:18performActions console-resource-errors.html:10eval codeeval [native code]:1(anonymous function)_evaluateOn_evaluateAndWrapevaluate console-message console-error-level
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to