OLD | NEW |
| (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><html><head> | |
9 <script> | |
10 | |
11 if (window.testRunner) | |
12 testRunner.dumpDOMAsWebArchive(); | |
13 | |
14 </script> | |
15 | |
16 <style> | |
17 | |
18 @page { | |
19 margin: 2cm; | |
20 } | |
21 | |
22 </style> | |
23 </head> | |
24 | |
25 <body> | |
26 This page contains a @page style rule.<br> | |
27 Making a WebArchive out of it should not crash. | |
28 | |
29 </body></html></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> | |
OLD | NEW |