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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-no-layout-change2-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": [2008, 2008],
3 "children": [
4 {
5 "bounds": [2008, 2008],
6 "contentsOpaque": true,
7 "drawsContent": true
8 }
9 ]
10 }
11 {
12 "bounds": [2008, 2008],
13 "children": [
14 {
15 "bounds": [2008, 2008],
16 "contentsOpaque": true,
17 "drawsContent": true,
18 "repaintRects": [
19 [0, 0, 300, 300]
20 ],
21 "paintInvalidationClients": [
22 "LayoutView #document"
23 ]
24 }
25 ]
26 }
27 {
28 "bounds": [2008, 2008],
29 "children": [
30 {
31 "bounds": [2008, 2008],
32 "contentsOpaque": true,
33 "drawsContent": true
34 }
35 ]
36 }
37 {
38 "bounds": [2008, 2008],
39 "children": [
40 {
41 "bounds": [2008, 2008],
42 "contentsOpaque": true,
43 "drawsContent": true,
44 "repaintRects": [
45 [0, 0, 250, 250]
46 ],
47 "paintInvalidationClients": [
48 "LayoutView #document"
49 ]
50 }
51 ]
52 }
53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698