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

Side by Side Diff: LayoutTests/webarchive/test-duplicate-resources.html

Issue 14046041: Remove webarchive tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script src="resources/dump-webarchive.js" language="javascript" type="text/java script"></script>
4 <link rel="stylesheet" href="resources/test-style.css" type="text/css">
5 <script src="resources/dump-webarchive.js" language="javascript" type="text/java script"></script>
6 <link rel="stylesheet" href="resources/test-style.css" type="text/css">
7 </head>
8 <body>
9 <div>
10 <img src="resources/apple.gif">
11 </div>
12 <div>
13 This is not a frameset. This text should be red sans-serif.
14 </div>
15 <div>
16 <img src="resources/apple.gif">
17 </div>
18 <iframe src="resources/test-frame.html"></iframe>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698