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

Side by Side Diff: LayoutTests/webarchive/test-script-src-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 src="resources/dump-webarchive.js" type="text/javascript"&gt;&lt;/scr ipt&gt;
10 &lt;/head&gt;
11 &lt;body&gt;
12
13
14 &lt;/body&gt;&lt;/html&gt;</string>
15 <key>WebResourceFrameName</key>
16 <string></string>
17 <key>WebResourceMIMEType</key>
18 <string>text/html</string>
19 <key>WebResourceTextEncodingName</key>
20 <string>UTF-8</string>
21 <key>WebResourceURL</key>
22 <string>file:///LayoutTests/webarchive/test-script-src.html</str ing>
23 </dict>
24 <key>WebSubresources</key>
25 <array>
26 <dict>
27 <key>WebResourceData</key>
28 <string>if (window.testRunner)
29 testRunner.dumpDOMAsWebArchive();
30 </string>
31 <key>WebResourceMIMEType</key>
32 <string>text/javascript</string>
33 <key>WebResourceResponse</key>
34 <dict>
35 <key>MIMEType</key>
36 <string>text/javascript</string>
37 <key>URL</key>
38 <string>file:///LayoutTests/webarchive/resources /dump-webarchive.js</string>
39 <key>expectedContentLength</key>
40 <integer>61</integer>
41 </dict>
42 <key>WebResourceURL</key>
43 <string>file:///LayoutTests/webarchive/resources/dump-we barchive.js</string>
44 </dict>
45 </array>
46 </dict>
47 </plist>
OLDNEW
« no previous file with comments | « LayoutTests/webarchive/test-script-src-expected.png ('k') | LayoutTests/webarchive/test-table-background.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698