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

Side by Side Diff: LayoutTests/platform/android/virtual/slimmingpaint/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt

Issue 1185423002: Enable slimming paint for fast/repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove old expectations 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "bounds": [200, 300],
3 "children": [
4 {
5 "bounds": [200, 300],
6 "drawsContent": true,
7 "repaintRects": [
8 [0, 200, 200, 100]
9 ]
10 }
11 ]
12 }
13 {
14 "bounds": [300, 300],
15 "children": [
16 {
17 "bounds": [300, 300],
18 "drawsContent": true,
19 "repaintRects": [
20 [0, 0, 300, 300],
21 [0, 0, 200, 300]
22 ]
23 }
24 ]
25 }
26 {
27 "bounds": [300, 250],
28 "children": [
29 {
30 "bounds": [300, 250],
31 "drawsContent": true,
32 "repaintRects": []
33 }
34 ]
35 }
36 {
37 "bounds": [250, 250],
38 "children": [
39 {
40 "bounds": [250, 250],
41 "drawsContent": true,
42 "repaintRects": [
43 [0, 0, 300, 250],
44 [0, 0, 250, 250]
45 ]
46 }
47 ]
48 }
49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698