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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/images/clip-on-directly-composited-image-expected.txt

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 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
1 1
2 { 2 {
3 "name": "Content Root Layer", 3 "layers": [
4 "bounds": [800, 600],
5 "children": [
6 { 4 {
7 "name": "LayoutView #document", 5 "name": "LayoutView #document",
8 "bounds": [800, 600], 6 "bounds": [800, 600],
9 "contentsOpaque": true, 7 "contentsOpaque": true,
10 "drawsContent": true, 8 "drawsContent": true
11 "children": [ 9 },
12 { 10 {
13 "name": "LayoutImage (positioned) IMG class='composited'", 11 "name": "LayoutImage (positioned) IMG class='composited'",
14 "position": [210, 23], 12 "position": [210, 23],
15 "transformOrigin": [90, 90], 13 "transformOrigin": [90, 90],
16 "bounds": [140, 140], 14 "bounds": [140, 140],
17 "drawsContent": true 15 "drawsContent": true
18 }
19 ]
20 } 16 }
21 ] 17 ]
22 } 18 }
23 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698