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

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

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 "name": "Content Root Layer",
5 "bounds": [1600, 585], 6 "bounds": [1600, 585],
6 "children": [ 7 "children": [
7 { 8 {
9 "name": "LayoutView #document",
8 "bounds": [1600, 585], 10 "bounds": [1600, 585],
9 "contentsOpaque": true, 11 "contentsOpaque": true,
10 "drawsContent": true, 12 "drawsContent": true,
11 "paintInvalidations": [ 13 "paintInvalidations": [
12 { 14 {
13 "object": "LayoutView #document", 15 "object": "LayoutView #document",
14 "rect": [1300, 0, 300, 585], 16 "rect": [1300, 0, 300, 585],
15 "reason": "incremental" 17 "reason": "incremental"
16 }, 18 },
17 { 19 {
(...skipping 16 matching lines...) Expand all
34 "rect": [1200, 0, 100, 100], 36 "rect": [1200, 0, 100, 100],
35 "reason": "subtree" 37 "reason": "subtree"
36 }, 38 },
37 { 39 {
38 "object": "LayoutBlockFlow DIV id='box'", 40 "object": "LayoutBlockFlow DIV id='box'",
39 "rect": [900, 0, 100, 100], 41 "rect": [900, 0, 100, 100],
40 "reason": "subtree" 42 "reason": "subtree"
41 } 43 }
42 ] 44 ]
43 } 45 }
46 ],
47 "objectPaintInvalidations": [
48 {
49 "object": "LayoutView #document",
50 "reason": "incremental"
51 },
52 {
53 "object": "LayoutBlockFlow DIV id='box'",
54 "reason": "subtree"
55 },
56 {
57 "object": "LayoutView #document",
58 "reason": "incremental"
59 },
60 {
61 "object": "LayoutBlockFlow DIV id='box'",
62 "reason": "subtree"
63 }
44 ] 64 ]
45 } 65 }
46 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698