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

Unified Diff: third_party/WebKit/LayoutTests/html/document-metadata/head-check-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/head-check-expected.txt
diff --git a/third_party/WebKit/LayoutTests/html/document-metadata/head-check-expected.txt b/third_party/WebKit/LayoutTests/html/document-metadata/head-check-expected.txt
deleted file mode 100644
index 4e88164c7dc2f62044da66f4da01abf74e56aa2e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/html/document-metadata/head-check-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-This test checks whether one (and only one) HEAD element is created for various HTML documents. See Bug 7321 REGRESSION: style tag in body causes two head elements to appear in the DOM.
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-Testing: head-check-1.html
-PASS iframe.contentWindow.document.getElementsByTagName('head').length is 1
-PASS iframe.contentWindow.document.firstChild.firstChild.nodeName.toLowerCase() is 'head'
-
-Testing: head-check-2.html
-PASS iframe.contentWindow.document.getElementsByTagName('head').length is 1
-PASS iframe.contentWindow.document.firstChild.firstChild.nodeName.toLowerCase() is 'head'
-
-Testing: head-check-3.html
-PASS iframe.contentWindow.document.getElementsByTagName('head').length is 1
-PASS iframe.contentWindow.document.firstChild.firstChild.nodeName.toLowerCase() is 'head'
-
-Testing: head-check-4.html
-PASS iframe.contentWindow.document.getElementsByTagName('head').length is 1
-PASS iframe.contentWindow.document.firstChild.firstChild.nodeName.toLowerCase() is 'head'
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698