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

Side by Side Diff: LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow-expected.txt

Issue 1316723004: Auto-rebaseline for r201138 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 13],
11 "bounds": [800, 600],
12 "drawsContent": true,
13 "children": [
14 {
15 "bounds": [785, 600],
16 "children": [
17 {
18 "bounds": [785, 1000],
19 "drawsContent": true,
20 "children": [
21 {
22 "children": [
23 {
24 "position": [192, 0],
25 "bounds": [100, 100],
26 "contentsOpaque": true,
27 "drawsContent": true,
28 "backgroundColor": "#FFFF00"
29 }
30 ]
31 }
32 ]
33 }
34 ]
35 },
36 {
37 "children": [
38 {
39 "position": [785, 0],
40 "bounds": [15, 600],
41 "drawsContent": true
42 }
43 ]
44 }
45 ]
46 }
47 ]
48 }
49 ]
50 }
51
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698