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

Unified Diff: LayoutTests/fast/text/backslash-to-yen-sign-dynamic.html

Issue 27030014: Remove Backslash-as-JPY hack (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TextCodec/Encoding added Created 7 years, 2 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/text/backslash-to-yen-sign-dynamic.html
diff --git a/LayoutTests/fast/text/backslash-to-yen-sign-dynamic.html b/LayoutTests/fast/text/backslash-to-yen-sign-dynamic.html
deleted file mode 100644
index 6c38410267c8562f8ddb85f0ef0bb976283e0493..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/text/backslash-to-yen-sign-dynamic.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
-<meta charset="UTF-8">
-<script>
-
-function test()
-{
- document.getElementById("to_msgothic").style.fontFamily = "MS Gothic";
- document.getElementById("from_msgothic").style.fontFamily = "Times";
-}
-
-</script>
-</head>
-
-<body onload="test();">
-
-<div id="to_msgothic">This should be a yen-sign: \</div>
-<div id="from_msgothic" style="font-family: MS Gothic">This should be a backslash: \</div>
-
-</body>
-
-</html>
« no previous file with comments | « LayoutTests/fast/text/backslash-to-yen-sign.html ('k') | LayoutTests/fast/text/backslash-to-yen-sign-dynamic-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698