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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/inline-relative-positioned.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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 <script src="resources/text-based-repaint.js"></script> 1 <script src="resources/text-based-repaint.js"></script>
2 <script src="../../resources/ahem.js"></script> 2 <script src="../../resources/ahem.js"></script>
3 <body onload="runRepaintAndPixelTest()"> 3 <body onload="runRepaintAndPixelTest()">
4 <span style="position: relative; top: 80px;"> 4 <span style="position: relative; top: 80px;">
5 <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 <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>
6 </span> 6 </span>
7 <script> 7 <script>
8 function repaintTest() 8 function repaintTest()
9 { 9 {
10 document.getElementById("target").firstChild.data = "a"; 10 document.getElementById("target").firstChild.data = "a";
11 } 11 }
12 </script> 12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698