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

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

Issue 2677433003: Move DOM conformance tests to dom/legacy_dom_conformance/, part 7/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 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4 "xhtml1-transitional.dtd">
5 <html xmlns='http://www.w3.org/1999/xhtml'>
6 <head>
7 <!--
8 WebKit modification: 12-February-2006
9
10 Remove <base> element, because we want to run this test locally. I think this might be
11 a bug in the test suite.
12
13 Filed as http://www.w3.org/Bugs/Public/show_bug.cgi?id=2873
14
15 <base href="http://xw2k.sdct.itl.nist.gov/brady/dom/"/>
16 -->
17 <title>NIST DOM HTML Test - Body</title>
18 <script type='text/javascript' src='selfxhtml.js'></script><script charset='UTF- 8' type='text/javascript' src='HTMLBodyElement06.js'></script><script type='text /javascript'>function loadComplete() { startTest(); }</script></head>
19 <body onload="loadComplete()" alink="#0000ff" background="./pix/back1.gif" bgcol or="#ffff00" link="#ff0000" text="#000000" vlink="#00ffff">
20 <p>Hello, World.</p>
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698