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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/transforms/transform-focus-ring-repaint-expected.txt

Issue 1881923002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "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": [5, 55], 10 "position": [5, 55],
11 "bounds": [406, 546], 11 "bounds": [406, 546],
12 "drawsContent": true, 12 "drawsContent": true,
13 "backfaceVisibility": "hidden", 13 "backfaceVisibility": "hidden",
14 "backgroundColor": "#FFFF00", 14 "backgroundColor": "#FFFF00",
15 "repaintRects": [ 15 "paintInvalidations": [
16 [3, 3, 200, 200], 16 {
17 [0, 0, 406, 546], 17 "object": "LayoutBlockFlow (positioned) DIV id='target'",
18 [0, 0, 200, 200] 18 "rect": [0, 0, 200, 200],
19 ], 19 "reason": "full"
20 "paintInvalidationClients": [ 20 },
21 "##ALL##", 21 {
22 "LayoutBlockFlow (positioned) DIV id='target'" 22 "object": "LayoutBlockFlow (positioned) DIV id='target'",
23 "rect": [3, 3, 200, 200],
24 "reason": "style change"
25 },
26 {
27 "object": "LayoutBlockFlow (positioned) DIV id='target'",
28 "rect": [0, 0, 406, 546],
29 "reason": "style change"
30 }
23 ] 31 ]
24 }, 32 },
25 { 33 {
26 "position": [108, 158], 34 "position": [108, 158],
27 "transformOrigin": [150, 150], 35 "transformOrigin": [150, 150],
28 "bounds": [440, 300], 36 "bounds": [440, 300],
29 "drawsContent": true, 37 "drawsContent": true,
30 "backgroundColor": "#0000FF", 38 "backgroundColor": "#0000FF",
31 "transform": [ 39 "transform": [
32 [0, 1, 0, 0], 40 [0, 1, 0, 0],
33 [-1, 0, 0, 0], 41 [-1, 0, 0, 0],
34 [0, 0, 1, 0], 42 [0, 0, 1, 0],
35 [0, 0, 0, 1] 43 [0, 0, 0, 1]
36 ] 44 ]
37 } 45 }
38 ] 46 ]
39 } 47 }
40 ] 48 ]
41 } 49 }
42 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698