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

Unified Diff: LayoutTests/fast/encoding/denormalised-voiced-japanese-chars-expected.html

Issue 1301333005: Convert denormalised-voiced-japanese-chars.html to a reference test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Swap the test and the reference. Created 5 years, 4 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/fast/encoding/denormalised-voiced-japanese-chars-expected.html
diff --git a/LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html b/LayoutTests/fast/encoding/denormalised-voiced-japanese-chars-expected.html
similarity index 66%
copy from LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html
copy to LayoutTests/fast/encoding/denormalised-voiced-japanese-chars-expected.html
index 93791eeebe994a3c38af856a0622df46e2b289c3..7423f892069503b158c0b03849506debb888e26b 100644
--- a/LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html
+++ b/LayoutTests/fast/encoding/denormalised-voiced-japanese-chars-expected.html
@@ -4,12 +4,8 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<body>
-This test checks that the decomposed unicode version of voiced japanese hiragana and katakana characters are rendered the same as the precomposed version. This test is a pixel-test, and passes when the text in the two heading elements are identical.
-<h2>バナナとパナマ</h2>
-<p>The above is decomposed</p>
-
+This test checks that the decomposed unicode version of voiced japanese hiragana and katakana characters are rendered the same as the precomposed version.
<h2>バナナとパナマ</h2>
-<p>The above is precomposed</p>
-
+<!-- The above is precomposed. -->
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698