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

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

Issue 1338583004: Revert of Auto-rebaseline for r202145 (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 ],
15 "children": [ 12 "children": [
16 { 13 {
17 "bounds": [100, 100], 14 "bounds": [100, 100],
18 "children": [ 15 "children": [
19 { 16 {
20 "position": [-100, -100], 17 "position": [-100, -100],
21 "bounds": [252, 252], 18 "bounds": [252, 252],
22 "contentsOpaque": true, 19 "contentsOpaque": true,
23 "drawsContent": true, 20 "drawsContent": true,
24 "backgroundColor": "#FFFF00" 21 "backgroundColor": "#FFFF00"
25 } 22 }
26 ] 23 ]
27 } 24 }
28 ] 25 ]
29 }, 26 },
30 { 27 {
31 "position": [108, 408], 28 "position": [108, 408],
32 "bounds": [100, 100], 29 "bounds": [100, 100],
33 "paintInvalidationClients": [
34 "LayoutBlockFlow (positioned) DIV class='clipping-container with-ini tial-clipping'"
35 ],
36 "children": [ 30 "children": [
37 { 31 {
38 "bounds": [100, 100], 32 "bounds": [100, 100],
39 "children": [ 33 "children": [
40 { 34 {
41 "position": [-100, -100], 35 "position": [-100, -100],
42 "bounds": [252, 252], 36 "bounds": [252, 252],
43 "contentsOpaque": true, 37 "contentsOpaque": true,
44 "drawsContent": true, 38 "drawsContent": true,
45 "backgroundColor": "#FFFF00" 39 "backgroundColor": "#FFFF00"
46 } 40 }
47 ] 41 ]
48 } 42 }
49 ] 43 ]
50 } 44 }
51 ] 45 ]
52 } 46 }
53 ] 47 ]
54 } 48 }
55 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698