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

Side by Side Diff: LayoutTests/webarchive/test-link-href-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;link rel="stylesheet" href="resources/test-style.css" type="text/css"&gt;
14 &lt;/head&gt;
15 &lt;body&gt;
16 &lt;div&gt;
17 This text should be red sans-serif.
18 &lt;/div&gt;
19
20
21 &lt;/body&gt;&lt;/html&gt;</string>
22 <key>WebResourceFrameName</key>
23 <string></string>
24 <key>WebResourceMIMEType</key>
25 <string>text/html</string>
26 <key>WebResourceTextEncodingName</key>
27 <string>UTF-8</string>
28 <key>WebResourceURL</key>
29 <string>file:///LayoutTests/webarchive/test-link-href.html</stri ng>
30 </dict>
31 <key>WebSubresources</key>
32 <array>
33 <dict>
34 <key>WebResourceData</key>
35 <string>div { font-family: Arial, Helvetica, sans-serif; color: red; }
36 </string>
37 <key>WebResourceMIMEType</key>
38 <string>text/css</string>
39 <key>WebResourceResponse</key>
40 <dict>
41 <key>MIMEType</key>
42 <string>text/css</string>
43 <key>URL</key>
44 <string>file:///LayoutTests/webarchive/resources /test-style.css</string>
45 <key>expectedContentLength</key>
46 <integer>63</integer>
47 </dict>
48 <key>WebResourceURL</key>
49 <string>file:///LayoutTests/webarchive/resources/test-st yle.css</string>
50 </dict>
51 </array>
52 </dict>
53 </plist>
OLDNEW
« no previous file with comments | « LayoutTests/webarchive/test-link-href-expected.png ('k') | LayoutTests/webarchive/test-link-rel-icon.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698