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

Side by Side Diff: LayoutTests/webarchive/css-page-rule-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
« no previous file with comments | « LayoutTests/webarchive/css-page-rule-crash.html ('k') | LayoutTests/webarchive/doctype.html » ('j') | 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;html&gt;&lt;head&gt;
9 &lt;script&gt;
10
11 if (window.testRunner)
12 testRunner.dumpDOMAsWebArchive();
13
14 &lt;/script&gt;
15
16 &lt;style&gt;
17
18 @page {
19 margin: 2cm;
20 }
21
22 &lt;/style&gt;
23 &lt;/head&gt;
24
25 &lt;body&gt;
26 This page contains a @page style rule.&lt;br&gt;
27 Making a WebArchive out of it should not crash.
28
29 &lt;/body&gt;&lt;/html&gt;</string>
30 <key>WebResourceFrameName</key>
31 <string></string>
32 <key>WebResourceMIMEType</key>
33 <string>text/html</string>
34 <key>WebResourceTextEncodingName</key>
35 <string>UTF-8</string>
36 <key>WebResourceURL</key>
37 <string>file:///LayoutTests/webarchive/css-page-rule-crash.html< /string>
38 </dict>
39 </dict>
40 </plist>
OLDNEW
« no previous file with comments | « LayoutTests/webarchive/css-page-rule-crash.html ('k') | LayoutTests/webarchive/doctype.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698