diff options
author | sdoyon@chromium.org <sdoyon@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 13:54:29 +0000 |
---|---|---|
committer | sdoyon@chromium.org <sdoyon@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 13:54:29 +0000 |
commit | 72d06320fb001859b84e22063b05527630dc3e1d (patch) | |
tree | 3f10ffb4e08379d75ae0c1fad1d048194828bc50 /webkit | |
parent | dc3d7d377d5e0b48b886e1c5c3d38f4da6e24311 (diff) | |
download | chromium_src-72d06320fb001859b84e22063b05527630dc3e1d.zip chromium_src-72d06320fb001859b84e22063b05527630dc3e1d.tar.gz chromium_src-72d06320fb001859b84e22063b05527630dc3e1d.tar.bz2 |
Rebaseline a layout test: an intentional difference in GURL vs KURL.
Review URL: http://codereview.chromium.org/39068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11858 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
3 files changed, 12 insertions, 1 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/loader/location-port-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/loader/location-port-expected.txt new file mode 100644 index 0000000..b69998d --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/loader/location-port-expected.txt @@ -0,0 +1,6 @@ +This tests that modifying location.port works as it should + +PASS: internalFrame.contentWindow.location.port == "" should be true and is. +FAIL: internalFrame.contentWindow.location.port == "88" should be true but instead is false. +PASS: internalFrame.contentWindow.location.port == "" should be true and is. +FAIL: internalFrame.contentWindow.location.port == "80" should be true but instead is false. diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/loader/location-port-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/loader/location-port-expected.txt new file mode 100644 index 0000000..b69998d --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/loader/location-port-expected.txt @@ -0,0 +1,6 @@ +This tests that modifying location.port works as it should + +PASS: internalFrame.contentWindow.location.port == "" should be true and is. +FAIL: internalFrame.contentWindow.location.port == "88" should be true but instead is false. +PASS: internalFrame.contentWindow.location.port == "" should be true and is. +FAIL: internalFrame.contentWindow.location.port == "80" should be true but instead is false. diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 4b6d197..96119887 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1622,7 +1622,6 @@ LINUX : LayoutTests/fast/canvas/fillrect_gradient.html = FAIL PASS LINUX : LayoutTests/css2.1/t100801-c544-valgn-01-d-ag.html = FAIL // New failures from Merge 41078:41149 -LayoutTests/fast/loader/location-port.html = FAIL LINUX WIN : LayoutTests/fast/text/atsui-spacing-features.html = FAIL LINUX : LayoutTests/svg/W3C-SVG-1.1/text-intro-05-t.svg = FAIL LINUX : LayoutTests/svg/text/text-fonts-01-t.svg = FAIL |