summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-04 07:58:28 +0000
committerjungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-04 07:58:28 +0000
commita2ffac97fcedbb937d1cac67f02a41471c95e062 (patch)
treed588974ba47d4a3b29be6083ed69d042a177d90a
parentc82e4519d03a75c6568394b8c3b49de04c53ab0d (diff)
downloadchromium_src-a2ffac97fcedbb937d1cac67f02a41471c95e062.zip
chromium_src-a2ffac97fcedbb937d1cac67f02a41471c95e062.tar.gz
chromium_src-a2ffac97fcedbb937d1cac67f02a41471c95e062.tar.bz2
Remove chrome/fast/encoding/hanarei-blog32-fc2-com.html test and result. It's accepted (along with the corresponding code change) in the upstream (webkit r36289) and we now have it in our tree.
Review URL: http://codereview.chromium.org/9289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4578 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/data/layout_tests/chrome/fast/encoding/hanarei-blog32-fc2-com-expected.txt3
-rw-r--r--webkit/data/layout_tests/chrome/fast/encoding/hanarei-blog32-fc2-com.html42
2 files changed, 0 insertions, 45 deletions
diff --git a/webkit/data/layout_tests/chrome/fast/encoding/hanarei-blog32-fc2-com-expected.txt b/webkit/data/layout_tests/chrome/fast/encoding/hanarei-blog32-fc2-com-expected.txt
deleted file mode 100644
index 22fd61b..0000000
--- a/webkit/data/layout_tests/chrome/fast/encoding/hanarei-blog32-fc2-com-expected.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Test a particular example of broken markup that was making us ignore a charset declaration.
-
-Encoding: EUC-JP (should be EUC-JP)
diff --git a/webkit/data/layout_tests/chrome/fast/encoding/hanarei-blog32-fc2-com.html b/webkit/data/layout_tests/chrome/fast/encoding/hanarei-blog32-fc2-com.html
deleted file mode 100644
index a468237..0000000
--- a/webkit/data/layout_tests/chrome/fast/encoding/hanarei-blog32-fc2-com.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="ja" dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
-<head>
-
-
-
-<HTML>
-<HEAD>
-<TITLE>無料オンラインゲームに参加しよう♪</TITLE>
-</HEAD>
-
-<BODY>
-<script type="text/javascript"><!--
-var ID="100099131";
-var AD=1;
-var FRAME=0;
-// --></script>
-<script src="about:blank" type="text/javascript"></script>
-<noscript>
-<a href="http://w1.ax.xrea.com/c.f?id=100099131" target="_blank"><img src="about:blank" alt="AX" border="0"></a>
-</noscript>
-
-
-
-<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
-</head>
-<body>
-
-<p>Test a particular example of broken markup that was making us ignore a charset declaration.</p>
-<script>
- if (window.layoutTestController)
- layoutTestController.dumpAsText();
-
- var charset = document.characterSet;
- if (!charset)
- charset = document.charset;
- if (!charset)
- charset = document.inputEncoding;
- document.write("Encoding: " + charset + " (should be EUC-JP)");
-</script>
-</body>
-</html>