Index: webkit/tools/layout_tests/test_expectations.txt |
=================================================================== |
--- webkit/tools/layout_tests/test_expectations.txt (revision 33574) |
+++ webkit/tools/layout_tests/test_expectations.txt (working copy) |
@@ -1276,6 +1276,9 @@ |
// <body><canvas height=100></canvas></body> is 1 px taller than upstream. |
BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = FAIL |
+// GURL doesn't handle switching from standard URL to path URL correctly |
+BUG27914 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html = TEXT |
+ |
// ---------------------------------------------------------------------------- |
// NEW FOR THE MERGE |
// |
@@ -2903,12 +2906,6 @@ |
BUG27418 MAC DEBUG : LayoutTests/plugins/open-and-close-window-with-plugin.html = PASS TEXT |
BUG27418 MAC DEBUG : LayoutTests/transitions/shorthand-border-transitions.html = PASS TEXT |
-// WebKit r50784 implemented URL decomposition attributes for HTMLAnchorElement, and |
-// this exposes a bunch of minor differences in our URL parsing/editing implementation, |
-// as well as somethings that might be legitimate bugs. |
-BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host.html = TEXT |
-BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html = TEXT |
- |
// The following upstream patches add -Webkit-color-correction support: |
// http://trac.webkit.org/changeset/50760 |
// http://trac.webkit.org/changeset/50852 |