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

Unified Diff: third_party/WebKit/LayoutTests/html/document-metadata/base-multiple-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-multiple-expected.txt
diff --git a/third_party/WebKit/LayoutTests/html/document-metadata/base-multiple-expected.txt b/third_party/WebKit/LayoutTests/html/document-metadata/base-multiple-expected.txt
deleted file mode 100644
index 8afcc8f76a2b59326080741a06b5b67e5f0d7f91..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/html/document-metadata/base-multiple-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Test the behavior of multiple base elements.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS clean(anchor.href) is 'http://originalbase.com/file'
-PASS document.head.appendChild(base), clean(anchor.href) is 'http://domain.com/base/file'
-PASS base.href = 'http://domain.com/base-changed/', clean(anchor.href) is 'http://domain.com/base-changed/file'
-PASS document.head.removeChild(base), clean(anchor.href) is 'http://originalbase.com/file'
-PASS document.head.appendChild(base), document.head.appendChild(base2), clean(anchor.href) is 'http://domain.com/base/file'
-PASS base.removeAttribute('href'), clean(anchor.href) is 'http://domain.com/base2/file'
-PASS document.head.appendChild(base3), clean(anchor.href) is 'http://domain.com/base2/file'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698