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

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

Issue 1880263003: Auto-rebaseline for r386782 (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 "paintInvalidations": [ 15 "paintInvalidations": [
16 { 16 {
17 "object": "LayoutBlockFlow (positioned) DIV id='target'", 17 "object": "LayoutBlockFlow (positioned) DIV id='target'",
18 "rect": [0, 0, 200, 200], 18 "rect": [0, 0, 200, 200],
19 "reason": "full" 19 "reason": "full"
20 }, 20 },
21 { 21 {
22 "object": "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], 23 "rect": [0, 0, 406, 546],
29 "reason": "style change" 24 "reason": "style change"
30 } 25 }
31 ] 26 ]
32 }, 27 },
33 { 28 {
34 "position": [108, 158], 29 "position": [108, 158],
35 "transformOrigin": [150, 150], 30 "transformOrigin": [150, 150],
36 "bounds": [440, 300], 31 "bounds": [440, 300],
37 "drawsContent": true, 32 "drawsContent": true,
38 "backgroundColor": "#0000FF", 33 "backgroundColor": "#0000FF",
39 "transform": [ 34 "transform": [
40 [0, 1, 0, 0], 35 [0, 1, 0, 0],
41 [-1, 0, 0, 0], 36 [-1, 0, 0, 0],
42 [0, 0, 1, 0], 37 [0, 0, 1, 0],
43 [0, 0, 0, 1] 38 [0, 0, 0, 1]
44 ] 39 ]
45 } 40 }
46 ] 41 ]
47 } 42 }
48 ] 43 ]
49 } 44 }
50 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698