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

Side by Side Diff: LayoutTests/fast/repaint/inline-relative-positioned.html

Issue 291853004: 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 <script src="resources/text-based-repaint.js"></script> 1 <script src="resources/text-based-repaint.js"></script>
2 <body onload="runRepaintTest()"> 2 <body onload="runRepaintTest()">
3 <span style="position: relative; top: 80px;"> 3 <span style="position: relative; top: 80px;">
4 <div id="target" style="display: inline-block; width: 100px; height: 100px; overflow: hidden; font-family: ahem; font-size: 100px; background: red; color: g reen;">p</div> 4 <div id="target" style="display: inline-block; width: 100px; height: 100px; overflow: hidden; font-family: Ahem; font-size: 100px; background: red; color: g reen;">p</div>
5 </span> 5 </span>
6 <script> 6 <script>
7 function repaintTest() 7 function repaintTest()
8 { 8 {
9 document.getElementById("target").firstChild.data = "a"; 9 document.getElementById("target").firstChild.data = "a";
10 } 10 }
11 </script> 11 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/vertical-rl/float-truncation.html ('k') | LayoutTests/fast/ruby/float-overhang-from-ruby-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698