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

Side by Side Diff: LayoutTests/platform/win/compositing/fixed-body-background-positioned-expected.txt

Issue 1301333006: Auto-rebaseline for r201337 (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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [785, 600],
6 "children": [
7 {
8 "transformOrigin": [0, 0],
9 "bounds": [785, 600],
10 "contentsOpaque": true,
11 "drawsContent": true
12 },
13 {
14 "children": [
15 {
16 "bounds": [785, 3700],
17 "children": [
18 {
19 "bounds": [785, 3700],
20 "drawsContent": true
21 }
22 ]
23 }
24 ]
25 }
26 ]
27 },
28 {
29 "position": [785, 0],
30 "bounds": [15, 600],
31 "contentsOpaque": true
32 }
33 ]
34 }
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698