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

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

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "repaintRects": [ 9 "paintInvalidations": [
10 [50, 50, 75, 75] 10 {
11 ], 11 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
12 "paintInvalidationClients": [ 12 "rect": [50, 50, 75, 75],
13 "LayoutBlockFlow (positioned) DIV class='fixed'" 13 "reason": "bounds change"
14 }
14 ], 15 ],
15 "children": [ 16 "children": [
16 { 17 {
17 "position": [200, 100], 18 "position": [200, 100],
18 "bounds": [100, 100], 19 "bounds": [100, 100],
19 "contentsOpaque": true, 20 "contentsOpaque": true,
20 "drawsContent": true, 21 "drawsContent": true,
21 "backgroundColor": "#0000FF", 22 "backgroundColor": "#0000FF",
22 "repaintRects": [ 23 "paintInvalidations": [
23 [50, 50, 75, 75], 24 {
24 [0, 0, 100, 100], 25 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
25 [0, 0, 100, 100] 26 "rect": [50, 50, 75, 75],
26 ], 27 "reason": "layer"
27 "paintInvalidationClients": [ 28 },
28 "LayoutBlockFlow (positioned) DIV class='fixed'", 29 {
29 "LayoutBlockFlow (positioned) DIV id='container'", 30 "object": "LayoutBlockFlow (positioned) DIV id='container'",
30 "LayoutBlockFlow (positioned) DIV class='fixed'", 31 "rect": [0, 0, 100, 100],
31 "LayoutBlockFlow (positioned) DIV id='container'" 32 "reason": "layer"
33 },
34 {
35 "object": "LayoutBlockFlow (positioned) DIV id='container'",
36 "rect": [0, 0, 100, 100],
37 "reason": "became visible"
38 }
32 ] 39 ]
33 } 40 }
34 ] 41 ]
35 } 42 }
36 ] 43 ]
37 } 44 }
38 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698