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

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

Issue 2232493002: Auto-rebaseline for r410712 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 "name": "Content Root Layer",
4 "bounds": [800, 600], 4 "bounds": [800, 600],
5 "children": [ 5 "children": [
6 { 6 {
7 "name": "LayoutView #document", 7 "name": "LayoutView #document",
8 "bounds": [800, 600], 8 "bounds": [800, 600],
9 "contentsOpaque": true, 9 "contentsOpaque": true,
10 "drawsContent": true, 10 "drawsContent": true,
11 "paintInvalidations": [ 11 "paintInvalidations": [
12 { 12 {
13 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 13 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
14 "rect": [50, 50, 75, 75], 14 "rect": [50, 50, 75, 75],
15 "reason": "bounds change" 15 "reason": "style change"
16 } 16 }
17 ], 17 ],
18 "children": [ 18 "children": [
19 { 19 {
20 "name": "LayoutBlockFlow (positioned) DIV id='container'", 20 "name": "LayoutBlockFlow (positioned) DIV id='container'",
21 "position": [200, 100], 21 "position": [200, 100],
22 "bounds": [100, 100], 22 "bounds": [100, 100],
23 "contentsOpaque": true, 23 "contentsOpaque": true,
24 "drawsContent": true, 24 "drawsContent": true,
25 "backgroundColor": "#0000FF", 25 "backgroundColor": "#0000FF",
26 "paintInvalidations": [ 26 "paintInvalidations": [
27 { 27 {
28 "object": "LayoutBlockFlow (positioned) DIV id='container'", 28 "object": "LayoutBlockFlow (positioned) DIV id='container'",
29 "rect": [0, 0, 100, 100], 29 "rect": [0, 0, 100, 100],
30 "reason": "became visible" 30 "reason": "style change"
31 }, 31 },
32 { 32 {
33 "object": "LayoutBlockFlow (positioned) DIV id='container'", 33 "object": "LayoutBlockFlow (positioned) DIV id='container'",
34 "rect": [0, 0, 100, 100], 34 "rect": [0, 0, 100, 100],
35 "reason": "subtree" 35 "reason": "subtree"
36 }, 36 },
37 { 37 {
38 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 38 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
39 "rect": [50, 50, 75, 75], 39 "rect": [50, 50, 75, 75],
40 "reason": "subtree" 40 "reason": "subtree"
(...skipping 11 matching lines...) Expand all
52 { 52 {
53 "object": "LayoutBlockFlow (positioned) DIV id='container'", 53 "object": "LayoutBlockFlow (positioned) DIV id='container'",
54 "reason": "subtree" 54 "reason": "subtree"
55 }, 55 },
56 { 56 {
57 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 57 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
58 "reason": "subtree" 58 "reason": "subtree"
59 }, 59 },
60 { 60 {
61 "object": "LayoutBlockFlow (positioned) DIV id='container'", 61 "object": "LayoutBlockFlow (positioned) DIV id='container'",
62 "reason": "became visible" 62 "reason": "style change"
63 }, 63 },
64 { 64 {
65 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 65 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
66 "reason": "bounds change" 66 "reason": "style change"
67 } 67 }
68 ] 68 ]
69 } 69 }
70 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698