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

Side by Side Diff: LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt

Issue 1348593002: Auto-rebaseline for r202291 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [785, 616], 2 "bounds": [785, 616],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 616], 5 "bounds": [785, 616],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [108, 108], 10 "position": [108, 108],
11 "bounds": [100, 100], 11 "bounds": [100, 100],
12 "paintInvalidationClients": [
13 "LayoutBlockFlow (positioned) DIV class='clipping-container'"
14 ],
12 "children": [ 15 "children": [
13 { 16 {
14 "bounds": [100, 100], 17 "bounds": [100, 100],
15 "children": [ 18 "children": [
16 { 19 {
17 "position": [-100, -100], 20 "position": [-100, -100],
18 "bounds": [252, 252], 21 "bounds": [252, 252],
19 "contentsOpaque": true, 22 "contentsOpaque": true,
20 "drawsContent": true, 23 "drawsContent": true,
21 "backgroundColor": "#FFFF00" 24 "backgroundColor": "#FFFF00"
22 } 25 }
23 ] 26 ]
24 } 27 }
25 ] 28 ]
26 }, 29 },
27 { 30 {
28 "position": [108, 408], 31 "position": [108, 408],
29 "bounds": [100, 100], 32 "bounds": [100, 100],
33 "paintInvalidationClients": [
34 "LayoutBlockFlow (positioned) DIV class='clipping-container with-ini tial-clipping'"
35 ],
30 "children": [ 36 "children": [
31 { 37 {
32 "bounds": [100, 100], 38 "bounds": [100, 100],
33 "children": [ 39 "children": [
34 { 40 {
35 "position": [-100, -100], 41 "position": [-100, -100],
36 "bounds": [252, 252], 42 "bounds": [252, 252],
37 "contentsOpaque": true, 43 "contentsOpaque": true,
38 "drawsContent": true, 44 "drawsContent": true,
39 "backgroundColor": "#FFFF00" 45 "backgroundColor": "#FFFF00"
40 } 46 }
41 ] 47 ]
42 } 48 }
43 ] 49 ]
44 } 50 }
45 ] 51 ]
46 } 52 }
47 ] 53 ]
48 } 54 }
49 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698