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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/writing-mode/japanese-lr-selection.html

Issue 2179383002: Avoid using 'Yu Gothic' in tests to avoid flakiness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html style="border:10px solid maroon; -webkit-writing-mode:vertical-lr" lang="j a"> 2 <html style="border:10px solid maroon; -webkit-writing-mode:vertical-lr" lang="j a">
3 <head> 3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5 <style> 5 <style>
6 body { 6 body {
7 font-family: "HiraMinPro-W3", "Yu Gothic", "MS Gothic"; 7 font-family: "HiraMinPro-W3", "MS Gothic";
8 font-size: 16pt; 8 font-size: 16pt;
9 } 9 }
10 </style> 10 </style>
11 <script> 11 <script>
12 function selectStuff() 12 function selectStuff()
13 { 13 {
14 document.body.offsetLeft; 14 document.body.offsetLeft;
15 if (eventSender) { 15 if (eventSender) {
16 eventSender.mouseMoveTo(40, 200); 16 eventSender.mouseMoveTo(40, 200);
17 eventSender.mouseDown(); 17 eventSender.mouseDown();
18 eventSender.mouseMoveTo(40, 200); 18 eventSender.mouseMoveTo(40, 200);
19 eventSender.mouseMoveTo(400, 200); 19 eventSender.mouseMoveTo(400, 200);
20 eventSender.mouseUp(); 20 eventSender.mouseUp();
21 } 21 }
22 } 22 }
23 </script> 23 </script>
24 </head> 24 </head>
25 <body style="border:5px solid black;" onload="selectStuff()"> 25 <body style="border:5px solid black;" onload="selectStuff()">
26 <div style="height:400px; margin-top:100px"> 26 <div style="height:400px; margin-top:100px">
27 せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますかならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索すること ができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツから も検索することができます。訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありま すか ならタイトルとアドレスだけでなく、訪問 27 せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますかならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索すること ができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツから も検索することができます。訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありま すか ならタイトルとアドレスだけでなく、訪問
28 </div> 28 </div>
29 29
30 30
31 </body> 31 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698