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

Side by Side Diff: LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt

Issue 1278543002: Include the whole outline into visual overflow (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": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [10, 10], 10 "position": [10, 10],
11 "bounds": [120, 120], 11 "transformOrigin": [60, 60],
12 "bounds": [270, 170],
12 "drawsContent": true, 13 "drawsContent": true,
13 "backgroundColor": "#008000", 14 "backgroundColor": "#008000",
14 "children": [ 15 "children": [
15 { 16 {
16 "position": [50, 50], 17 "position": [50, 50],
17 "bounds": [220, 120], 18 "bounds": [220, 120],
18 "drawsContent": true, 19 "drawsContent": true,
19 "backgroundColor": "#FF000099" 20 "backgroundColor": "#FF000099"
20 } 21 }
21 ] 22 ]
22 }, 23 },
23 { 24 {
24 "position": [75, 75], 25 "position": [75, 75],
25 "bounds": [56, 56], 26 "bounds": [56, 56],
26 "contentsOpaque": true, 27 "contentsOpaque": true,
27 "drawsContent": true, 28 "drawsContent": true,
28 "backgroundColor": "#0000FF" 29 "backgroundColor": "#0000FF"
29 } 30 }
30 ] 31 ]
31 } 32 }
32 ] 33 ]
33 } 34 }
34 35
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/repaint/focus-ring-on-continuation-move-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698