diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-13 22:28:59 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-13 22:28:59 +0000 |
commit | e6b104c13df34b5d123a7b7c6685f3c8ace995b3 (patch) | |
tree | eeb8004d3629fd045d0eddbc0ffbd01b663d2845 /webkit/tools | |
parent | e95e00b48ca904c85fb2e06da00e4ac589dd836d (diff) | |
download | chromium_src-e6b104c13df34b5d123a7b7c6685f3c8ace995b3.zip chromium_src-e6b104c13df34b5d123a7b7c6685f3c8ace995b3.tar.gz chromium_src-e6b104c13df34b5d123a7b7c6685f3c8ace995b3.tar.bz2 |
Create port-specific baselines for url decomposition tests.
These are necessary due to differences in GURL and KURL implementations (our's right).
R=brettw
TEST=none
BUG=27548
Review URL: http://codereview.chromium.org/387052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31961 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index ec50018..8d97545 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3090,8 +3090,6 @@ BUG27418 MAC : LayoutTests/transitions/shorthand-border-transitions.html = PASS // as well as somethings that might be legitimate bugs. BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash.html = TEXT BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host.html = TEXT -BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html = TEXT -BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html = TEXT BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port.html = TEXT BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html = TEXT BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search.html = TEXT |