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

Side by Side Diff: LayoutTests/fast/repaint/text-in-relative-positioned-inline.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 <head> 1 <head>
2 <script src="resources/text-based-repaint.js"></script> 2 <script src="resources/text-based-repaint.js"></script>
3 <script> 3 <script>
4 function repaintTest() 4 function repaintTest()
5 { 5 {
6 document.getElementById("target").style.display = "none"; 6 document.getElementById("target").style.display = "none";
7 } 7 }
8 </script> 8 </script>
9 </head> 9 </head>
10 <body onload="runRepaintTest()"> 10 <body onload="runRepaintTest()">
11 <div style="margin-left: 100px; font: 100px ahem; -webkit-font-smoothing: no ne; height: 100px;"> 11 <div style="margin-left: 100px; font: 100px Ahem; -webkit-font-smoothing: no ne; height: 100px;">
12 <span id="target" style="position: relative; left: -100px; color: red;"> ab</span> 12 <span id="target" style="position: relative; left: -100px; color: red;"> ab</span>
13 </div> 13 </div>
14 <div style="width: 100px; height: 100px; background-color: green; margin-top : -100px;"></div> 14 <div style="width: 100px; height: 100px; background-color: green; margin-top : -100px;"></div>
15 </body> 15 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/text-emphasis-v.html ('k') | LayoutTests/fast/ruby/position-after.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698