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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/will-change/containing-block-removed-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 CONSOLE MESSAGE: line 30: debug 1 CONSOLE MESSAGE: line 30: debug
2 { 2 {
3 "name": "Content Root Layer",
3 "bounds": [800, 600], 4 "bounds": [800, 600],
4 "children": [ 5 "children": [
5 { 6 {
7 "name": "LayoutView #document",
6 "bounds": [800, 600], 8 "bounds": [800, 600],
7 "contentsOpaque": true, 9 "contentsOpaque": true,
8 "drawsContent": true, 10 "drawsContent": true,
9 "paintInvalidations": [ 11 "paintInvalidations": [
10 { 12 {
11 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 13 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
12 "rect": [50, 50, 75, 75], 14 "rect": [50, 50, 75, 75],
13 "reason": "bounds change" 15 "reason": "bounds change"
14 } 16 }
15 ], 17 ],
16 "children": [ 18 "children": [
17 { 19 {
20 "name": "LayoutBlockFlow (positioned) DIV id='container'",
18 "position": [200, 100], 21 "position": [200, 100],
19 "bounds": [100, 100], 22 "bounds": [100, 100],
20 "contentsOpaque": true, 23 "contentsOpaque": true,
21 "drawsContent": true, 24 "drawsContent": true,
22 "backgroundColor": "#0000FF", 25 "backgroundColor": "#0000FF",
23 "paintInvalidations": [ 26 "paintInvalidations": [
24 { 27 {
25 "object": "LayoutBlockFlow (positioned) DIV id='container'", 28 "object": "LayoutBlockFlow (positioned) DIV id='container'",
26 "rect": [0, 0, 100, 100], 29 "rect": [0, 0, 100, 100],
27 "reason": "became visible" 30 "reason": "became visible"
28 }, 31 },
29 { 32 {
30 "object": "LayoutBlockFlow (positioned) DIV id='container'", 33 "object": "LayoutBlockFlow (positioned) DIV id='container'",
31 "rect": [0, 0, 100, 100], 34 "rect": [0, 0, 100, 100],
32 "reason": "subtree" 35 "reason": "subtree"
33 }, 36 },
34 { 37 {
35 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 38 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
36 "rect": [50, 50, 75, 75], 39 "rect": [50, 50, 75, 75],
37 "reason": "subtree" 40 "reason": "subtree"
38 },
39 {
40 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
41 "reason": "subtree"
42 } 41 }
43 ] 42 ]
44 } 43 }
45 ] 44 ]
46 } 45 }
46 ],
47 "objectPaintInvalidations": [
48 {
49 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
50 "reason": "subtree"
51 },
52 {
53 "object": "LayoutBlockFlow (positioned) DIV id='container'",
54 "reason": "subtree"
55 },
56 {
57 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
58 "reason": "subtree"
59 },
60 {
61 "object": "LayoutBlockFlow (positioned) DIV id='container'",
62 "reason": "became visible"
63 },
64 {
65 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
66 "reason": "bounds change"
67 }
47 ] 68 ]
48 } 69 }
49 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698