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

Side by Side Diff: LayoutTests/webarchive/archive-empty-frame-source-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;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transiti onal//EN"
9 "http://www.w3.org/TR/html4/loose.dtd"&gt;
10 &lt;html&gt;
11 &lt;head&gt;
12 &lt;title&gt;Empty iFrame causes archive exception&lt;/title&gt;
13 &lt;script&gt;
14 if (window.testRunner)
15 testRunner.dumpSourceAsWebArchive();
16 &lt;/script&gt;
17 &lt;/head&gt;
18 &lt;body&gt;
19
20 &lt;p&gt;
21 Here lies an `iframe` with no content/src:
22 &lt;p&gt;
23
24 &lt;iframe id="emptyFrame" style="width: 100%; height: 100px; border: solid 2px red;"&gt;
25 &lt;/iframe&gt;
26
27 &lt;/body&gt;
28 &lt;/html&gt;
29 </string>
30 <key>WebResourceFrameName</key>
31 <string></string>
32 <key>WebResourceMIMEType</key>
33 <string>text/html</string>
34 <key>WebResourceURL</key>
35 <string>file:///LayoutTests/webarchive/archive-empty-frame-sourc e.html</string>
36 </dict>
37 <key>WebSubframeArchives</key>
38 <array>
39 <dict>
40 <key>WebMainResource</key>
41 <dict>
42 <key>WebResourceData</key>
43 <string></string>
44 <key>WebResourceFrameName</key>
45 <string>emptyFrame</string>
46 <key>WebResourceMIMEType</key>
47 <string>text/html</string>
48 <key>WebResourceURL</key>
49 <string>about:blank</string>
50 </dict>
51 </dict>
52 </array>
53 </dict>
54 </plist>
OLDNEW
« no previous file with comments | « LayoutTests/webarchive/archive-empty-frame-source-expected.png ('k') | LayoutTests/webarchive/archive-with-unencoded-url.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698