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

Unified Diff: third_party/WebKit/LayoutTests/html/document-metadata/head-check.html

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.html
diff --git a/third_party/WebKit/LayoutTests/html/document-metadata/head-check.html b/third_party/WebKit/LayoutTests/html/document-metadata/head-check.html
deleted file mode 100644
index b23e22671b03b5ad3b50bc975a4bb86d6c101e4b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/html/document-metadata/head-check.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<script src="../../resources/js-test.js"></script>
-<script src="resources/head-check.js"></script>
-</head>
-<body>
-<p id="description">
-This test checks whether one (and only one) HEAD element is created for various HTML documents.
-See <a href="https://bugs.webkit.org/show_bug.cgi?id=7321">Bug 7321</a>
-REGRESSION: style tag in body causes two head elements to appear in the DOM.
-</p>
-<div id="console"></div>
-<iframe id="iframe" src="data:text/html," onload="testAndLoadNext()"></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698