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

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

Issue 2081773002: Auto-rebaseline for r400605 (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
1 { 1 {
2 "name": "Content Root Layer",
2 "bounds": [2008, 2008], 3 "bounds": [2008, 2008],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [2008, 2008], 7 "bounds": [2008, 2008],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true 9 "drawsContent": true
8 } 10 }
9 ] 11 ]
10 } 12 }
11 { 13 {
14 "name": "Content Root Layer",
12 "bounds": [2008, 2008], 15 "bounds": [2008, 2008],
13 "children": [ 16 "children": [
14 { 17 {
18 "name": "LayoutView #document",
15 "bounds": [2008, 2008], 19 "bounds": [2008, 2008],
16 "contentsOpaque": true, 20 "contentsOpaque": true,
17 "drawsContent": true, 21 "drawsContent": true,
18 "paintInvalidations": [ 22 "paintInvalidations": [
19 { 23 {
20 "object": "LayoutView #document", 24 "object": "LayoutView #document",
21 "rect": [0, 0, 400, 250], 25 "rect": [0, 0, 400, 250],
22 "reason": "full" 26 "reason": "full"
23 } 27 }
24 ] 28 ]
25 } 29 }
30 ],
31 "objectPaintInvalidations": [
32 {
33 "object": "LayoutView #document",
34 "reason": "full"
35 }
26 ] 36 ]
27 } 37 }
28 { 38 {
39 "name": "Content Root Layer",
29 "bounds": [2008, 2008], 40 "bounds": [2008, 2008],
30 "children": [ 41 "children": [
31 { 42 {
43 "name": "LayoutView #document",
32 "bounds": [2008, 2008], 44 "bounds": [2008, 2008],
33 "contentsOpaque": true, 45 "contentsOpaque": true,
34 "drawsContent": true 46 "drawsContent": true
35 } 47 }
36 ] 48 ]
37 } 49 }
38 { 50 {
51 "name": "Content Root Layer",
39 "bounds": [2008, 2008], 52 "bounds": [2008, 2008],
40 "children": [ 53 "children": [
41 { 54 {
55 "name": "LayoutView #document",
42 "bounds": [2008, 2008], 56 "bounds": [2008, 2008],
43 "contentsOpaque": true, 57 "contentsOpaque": true,
44 "drawsContent": true, 58 "drawsContent": true,
45 "paintInvalidations": [ 59 "paintInvalidations": [
46 { 60 {
47 "object": "LayoutView #document", 61 "object": "LayoutView #document",
48 "rect": [0, 0, 800, 600], 62 "rect": [0, 0, 800, 600],
49 "reason": "full" 63 "reason": "full"
50 } 64 }
51 ] 65 ]
52 } 66 }
67 ],
68 "objectPaintInvalidations": [
69 {
70 "object": "LayoutView #document",
71 "reason": "full"
72 }
53 ] 73 ]
54 } 74 }
55 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698