file:// doesn't work as base URL
authorap@apple.com <ap@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 18 Jan 2012 20:18:34 +0000 (20:18 +0000)
committerap@apple.com <ap@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 18 Jan 2012 20:18:34 +0000 (20:18 +0000)
        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.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105307 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/fast/loader/url-parse-1-expected.txt
LayoutTests/http/tests/misc/bubble-drag-events-expected.txt

index 6974992..076f2f5 100644 (file)
@@ -1,3 +1,14 @@
+2012-01-18  Alexey Proskuryakov  <ap@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  <reed@google.com>
 
         add test expections ahead of skia DEPS roll
index 81aab7d..5b37ec4 100644 (file)
@@ -5,19 +5,19 @@ file:///BASE/         /BASE/
 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:/          /
index 95d6593..7a835bd 100644 (file)
@@ -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.