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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/will-change/containing-block-removed-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 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 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
(...skipping 11 matching lines...) Expand all
22 "backgroundColor": "#0000FF", 22 "backgroundColor": "#0000FF",
23 "paintInvalidations": [ 23 "paintInvalidations": [
24 { 24 {
25 "object": "LayoutBlockFlow (positioned) DIV id='container'", 25 "object": "LayoutBlockFlow (positioned) DIV id='container'",
26 "rect": [0, 0, 100, 100], 26 "rect": [0, 0, 100, 100],
27 "reason": "became visible" 27 "reason": "became visible"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow (positioned) DIV id='container'", 30 "object": "LayoutBlockFlow (positioned) DIV id='container'",
31 "rect": [0, 0, 100, 100], 31 "rect": [0, 0, 100, 100],
32 "reason": "layer" 32 "reason": "subtree"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 35 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
36 "rect": [50, 50, 75, 75], 36 "rect": [50, 50, 75, 75],
37 "reason": "layer" 37 "reason": "subtree"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 40 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
41 "reason": "layer" 41 "reason": "subtree"
42 } 42 }
43 ] 43 ]
44 } 44 }
45 ] 45 ]
46 } 46 }
47 ] 47 ]
48 } 48 }
49 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698