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

Side by Side Diff: LayoutTests/virtual/deferred/fast/images/repaint-subrect-grid-expected.txt

Issue 1170353002: [SP] Remove virtual/deferred tests as that code path is near-obsolete. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [46, 18, 18, 19],
10 [46, 18, 18, 19],
11 [37, 37, 18, 18],
12 [37, 37, 18, 18],
13 [37, 0, 18, 18],
14 [37, 0, 18, 18],
15 [28, 18, 18, 19],
16 [28, 18, 18, 19],
17 [18, 37, 19, 18],
18 [18, 37, 19, 18],
19 [18, 0, 19, 18],
20 [18, 0, 19, 18],
21 [9, 18, 18, 19],
22 [9, 18, 18, 19],
23 [0, 37, 18, 18],
24 [0, 37, 18, 18],
25 [0, 0, 18, 18],
26 [0, 0, 18, 18],
27 [-9, 18, 18, 19],
28 [-9, 18, 18, 19],
29 [-100, -100, 18, 18],
30 [-100, -100, 18, 18]
31 ]
32 }
33 ]
34 }
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698