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

Side by Side Diff: third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLLinkElement09.html

Issue 2675803006: Move DOM conformance tests to dom/legacy_dom_conformance/, part 6/8. (Closed)
Patch Set: Created 3 years, 10 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
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <HTML>
4 <HEAD>
5 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
6 <TITLE>NIST DOM HTML Test - LINK</TITLE>
7 <LINK CHARSET="Latin-1" TARGET="dynamic" HREF="./files/glossary.html" HREFLANG=" en" MEDIA="screen" REL="Glossary" TYPE="text/html">
8 <LINK CHARSET="Latin-1" HREF="./files/style1.css" HREFLANG="en" MEDIA="screen" R EV="stylesheet" TYPE="text/css">
9 <script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8 ' type='text/javascript' src='HTMLLinkElement09.js'></script><script type='text/ javascript'>function loadComplete() { startTest(); }</script></HEAD>
10 <BODY onload="loadComplete()">
11 <P>
12 <BR>
13 </P>
14 </BODY>
15 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698