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

Side by Side Diff: LayoutTests/webarchive/test-xml-stylesheet-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
« no previous file with comments | « LayoutTests/webarchive/test-xml-stylesheet-expected.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;?xml-stylesheet href="resources/test-xml-stylesheet. css" type="text/css"?&gt;&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
9 &lt;script&gt;
10 if (window.testRunner)
11 testRunner.dumpDOMAsWebArchive();
12 &lt;/script&gt;
13 &lt;style&gt;
14 div { background: red; width: 100px; height: 100px; }
15 &lt;/style&gt;
16 &lt;div id="test"&gt;
17 &lt;/div&gt;
18 &lt;/html&gt;</string>
19 <key>WebResourceFrameName</key>
20 <string></string>
21 <key>WebResourceMIMEType</key>
22 <string>application/xml</string>
23 <key>WebResourceTextEncodingName</key>
24 <string>UTF-8</string>
25 <key>WebResourceURL</key>
26 <string>file:///LayoutTests/webarchive/test-xml-stylesheet.xml</ string>
27 </dict>
28 <key>WebSubresources</key>
29 <array>
30 <dict>
31 <key>WebResourceData</key>
32 <string>#test {
33 background: green;
34 }
35 </string>
36 <key>WebResourceMIMEType</key>
37 <string>text/css</string>
38 <key>WebResourceResponse</key>
39 <dict>
40 <key>MIMEType</key>
41 <string>text/css</string>
42 <key>URL</key>
43 <string>file:///LayoutTests/webarchive/resources /test-xml-stylesheet.css</string>
44 <key>expectedContentLength</key>
45 <integer>31</integer>
46 </dict>
47 <key>WebResourceURL</key>
48 <string>file:///LayoutTests/webarchive/resources/test-xm l-stylesheet.css</string>
49 </dict>
50 </array>
51 </dict>
52 </plist>
OLDNEW
« no previous file with comments | « LayoutTests/webarchive/test-xml-stylesheet-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698