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

Side by Side Diff: LayoutTests/webarchive/ignore-noscript-if-scripting-enabled-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;html&gt;&lt;head&gt;
9 &lt;script&gt;
10 if (window.testRunner)
11 testRunner.dumpDOMAsWebArchive();
12 &lt;/script&gt;
13 &lt;/head&gt;
14 &lt;body&gt;
15 This should appear in the webarchive.
16
17
18
19 &lt;/body&gt;&lt;/html&gt;</string>
20 <key>WebResourceFrameName</key>
21 <string></string>
22 <key>WebResourceMIMEType</key>
23 <string>text/html</string>
24 <key>WebResourceTextEncodingName</key>
25 <string>UTF-8</string>
26 <key>WebResourceURL</key>
27 <string>file:///LayoutTests/webarchive/ignore-noscript-if-script ing-enabled.html</string>
28 </dict>
29 </dict>
30 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698