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

Side by Side Diff: LayoutTests/http/tests/webarchive/cross-origin-stylesheet-crash-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="http://localhost:8000/webarchive/resources/local host-stylesheet.css" type="text/css"&gt;
14 &lt;/head&gt;
15 &lt;body&gt;
16 This HTML links to an external stylesheet from a different security origin.&lt;b r&gt;
17 Making a webarchive of this page should not crash.
18
19
20 &lt;/body&gt;&lt;/html&gt;</string>
21 <key>WebResourceFrameName</key>
22 <string></string>
23 <key>WebResourceMIMEType</key>
24 <string>text/html</string>
25 <key>WebResourceTextEncodingName</key>
26 <string>UTF-8</string>
27 <key>WebResourceURL</key>
28 <string>http://127.0.0.1:8000/webarchive/cross-origin-stylesheet -crash.html</string>
29 </dict>
30 <key>WebSubresources</key>
31 <array>
32 <dict>
33 <key>WebResourceData</key>
34 <string>
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>http://localhost:8000/webarchive/resourc es/localhost-stylesheet.css</string>
44 <key>allHeaderFields</key>
45 <dict>
46 <key>Accept-Ranges</key>
47 <string>bytes</string>
48 <key>Content-Length</key>
49 <string>1</string>
50 <key>Content-Type</key>
51 <string>text/css</string>
52 <key>Date</key>
53 <string>Sun, 16 Nov 2008 17:00:00 GMT</s tring>
54 <key>Etag</key>
55 <string>"301925-21-45c7d72d3e780"</strin g>
56 <key>Last-Modified</key>
57 <string>Sun, 16 Nov 2008 16:55:00 GMT</s tring>
58 <key>Server</key>
59 <string>Apache/2.2.9 (Unix) mod_ssl/2.2. 9 OpenSSL/0.9.7l PHP/5.2.6</string>
60 </dict>
61 <key>expectedContentLength</key>
62 <integer>1</integer>
63 <key>statusCode</key>
64 <integer>200</integer>
65 </dict>
66 <key>WebResourceURL</key>
67 <string>http://localhost:8000/webarchive/resources/local host-stylesheet.css</string>
68 </dict>
69 </array>
70 </dict>
71 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698