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

Side by Side Diff: LayoutTests/webarchive/doctype.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 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Test for Bug 15290: REGRESSION (r14184-r14216): Duplicate DOCTYPE definit ions when saving files as webarchives</title>
5 </head>
6 <script>
7 if (window.testRunner)
8 testRunner.dumpSourceAsWebArchive();
9 </script>
10 <body>
11 <div>
12 <a href="https://bugs.webkit.org/show_bug.cgi?id=15290">Bug 15290: REGRESSION (r 14184-r14216): Duplicate DOCTYPE definitions when saving files as webarchives</a >
13 </div>
14 <div>
15 This test checks that only one &lt;!DOCTYPE&gt; tag is written to a webarchive.
16 </div>
17 </body>
18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/webarchive/css-page-rule-crash-expected.webarchive ('k') | LayoutTests/webarchive/doctype-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698