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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3
4 <head>
5 <meta charset="UTF-8">
6 <script>
7
8 function test()
9 {
10 document.getElementById("to_msgothic").style.fontFamily = "MS Gothic";
11 document.getElementById("from_msgothic").style.fontFamily = "Times";
12 }
13
14 </script>
15 </head>
16
17 <body onload="test();">
18
19 <div id="to_msgothic">This should be a yen-sign: \</div>
20 <div id="from_msgothic" style="font-family: MS Gothic">This should be a backslas h: \</div>
21
22 </body>
23
24 </html>
OLDNEW
« 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