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

Side by Side Diff: third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLFrameElement02.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 Frameset//EN"
2 "http://www.w3.org/TR/html4/frameset.dtd">
3 <HTML>
4 <HEAD>
5 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
6 <TITLE>NIST DOM HTML Test - FRAME</TITLE>
7 <script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8 ' type='text/javascript' src='HTMLFrameElement02.js'></script><script type='text /javascript'>function loadComplete() { startTest(); }</script></HEAD>
8 <FRAMESET COLS="20, 80" onload="loadComplete()">
9 <FRAMESET ROWS="100, 200">
10 <FRAME LONGDESC="about:blank" MARGINHEIGHT="10" MARGINWIDTH="5" NORESIZE="NORESI ZE" NAME="Frame1" FRAMEBORDER="1" SCROLLING="yes" SRC="right.png">
11 </FRAMESET>
12 <FRAME SRC="w3c_main.png">
13 </FRAMESET>
14 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698