Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / resources / copy-backslash-euc.html
blob5a9f402d3da67c0dc38027517146f9a72da7f424
1 <!DOCTYPE html>
2 <html>
4 <head>
5 <meta charset="EUC-JP">
6 </head>
8 <body>
10 <h2>Original texts which will be copied</h2>
11 <div id="div">\ from EUC page</div>
12 <div id="transform" style="text-transform:uppercase">\ from EUC page (transformed)</div>
13 <div id="secure" style="-webkit-text-security:disc">\ from EUC page (secure)</div>
14 <input id="control" value="\ from EUC text control">
16 <h2>Texts in the UTF8 frame will be pasted here</h2>
17 <div id="pasteboard"></div>
19 </body>
21 </html>