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

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

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
(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 "shouldFlattenTransform": false,
20 "drawsContent": true,
21 "children": [
22 {
23 "shouldFlattenTransform": false,
24 "children": [
25 {
26 "position": [192, 0],
27 "bounds": [100, 100],
28 "contentsOpaque": true,
29 "drawsContent": true,
30 "backgroundColor": "#FFFF00"
31 }
32 ]
33 }
34 ]
35 }
36 ]
37 },
38 {
39 "children": [
40 {
41 "position": [785, 0],
42 "bounds": [15, 600]
43 }
44 ]
45 }
46 ]
47 }
48 ]
49 }
50 ]
51 }
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698