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

Side by Side Diff: LayoutTests/http/tests/webarchive/test-css-url-encoding.html

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 <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 &lt;img&gt; 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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698