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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/spv2/text-color-change-expected.html

Issue 2010243002: Remove paint/invalidation/spv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
(Empty)
1 <!DOCTYPE html>
2 Tests invalidation of scrolling text. On composited scrolling, the whole text sh ould be invalidated when the 'color' property of the container changes.
3 <pre id="scroller" style="width: 200px; height: 200px; overflow: scroll; color: green">
4 Text
5 Text
6 Text
7 Text
8 Text
9 Text
10 Text
11 Text
12 Text
13 Text
14 Text
15 Text
16 Text
17 Text
18 Text
19 Text
20 Text
21 Text
22 Text
23 Text
24 Text
25 Text
26 Text
27 Text
28 Text
29 Text
30 Text
31 Text
32 Text
33 Text
34 Text
35 Text
36 Text
37 Text
38 Text
39 Text
40 Text
41 Text
42 Text
43 Text
44 Text
45 </pre>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698