Title: [105307] trunk/LayoutTests
- Revision
- 105307
- Author
- a...@apple.com
- Date
- 2012-01-18 12:18:34 -0800 (Wed, 18 Jan 2012)
Log Message
file:// doesn't work as base URL
https://bugs.webkit.org/show_bug.cgi?id=76496
Updating more layout test results.
* fast/loader/url-parse-1-expected.txt: This was already in the patch, just failed to land.
* http/tests/misc/bubble-drag-events-expected.txt: Missed that one among failure noise.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (105306 => 105307)
--- trunk/LayoutTests/ChangeLog 2012-01-18 20:16:22 UTC (rev 105306)
+++ trunk/LayoutTests/ChangeLog 2012-01-18 20:18:34 UTC (rev 105307)
@@ -1,3 +1,14 @@
+2012-01-18 Alexey Proskuryakov <a...@apple.com>
+
+ file:// doesn't work as base URL
+ https://bugs.webkit.org/show_bug.cgi?id=76496
+
+ Updating more layout test results.
+
+ * fast/loader/url-parse-1-expected.txt: This was already in the patch, just failed to land.
+
+ * http/tests/misc/bubble-drag-events-expected.txt: Missed that one among failure noise.
+
2012-01-18 Mike Reed <r...@google.com>
add test expections ahead of skia DEPS roll
Modified: trunk/LayoutTests/fast/loader/url-parse-1-expected.txt (105306 => 105307)
--- trunk/LayoutTests/fast/loader/url-parse-1-expected.txt 2012-01-18 20:16:22 UTC (rev 105306)
+++ trunk/LayoutTests/fast/loader/url-parse-1-expected.txt 2012-01-18 20:18:34 UTC (rev 105307)
@@ -5,19 +5,19 @@
test file:///BASE/test /BASE/test
/ file:/// /
/test file:///test /test
-// file:
-//test file://test test
+// file:/// /
+//test file://test/ test /
/// file:/// /
///test file:///test /test
file: file:///BASE/ /BASE/
file:test file:///BASE/test /BASE/test
file:/ file:/// /
file:/test file:///test /test
-file:// file:
-file://test file://test test
+file:// file:/// /
+file://test file://test/ test /
file:/// file:/// /
file:///test file:///test /test
-file://localhost file:
+file://localhost file:/// /
file://localhost/ file:/// /
file://localhost/test file:///test /test
http: http:/ /
Modified: trunk/LayoutTests/http/tests/misc/bubble-drag-events-expected.txt (105306 => 105307)
--- trunk/LayoutTests/http/tests/misc/bubble-drag-events-expected.txt 2012-01-18 20:16:22 UTC (rev 105306)
+++ trunk/LayoutTests/http/tests/misc/bubble-drag-events-expected.txt 2012-01-18 20:18:34 UTC (rev 105307)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: Not allowed to load local resource: file:
+CONSOLE MESSAGE: Not allowed to load local resource: /
This page tests the drag event bubbling with valid and invalid targets.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes