Index: third_party/WebKit/LayoutTests/html/document-metadata/base-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/html/document-metadata/base-expected.txt b/third_party/WebKit/LayoutTests/html/document-metadata/base-expected.txt |
deleted file mode 100644 |
index 3c667db93c6a4666fa14ed12a24ac6c2c79bf2bf..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/html/document-metadata/base-expected.txt |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-PASS endsWith(document.querySelector('base').href, 'foo/bar/') is true |
-PASS endsWith(document.querySelector('base').href, 'foo/bar/foo/bar/') is false |
-PASS endsWith(document.querySelector('base').href, '/null') is true |
-PASS documentWithoutAView.querySelector('base').href is "" |
-PASS documentWithoutAView.querySelector('base').href is "http://webkit.org/" |
-PASS iframe.contentDocument.querySelector('base').href is "" |
-PASS newWindow.document.querySelector('base').href is "" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |