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

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

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 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 "name": "Content Root Layer",
6 "bounds": [1600, 585], 6 "bounds": [1600, 585],
7 "children": [ 7 "children": [
8 { 8 {
9 "name": "LayoutView #document", 9 "name": "LayoutView #document",
10 "bounds": [1600, 585], 10 "bounds": [1600, 585],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "object": "LayoutView #document", 57 "object": "LayoutView #document",
58 "reason": "incremental" 58 "reason": "incremental"
59 }, 59 },
60 { 60 {
61 "object": "LayoutBlockFlow DIV id='box'", 61 "object": "LayoutBlockFlow DIV id='box'",
62 "reason": "subtree" 62 "reason": "subtree"
63 } 63 }
64 ] 64 ]
65 } 65 }
66 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698