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

Side by Side Diff: LayoutTests/http/tests/webarchive/test-preload-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><head>
2
3 <link rel="stylesheet" type="text/css" href="resources/test-preload-resources.cs s">
4 <link rel="alternate stylesheet" type="text/css" href="resources/test-preload-re sources.css?1" title="green">
5 <link rel="alternate stylesheet" type="text/css" href="resources/test-preload-re sources.css?2" title="blue">
6 <link rel="alternate stylesheet" type="text/css" href="resources/test-preload-re sources.css?3" title="yellow">
7 <link rel="alternate stylesheet" type="text/css" href="resources/test-preload-re sources.css?4" title="pink">
8 <link rel="alternate stylesheet" type="text/css" href="resources/test-preload-re sources.css?5" title="purple">
9 <link rel="alternate stylesheet" type="text/css" href="resources/test-preload-re sources.css?6" title="gray">
10
11 <script>
12 if (window.testRunner)
13 testRunner.dumpDOMAsWebArchive();
14 </script>
15
16 </head><body>
17 <div>
18 Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=22466">Bug 22466:
19 REGRESSION (35867): Many resources missing when saving webarchive of webkit.org< /a>
20 </div>
21 <p>Some resources are missing when saving this page as a webarchive.</p>
22 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698