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

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

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

Powered by Google App Engine
This is Rietveld 408576698