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

Side by Side Diff: LayoutTests/fast/css/font-weight-1.html

Issue 1334473002: Attempt to deflake fast/css/font-weight-1.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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
« no previous file with comments | « LayoutTests/TestExpectations ('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 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 @font-face { 5 @font-face {
6 font-family: 'WebKit WeightWatcher'; 6 font-family: 'WebKit WeightWatcher';
7 font-weight: 100; 7 font-weight: 100;
8 src: url('../../resources/WebKitWeightWatcher100.ttf'); 8 src: url('../../resources/WebKitWeightWatcher100.ttf');
9 } 9 }
10 @font-face { 10 @font-face {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 </div> 83 </div>
84 <div class="w7"> 84 <div class="w7">
85 A 85 A
86 </div> 86 </div>
87 <div class="w8"> 87 <div class="w8">
88 A 88 A
89 </div> 89 </div>
90 <div class="w9"> 90 <div class="w9">
91 A 91 A
92 </div> 92 </div>
93
94 <script>
95 if (window.testRunner) {
96 testRunner.waitUntilDone();
97 document.fonts.ready.then(function () { testRunner.notifyDone(); });
98 }
99 </script>
93 </body> 100 </body>
94 </html> 101 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698