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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 This test checks that changing the transform on an element triggers a correct in validation. 1 This test checks that changing the transform on an element triggers a correct in validation.
2 The paint invalidations below should match the transformed element's coordinates . 2 The paint invalidations below should match the transformed element's coordinates .
3 Tested locations: 1200,1500 3 Tested locations: 1200,1500
4 { 4 {
5 "bounds": [1600, 585], 5 "bounds": [1600, 585],
6 "children": [ 6 "children": [
7 { 7 {
8 "bounds": [1600, 585], 8 "bounds": [1600, 585],
9 "contentsOpaque": true, 9 "contentsOpaque": true,
10 "drawsContent": true, 10 "drawsContent": true,
11 "paintInvalidations": [ 11 "paintInvalidations": [
12 { 12 {
13 "object": "LayoutView #document",
14 "rect": [1300, 0, 300, 585],
15 "reason": "incremental"
16 },
17 {
18 "object": "LayoutView #document",
19 "rect": [1000, 0, 300, 585],
20 "reason": "incremental"
21 },
22 {
23 "object": "LayoutBlockFlow DIV id='box'", 13 "object": "LayoutBlockFlow DIV id='box'",
24 "rect": [1500, 0, 100, 100], 14 "rect": [1500, 0, 100, 100],
25 "reason": "style change" 15 "reason": "style change"
26 }, 16 },
27 { 17 {
28 "object": "LayoutBlockFlow DIV id='box'", 18 "object": "LayoutBlockFlow DIV id='box'",
29 "rect": [1200, 0, 100, 100], 19 "rect": [1200, 0, 100, 100],
30 "reason": "style change" 20 "reason": "style change"
31 }, 21 },
32 { 22 {
33 "object": "LayoutBlockFlow DIV id='box'", 23 "object": "LayoutBlockFlow DIV id='box'",
34 "rect": [1200, 0, 100, 100], 24 "rect": [1200, 0, 100, 100],
35 "reason": "style change" 25 "reason": "style change"
36 }, 26 },
37 { 27 {
38 "object": "LayoutBlockFlow DIV id='box'", 28 "object": "LayoutBlockFlow DIV id='box'",
39 "rect": [900, 0, 100, 100], 29 "rect": [900, 0, 100, 100],
40 "reason": "style change" 30 "reason": "style change"
41 } 31 }
42 ] 32 ]
43 } 33 }
44 ] 34 ]
45 } 35 }
46 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698