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

Side by Side Diff: LayoutTests/fast/text/custom-font-data-crash.html

Issue 291823004: Update Ahem capitalization in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body style="font: 1px ahem;"> 3 <body style="font: 1px Ahem;">
4 <script> 4 <script>
5 if (window.testRunner) { 5 if (window.testRunner) {
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 testRunner.waitUntilDone(); 7 testRunner.waitUntilDone();
8 } 8 }
9 9
10 setTimeout("if (window.testRunner) { testRunner.notifyDone(); }", 50); 10 setTimeout("if (window.testRunner) { testRunner.notifyDone(); }", 50);
11 </script> 11 </script>
12 <style> 12 <style>
13 @font-face { font-family: "A"; src: url(); } 13 @font-face { font-family: "A"; src: url(); }
14 * { font-family: A; } 14 * { font-family: A; }
15 </style> 15 </style>
16 <nobr><table><hr>PASS 16 <nobr><table><hr>PASS
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/bidi-embedding-pop-and-push-same-2.html ('k') | LayoutTests/fast/text/justify-nbsp.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698