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

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

Issue 1413823005: Invalidate objects when containing block changed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 { 2 {
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
5 "bounds": [800, 600], 6 "bounds": [800, 600],
6 "contentsOpaque": true, 7 "contentsOpaque": true,
7 "drawsContent": true, 8 "drawsContent": true,
8 "repaintRects": [ 9 "repaintRects": [
9 [0, 0, 100, 100] 10 [50, 50, 75, 75]
10 ], 11 ],
11 "paintInvalidationClients": [ 12 "paintInvalidationClients": [
12 "LayoutBlockFlow (relative positioned) DIV id='inner'" 13 "LayoutBlockFlow (positioned) DIV class='fixed'"
13 ], 14 ],
14 "children": [ 15 "children": [
15 { 16 {
16 "position": [278, 278], 17 "position": [200, 100],
17 "bounds": [100, 100], 18 "bounds": [100, 100],
18 "contentsOpaque": true, 19 "contentsOpaque": true,
19 "drawsContent": true, 20 "drawsContent": true,
20 "backfaceVisibility": "hidden", 21 "backgroundColor": "#0000FF",
21 "backgroundColor": "#008000",
22 "repaintRects": [ 22 "repaintRects": [
23 [0, 0, 100, 100], 23 [50, 50, 75, 75],
24 [0, 0, 100, 100], 24 [0, 0, 100, 100],
25 [0, 0, 100, 100] 25 [0, 0, 100, 100]
26 ], 26 ],
27 "paintInvalidationClients": [ 27 "paintInvalidationClients": [
28 "LayoutBlockFlow (relative positioned) DIV id='outer'", 28 "LayoutBlockFlow (positioned) DIV class='fixed'",
29 "LayoutBlockFlow (relative positioned) DIV id='inner'", 29 "LayoutBlockFlow (positioned) DIV id='container'",
30 "LayoutBlockFlow (relative positioned) DIV id='outer'" 30 "LayoutBlockFlow (positioned) DIV class='fixed'",
31 "LayoutBlockFlow (positioned) DIV id='container'"
31 ] 32 ]
32 } 33 }
33 ] 34 ]
34 } 35 }
35 ] 36 ]
36 } 37 }
37 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698