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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/css-font-display/font-display-ref.html

Issue 2895123002: Convert CSS font-display test to wpt (Closed)
Patch Set: rebase, update network service expectation Created 3 years, 6 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 <title>Test for font-display @font-face descriptor</title> 2 <title>Test for font-display @font-face descriptor</title>
3 <script src="/js-test-resources/ahem.js"></script>
4 <style> 3 <style>
5 .ahem { 4 .ahem {
6 font-family: Ahem; 5 font-family: Ahem;
7 } 6 }
8 .arial { 7 .arial {
9 font-family: Arial; 8 font-family: Arial;
10 } 9 }
11 </style> 10 </style>
12 <p>Tests how text with a font that takes <i>delay</i> seconds to load look like after <i>T</i> seconds from load start.</p> 11 <p>Tests how text with a font that takes <i>delay</i> seconds to load look like after <i>T</i> seconds from load start.</p>
13 <table> 12 <table>
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 <tr> 76 <tr>
78 <td>5</td> 77 <td>5</td>
79 <td>8</td> 78 <td>8</td>
80 <td class="arial">a</td> 79 <td class="arial">a</td>
81 <td class="arial">a</td> 80 <td class="arial">a</td>
82 <td class="arial">a</td> 81 <td class="arial">a</td>
83 <td class="arial">a</td> 82 <td class="arial">a</td>
84 <td class="arial">a</td> 83 <td class="arial">a</td>
85 </tr> 84 </tr>
86 </table> 85 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698