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

Side by Side Diff: LayoutTests/fast/css/crash-comparing-equal.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 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 </script> 6 </script>
7 <style> 7 <style>
8 #parent { 8 #parent {
9 font: 20px/1 ahem; 9 font: 20px/1 Ahem;
10 </style> 10 </style>
11 </head> 11 </head>
12 <body> 12 <body>
13 This page shouldn't crash when parsing CSS - Bug 95706. 13 This page shouldn't crash when parsing CSS - Bug 95706.
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/positioning/start-ignoring-before.html ('k') | LayoutTests/fast/dynamic/dirty-float-in-clean-line.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698