Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: third_party/WebKit/LayoutTests/html/document-metadata/base-expected.txt

Issue 2780363002: Rename subdirectory names in LayoutTests/html/. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-

Powered by Google App Engine
This is Rietveld 408576698