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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html

Issue 2729113002: De-flake fast/text/line-break-8bit-after-16bit.html (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <style> 3 <style>
4 @font-face { 4 @font-face {
5 font-family: AhemU; 5 font-family: AhemU;
6 src: url(../../third_party/adobe-fonts/CSSFWOrientationTest.otf); 6 src: url(../../third_party/adobe-fonts/CSSFWOrientationTest.otf);
7 } 7 }
8 div { 8 div {
9 font-family: Ahem, AhemU; 9 font-family: Ahem, AhemU;
10 font-size: 20px; 10 font-size: 20px;
11 width: 3ch; 11 width: 3ch;
12 } 12 }
13 </style> 13 </style>
14 <body> 14 <body>
15 <div>fo&#x2013;bar</div> 15 <div>fo&#x2013;bar</div>
16 <div>国国国bar</div> 16 <div>国国国bar</div>
17 <div>あああbar</div> 17 <div>あああbar</div>
18 <div>国国、bar</div> 18 <div>国国、bar</div>
19 </body> 19 </body>
20 <script>
21 if (window.testRunner) {
22 testRunner.waitUntilDone();
23 window.onload = function () {
24 document.fonts.ready.then(function () { testRunner.notifyDone(); });
25 };
26 }
27 </script>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698