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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt

Issue 1975613002: Auto-rebaseline for r393099 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
1 { 1 {
2 "bounds": [2008, 2008], 2 "bounds": [2008, 2008],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [2008, 2008], 5 "bounds": [2008, 2008],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true
8 "paintInvalidations": [
9 {
10 "object": "LayoutView #document",
11 "rect": [0, 200, 200, 100],
12 "reason": "incremental"
13 }
14 ]
15 } 8 }
16 ] 9 ]
17 } 10 }
18 { 11 {
19 "bounds": [2008, 2008], 12 "bounds": [2008, 2008],
20 "children": [ 13 "children": [
21 { 14 {
22 "bounds": [2008, 2008], 15 "bounds": [2008, 2008],
23 "contentsOpaque": true, 16 "contentsOpaque": true,
24 "drawsContent": true, 17 "drawsContent": true,
25 "paintInvalidations": [ 18 "paintInvalidations": [
26 { 19 {
27 "object": "LayoutView #document", 20 "object": "LayoutView #document",
28 "rect": [0, 0, 300, 300], 21 "rect": [0, 0, 300, 300],
29 "reason": "full" 22 "reason": "full"
30 },
31 {
32 "object": "LayoutView #document",
33 "rect": [200, 0, 100, 300],
34 "reason": "incremental"
35 } 23 }
36 ] 24 ]
37 } 25 }
38 ] 26 ]
39 } 27 }
40 { 28 {
41 "bounds": [2008, 2008], 29 "bounds": [2008, 2008],
42 "children": [ 30 "children": [
43 { 31 {
44 "bounds": [2008, 2008], 32 "bounds": [2008, 2008],
45 "contentsOpaque": true, 33 "contentsOpaque": true,
46 "drawsContent": true, 34 "drawsContent": true
47 "paintInvalidations": [
48 {
49 "object": "LayoutView #document",
50 "rect": [0, 250, 300, 50],
51 "reason": "incremental"
52 }
53 ]
54 } 35 }
55 ] 36 ]
56 } 37 }
57 { 38 {
58 "bounds": [2008, 2008], 39 "bounds": [2008, 2008],
59 "children": [ 40 "children": [
60 { 41 {
61 "bounds": [2008, 2008], 42 "bounds": [2008, 2008],
62 "contentsOpaque": true, 43 "contentsOpaque": true,
63 "drawsContent": true, 44 "drawsContent": true,
64 "paintInvalidations": [ 45 "paintInvalidations": [
65 { 46 {
66 "object": "LayoutView #document", 47 "object": "LayoutView #document",
67 "rect": [0, 0, 250, 250], 48 "rect": [0, 0, 250, 250],
68 "reason": "full" 49 "reason": "full"
69 },
70 {
71 "object": "LayoutView #document",
72 "rect": [250, 0, 50, 250],
73 "reason": "incremental"
74 } 50 }
75 ] 51 ]
76 } 52 }
77 ] 53 ]
78 } 54 }
79 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698