Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / unicode-escape-in-8bit-string.html
blob4c6ce710e85fbddeac27ac6b2f27761255f81af2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <style type="text/css">
6 p:after {
7 content: "- \0020AC"; /* Escape value for Euro sign */
9 </style>
10 </head>
11 <body>
12 <p class="overflow">This line should end with a Euro sign </p>
13 </body>
14 </html>