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

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

Issue 2402213002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 "layers": [
6 "bounds": [1600, 585],
7 "children": [
8 { 6 {
9 "name": "LayoutView #document", 7 "name": "LayoutView #document",
10 "bounds": [1600, 585], 8 "bounds": [1600, 585],
11 "contentsOpaque": true, 9 "contentsOpaque": true,
12 "drawsContent": true, 10 "drawsContent": true,
13 "paintInvalidations": [ 11 "paintInvalidations": [
14 { 12 {
15 "object": "LayoutView #document", 13 "object": "LayoutView #document",
16 "rect": [1300, 0, 300, 585], 14 "rect": [1300, 0, 300, 585],
17 "reason": "incremental" 15 "reason": "incremental"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "object": "LayoutView #document", 55 "object": "LayoutView #document",
58 "reason": "incremental" 56 "reason": "incremental"
59 }, 57 },
60 { 58 {
61 "object": "LayoutBlockFlow DIV id='box'", 59 "object": "LayoutBlockFlow DIV id='box'",
62 "reason": "subtree" 60 "reason": "subtree"
63 } 61 }
64 ] 62 ]
65 } 63 }
66 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698