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

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

Issue 1968743003: Auto-rebaseline for r392861 (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": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 10 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
11 "rect": [50, 50, 75, 75], 11 "rect": [50, 50, 75, 75],
12 "reason": "layer" 12 "reason": "subtree"
13 } 13 }
14 ], 14 ],
15 "children": [ 15 "children": [
16 { 16 {
17 "position": [200, 100], 17 "position": [200, 100],
18 "transformOrigin": [50, 50], 18 "transformOrigin": [50, 50],
19 "bounds": [125, 125], 19 "bounds": [125, 125],
20 "drawsContent": true, 20 "drawsContent": true,
21 "backgroundColor": "#0000FF", 21 "backgroundColor": "#0000FF",
22 "paintInvalidations": [ 22 "paintInvalidations": [
23 { 23 {
24 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 24 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
25 "rect": [50, 50, 75, 75], 25 "rect": [50, 50, 75, 75],
26 "reason": "bounds change" 26 "reason": "bounds change"
27 } 27 }
28 ] 28 ]
29 } 29 }
30 ] 30 ]
31 } 31 }
32 ] 32 ]
33 } 33 }
34 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698