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

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

Powered by Google App Engine
This is Rietveld 408576698