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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-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 { 1 {
2 "name": "Content Root Layer",
2 "bounds": [785, 616], 3 "bounds": [785, 616],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [785, 616], 7 "bounds": [785, 616],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "children": [ 10 "children": [
9 { 11 {
12 "name": "LayoutBlockFlow (positioned) DIV class='clipping-container'",
10 "position": [108, 108], 13 "position": [108, 108],
11 "bounds": [100, 100], 14 "bounds": [100, 100],
12 "children": [ 15 "children": [
13 { 16 {
17 "name": "Child Containment Layer",
14 "bounds": [100, 100], 18 "bounds": [100, 100],
15 "children": [ 19 "children": [
16 { 20 {
21 "name": "LayoutBlockFlow DIV class='clipped-composited-child'" ,
17 "position": [-100, -100], 22 "position": [-100, -100],
18 "bounds": [252, 252], 23 "bounds": [252, 252],
19 "contentsOpaque": true, 24 "contentsOpaque": true,
20 "drawsContent": true, 25 "drawsContent": true,
21 "backgroundColor": "#FFFF00" 26 "backgroundColor": "#FFFF00"
22 } 27 }
23 ] 28 ]
24 } 29 }
25 ] 30 ]
26 }, 31 },
27 { 32 {
33 "name": "LayoutBlockFlow (positioned) DIV class='clipping-container wi th-initial-clipping'",
28 "position": [108, 408], 34 "position": [108, 408],
29 "bounds": [100, 100], 35 "bounds": [100, 100],
30 "children": [ 36 "children": [
31 { 37 {
38 "name": "Child Containment Layer",
32 "bounds": [100, 100], 39 "bounds": [100, 100],
33 "children": [ 40 "children": [
34 { 41 {
42 "name": "LayoutBlockFlow DIV class='clipped-composited-child'" ,
35 "position": [-100, -100], 43 "position": [-100, -100],
36 "bounds": [252, 252], 44 "bounds": [252, 252],
37 "contentsOpaque": true, 45 "contentsOpaque": true,
38 "drawsContent": true, 46 "drawsContent": true,
39 "backgroundColor": "#FFFF00" 47 "backgroundColor": "#FFFF00"
40 } 48 }
41 ] 49 ]
42 } 50 }
43 ] 51 ]
44 } 52 }
45 ] 53 ]
46 } 54 }
55 ],
56 "objectPaintInvalidations": [
57 {
58 "object": "LayoutBlockFlow (positioned) DIV class='clipping-container'",
59 "reason": "subtree"
60 },
61 {
62 "object": "LayoutBlockFlow (positioned) DIV class='clipping-container with -initial-clipping'",
63 "reason": "subtree"
64 }
47 ] 65 ]
48 } 66 }
49 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698