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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/squashing/composited-bounds-for-negative-z-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 "children": [
8 {
9 "bounds": [800, 408],
10 "drawsContent": true,
11 "children": [
12 {
13 "position": [8, 100],
14 "bounds": [10, 10],
15 "contentsOpaque": true,
16 "drawsContent": true,
17 "backgroundColor": "#FF0000"
18 },
19 {
20 "bounds": [800, 408],
21 "drawsContent": true
22 },
23 {
24 "position": [108, 100],
25 "bounds": [300, 300],
26 "drawsContent": true,
27 "children": [
28 {
29 "bounds": [285, 300],
30 "children": [
31 {
32 "bounds": [285, 1000],
33 "shouldFlattenTransform": false,
34 "children": [
35 {
36 "shouldFlattenTransform": false
37 }
38 ]
39 }
40 ]
41 },
42 {
43 "children": [
44 {
45 "position": [285, 0],
46 "bounds": [15, 300],
47 "drawsContent": true
48 }
49 ]
50 }
51 ]
52 },
53 {
54 "shouldFlattenTransform": false,
55 "children": [
56 {
57 "position": [108, 100],
58 "bounds": [285, 1000]
59 },
60 {
61 "position": [108, 100],
62 "bounds": [285, 1000],
63 "drawsContent": true
64 }
65 ]
66 }
67 ]
68 }
69 ]
70 }
71 ]
72 }
73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698