diff options
Diffstat (limited to 'webkit/data')
3 files changed, 7 insertions, 7 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt index 6db9153..b3cdd43 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt @@ -8,7 +8,7 @@ PASS a.href is 'https://www.otherdomain.com:8080/path/' Extra slashes before hostname PASS a.href is 'https://www.otherdomain.com:8080/path/' Set hostname to URL with foo: protocol -PASS a.href is 'foo://www.otherdomain.com/path/' +FAIL a.href should be foo://www.otherdomain.com/path/. Was foo://www.mydomain.com/path/. Set hostname to null PASS a.href is 'https://www.mydomain.com:8080/path/' Set hostname to empty string @@ -18,7 +18,7 @@ PASS a.href is 'really:bad:url' Set a hostname that contains space in it FAIL a.href should be http://www.my domain.com/path/. Was http://www.other%20domain.com/path/. Set hostname on a local file -FAIL a.href should be c:/path/testurl.html. Was file:///C:/path/testurl.html. +PASS a.href is 'c:/path/testurl.html' Set hostname to undefined PASS a.href is 'https://undefined:8080/path/' PASS successfullyParsed is true diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt index 5c03d7b..f84a331 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt @@ -18,7 +18,7 @@ FAIL a.href should be https://www.mydomain.com:0/path/testurl.html?key=value. Wa Set port to undefined FAIL a.href should be https://www.mydomain.com:0/path/testurl.html?key=value. Was https://www.mydomain.com/path/testurl.html?key=value. Set port to URL with foo: protocol -PASS a.href is 'foo://bar:50/' +FAIL a.href should be foo://bar:50/. Was foo://bar/. PASS successfullyParsed is true TEST COMPLETE diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/loader/url-parse-1-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/loader/url-parse-1-expected.txt index e0b101d..82a674a 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/loader/url-parse-1-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/loader/url-parse-1-expected.txt @@ -32,7 +32,7 @@ x-webkit: x-webkit: x-webkit:test x-webkit:test test x-webkit:/ x-webkit:/ / x-webkit:/test x-webkit:/test /test -x-webkit:// x-webkit: -x-webkit://test x-webkit://test/ test / -x-webkit:/// x-webkit: -x-webkit:///test x-webkit://test/ test / +x-webkit:// x-webkit:// // +x-webkit://test x-webkit://test //test +x-webkit:/// x-webkit:/// /// +x-webkit:///test x-webkit:///test ///test |