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

Side by Side Diff: LayoutTests/platform/win/virtual/slimmingpaint/transforms/transform-focus-ring-repaint-expected.txt

Issue 1176803002: Auto-rebaseline for r196813 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [7, 57], 10 "position": [7, 57],
11 "bounds": [394, 484], 11 "bounds": [394, 484],
12 "drawsContent": true, 12 "drawsContent": true,
13 "backfaceVisibility": "hidden", 13 "backfaceVisibility": "hidden",
14 "backgroundColor": "#FFFF00", 14 "backgroundColor": "#FFFF00",
15 "repaintRects": [ 15 "repaintRects": [
16 [1, 1, 200, 200], 16 [1, 1, 200, 200],
17 [0, 0, 394, 484], 17 [0, 0, 394, 484],
18 [0, 0, 200, 200] 18 [0, 0, 200, 200]
19 ],
20 "paintInvalidationClients": [
21 "##ALL##",
22 "LayoutBlockFlow DIV id='target'"
19 ] 23 ]
20 }, 24 },
21 { 25 {
22 "position": [100, 100], 26 "position": [100, 100],
23 "transformOrigin": [150, 150], 27 "transformOrigin": [150, 150],
24 "bounds": [440, 300], 28 "bounds": [440, 300],
25 "drawsContent": true, 29 "drawsContent": true,
26 "backgroundColor": "#0000FF", 30 "backgroundColor": "#0000FF",
27 "transform": [ 31 "transform": [
28 [0, 1, 0, 0], 32 [0, 1, 0, 0],
29 [-1, 0, 0, 0], 33 [-1, 0, 0, 0],
30 [0, 0, 1, 0], 34 [0, 0, 1, 0],
31 [0, 0, 0, 1] 35 [0, 0, 0, 1]
32 ] 36 ]
33 } 37 }
34 ] 38 ]
35 } 39 }
36 ] 40 ]
37 } 41 }
38 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698