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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.txt

Issue 2084643002: 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": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 12 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
11 "rect": [50, 50, 75, 75], 13 "rect": [50, 50, 75, 75],
12 "reason": "subtree" 14 "reason": "subtree"
13 } 15 }
14 ], 16 ],
15 "children": [ 17 "children": [
16 { 18 {
19 "name": "LayoutBlockFlow (positioned) DIV id='container'",
17 "position": [200, 100], 20 "position": [200, 100],
18 "transformOrigin": [50, 50], 21 "transformOrigin": [50, 50],
19 "bounds": [125, 125], 22 "bounds": [125, 125],
20 "drawsContent": true, 23 "drawsContent": true,
21 "backgroundColor": "#0000FF", 24 "backgroundColor": "#0000FF",
22 "paintInvalidations": [ 25 "paintInvalidations": [
23 { 26 {
24 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 27 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
25 "rect": [50, 50, 75, 75], 28 "rect": [50, 50, 75, 75],
26 "reason": "bounds change" 29 "reason": "bounds change"
27 } 30 }
28 ] 31 ]
29 } 32 }
30 ] 33 ]
31 } 34 }
35 ],
36 "objectPaintInvalidations": [
37 {
38 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
39 "reason": "subtree"
40 },
41 {
42 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
43 "reason": "bounds change"
44 }
32 ] 45 ]
33 } 46 }
34 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698