Index: LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt |
deleted file mode 100644 |
index d034e2bfc8cd7fefc9ae918f6ad12bbac19cdf8d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-Test setting the search attribute of the URL in HTMLAnchorElement . |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-Set search without '?' |
-PASS a.href is 'https://www.mydomain.com/path/?value=key' |
-Set search that starts with '?' and contains spaces |
-PASS a.href is 'https://www.mydomain.com/path/?val%20ue=%20key?' |
-Set search to a malformed URL |
-PASS a.href is 's:www.mydomain.com/path/?%' |
-Set search containing '#' |
-PASS a.href is 'https://www.mydomain.com/path/?value%23key#hash' |
-Set search to a malformed URL |
-PASS a.href is 'bad:/|/url?value=key' |
-Set search to null |
-PASS a.href is 'https://www.mydomain.com/path/' |
-Set search to empty string |
-PASS a.href is 'https://www.mydomain.com/path/?' |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |