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><!DOCTYPE HTML> | |
9 <html> | |
10 <head> | |
11 <title>Test for Bug 15290: REGRESSION (r14184-r14216): Duplicate DOCTYPE d
efinitions when saving files as webarchives</title> | |
12 </head> | |
13 <script> | |
14 if (window.testRunner) | |
15 testRunner.dumpSourceAsWebArchive(); | |
16 </script> | |
17 <body> | |
18 <div> | |
19 <a href="https://bugs.webkit.org/show_bug.cgi?id=15290">Bug 15290: REGRESS
ION (r14184-r14216): Duplicate DOCTYPE definitions when saving files as webarchi
ves</a> | |
20 </div> | |
21 <div> | |
22 This test checks that only one &lt;!DOCTYPE&gt; tag is written to a weba
rchive. | |
23 </div> | |
24 </body> | |
25 </html> | |
26 </string> | |
27 <key>WebResourceFrameName</key> | |
28 <string></string> | |
29 <key>WebResourceMIMEType</key> | |
30 <string>text/html</string> | |
31 <key>WebResourceURL</key> | |
32 <string>file:///LayoutTests/webarchive/doctype.html</string> | |
33 </dict> | |
34 </dict> | |
35 </plist> | |
OLD | NEW |