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

Side by Side Diff: LayoutTests/paint/invalidation/spv2/inline-overflow.html

Issue 1302183007: Convert some text-based-repaint tests for spv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!-- Based on fast/repaint/inline-overflow.html -->
2 <script src="resources/paint-invalidation-test.js"></script>
3 <script>
4 window.expectedPaintInvalidationObjects = [
5 "LayoutText #text",
6 "InlineTextBox 'A\u00A0\u00A0B'",
7 ];
8 function paintInvalidationTest()
9 {
10 document.getElementById("target").style.webkitTextStrokeColor = "green";
11 }
12 </script>
13 <script src="../../../fast/repaint/../../resources/ahem.js"></script>
14 <body onload="runPaintInvalidationTest()" style="padding: 50px;">
15 <span id="target" style="font-family: Ahem; font-size: 50px; -webkit-text-st roke: 50px red;">A&nbsp;&nbsp;B</span>
16 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698