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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../resources/js-test.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <script src="resources/head-check.js"></script> 5 <script src="resources/head-check.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <p id="description"> 8 <p id="description">
9 This test checks whether one (and only one) HEAD element is created for various HTML documents. 9 This test checks whether one (and only one) HEAD element is created for various HTML documents.
10 See <a href="https://bugs.webkit.org/show_bug.cgi?id=7321">Bug 7321</a> 10 See <a href="https://bugs.webkit.org/show_bug.cgi?id=7321">Bug 7321</a>
11 REGRESSION: style tag in body causes two head elements to appear in the DOM. 11 REGRESSION: style tag in body causes two head elements to appear in the DOM.
12 </p> 12 </p>
13 <div id="console"></div> 13 <div id="console"></div>
14 <iframe id="iframe" src="data:text/html," onload="testAndLoadNext()"></iframe> 14 <iframe id="iframe" src="data:text/html," onload="testAndLoadNext()"></iframe>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698