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

Unified Diff: LayoutTests/http/tests/webarchive/test-css-url-encoding-shift-jis.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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/webarchive/test-css-url-encoding-shift-jis.html
diff --git a/LayoutTests/http/tests/webarchive/test-css-url-encoding-shift-jis.html b/LayoutTests/http/tests/webarchive/test-css-url-encoding-shift-jis.html
deleted file mode 100644
index 1e52990365f9b532e203589c051c287b86ce746a..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/webarchive/test-css-url-encoding-shift-jis.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html;charset=shift-jis">
-<!-- "?shift-jis" works around Bug 22952 when run after test-css-url-encoding-utf-8.html -->
-<link rel="stylesheet" type="text/css" href="resources/test-no-charset.css?shift-jis">
-<link rel="stylesheet" type="text/css" href="resources/test-shift-jis.css">
-<link rel="stylesheet" type="text/css" href="resources/test-utf-8.css">
-<script>
-if (window.testRunner)
- testRunner.dumpDOMAsWebArchive();
-</script>
-</head>
-<body>
-<div>
-Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=11850">Bug 11850:
-Webarchive fails to save images referenced in CSS</a>
-</div>
-<div><p>This test makes sure that the URL in the shift-jis encoded CSS file is encoded properly in the webarchive.</p></div>
-<div>Expected <tt>?img-src-shift-jis-%88%9F</tt> query string for &lt;img&gt; tag with shift-jis document charset: <div class="styled"><img src="resources/apple.gif?img-src-shift-jis-ˆŸ"></div></div>
-<div>Expected <tt>?css-url-no-charset-%88%9F</tt> query string for CSS url() with no CSS charset: <div class="styled background-no-charset"></div></div>
-<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>
-<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>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698