diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 21:27:44 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 21:27:44 +0000 |
commit | 5fc4fe8e8a5c07f4113ef351978f349ab0b8eb37 (patch) | |
tree | 5634e26f63a182cc4852f7835559f3a0a889392a /webkit | |
parent | d5286071e418c339c0b76e55abdf209e95c94235 (diff) | |
download | chromium_src-5fc4fe8e8a5c07f4113ef351978f349ab0b8eb37.zip chromium_src-5fc4fe8e8a5c07f4113ef351978f349ab0b8eb37.tar.gz chromium_src-5fc4fe8e8a5c07f4113ef351978f349ab0b8eb37.tar.bz2 |
Add Mac baseline for url parsing test, since googleurl doesn't match the WebKit parsing logic.
This baseline is identical to chromium-win.
Review URL: http://codereview.chromium.org/19035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/loader/url-parse-1-expected.txt | 38 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 4 |
2 files changed, 38 insertions, 4 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/loader/url-parse-1-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/loader/url-parse-1-expected.txt new file mode 100644 index 0000000..e0b101d --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/loader/url-parse-1-expected.txt @@ -0,0 +1,38 @@ +The following table shows how URLs are parsed and canonicalized. The base URI for this document is file:///BASE/. + +URL href host pathname +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: 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://localhost file://localhost/ localhost / +file://localhost/ file://localhost/ localhost / +file://localhost/test file://localhost/test localhost /test +http: http: +http:/ http: +http:// http: +http:/// http: +http://// http: +http://localhost http://localhost/ localhost / +http://localhost/ http://localhost/ localhost / +http://localhost/test http://localhost/test localhost /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 / diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 85280f7..337eb0c 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1785,7 +1785,3 @@ LINUX : LayoutTests/tables/mozilla/bugs/bug57828-2.html = FAIL // intermittent failures on the buildbot LINUX : LayoutTests/svg/custom/gradient-stop-style-change.svg = FAIL PASS - -// URL canonicalization is different -// TODO(mmoss) - fixed on Linux but needs more Mac love. -MAC : LayoutTests/fast/loader/url-parse-1.html = FAIL |