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

Side by Side Diff: LayoutTests/webarchive/test-css-import.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>
4 if (window.testRunner)
5 testRunner.dumpDOMAsWebArchive();
6 </script>
7 <link rel="stylesheet" href="resources/test-css-link.css" type="text/css">
8 <style type="text/css">
9 @import url('resources/test-css-import.css');
10 </style>
11 </head>
12 <body>
13 <div class="blue">This text should be blue.</div>
14 <div class="red">This text should be red.</div>
15 <div class="green">This text should be green.</div>
16 <div class="purple">This text should be purple.</div>
17 </body>
18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/webarchive/test-body-background-expected.webarchive ('k') | LayoutTests/webarchive/test-css-import-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698