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

Side by Side Diff: LayoutTests/webarchive/doctype-expected.webarchive

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 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>WebMainResource</key>
6 <dict>
7 <key>WebResourceData</key>
8 <string>&lt;!DOCTYPE HTML&gt;
9 &lt;html&gt;
10 &lt;head&gt;
11 &lt;title&gt;Test for Bug 15290: REGRESSION (r14184-r14216): Duplicate DOCTYPE d efinitions when saving files as webarchives&lt;/title&gt;
12 &lt;/head&gt;
13 &lt;script&gt;
14 if (window.testRunner)
15 testRunner.dumpSourceAsWebArchive();
16 &lt;/script&gt;
17 &lt;body&gt;
18 &lt;div&gt;
19 &lt;a href="https://bugs.webkit.org/show_bug.cgi?id=15290"&gt;Bug 15290: REGRESS ION (r14184-r14216): Duplicate DOCTYPE definitions when saving files as webarchi ves&lt;/a&gt;
20 &lt;/div&gt;
21 &lt;div&gt;
22 This test checks that only one &amp;lt;!DOCTYPE&amp;gt; tag is written to a weba rchive.
23 &lt;/div&gt;
24 &lt;/body&gt;
25 &lt;/html&gt;
26 </string>
27 <key>WebResourceFrameName</key>
28 <string></string>
29 <key>WebResourceMIMEType</key>
30 <string>text/html</string>
31 <key>WebResourceURL</key>
32 <string>file:///LayoutTests/webarchive/doctype.html</string>
33 </dict>
34 </dict>
35 </plist>
OLDNEW
« no previous file with comments | « LayoutTests/webarchive/doctype-expected.png ('k') | LayoutTests/webarchive/ignore-noscript-if-scripting-enabled.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698