OLD | NEW |
| (Empty) |
1 <html> | |
2 <head> | |
3 <link rel="stylesheet" type="text/css" href="resources/test-no-charset.css"> | |
4 <link rel="stylesheet" type="text/css" href="resources/test-shift-jis.css"> | |
5 <link rel="stylesheet" type="text/css" href="resources/test-utf-8.css"> | |
6 <script> | |
7 if (window.testRunner) | |
8 testRunner.dumpDOMAsWebArchive(); | |
9 </script> | |
10 </head> | |
11 <body> | |
12 <div> | |
13 Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=11850">Bug 11850: | |
14 Webarchive fails to save images referenced in CSS</a> | |
15 </div> | |
16 <div><p>This test makes sure that the URL in the shift-jis encoded CSS file is e
ncoded properly in the webarchive.</p></div> | |
17 <div>Expected <tt>?img-src-no-charset-%88%9F</tt> query string for <img> t
ag with no document charset: <div class="styled"><img src="resources/apple.gif?i
mg-src-no-charset-"></div></div> | |
18 <div>Expected <tt>?css-url-no-charset-%88%9F</tt> query string for CSS url() wit
h no CSS charset: <div class="styled background-no-charset"></div></div> | |
19 <div>Expected <tt>?css-url-shift-jis-%88%9F</tt> query string for CSS url() with
shift-jis CSS charset: <div class="styled background-shift-jis"></div></div> | |
20 <div>Expected <tt>?css-url-utf-8-%E4%BA%9C</tt> query string for CSS url() with
utf-8 CSS charset: <div class="styled background-utf-8"></div></div> | |
21 </body> | |
22 </html> | |
OLD | NEW |