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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/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 "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 "repaintRects": [ 11 "repaintRects": [
12 [1500, 0, 100, 100], 12 [1500, 0, 100, 100],
13 [1300, 0, 300, 585], 13 [1300, 0, 300, 585],
14 [1200, 0, 100, 100], 14 [1200, 0, 100, 100],
15 [1200, 0, 100, 100], 15 [1200, 0, 100, 100],
16 [1000, 0, 300, 585], 16 [1000, 0, 300, 585],
17 [900, 0, 100, 100] 17 [900, 0, 100, 100]
18 ] 18 ]
19 } 19 }
20 ] 20 ]
21 } 21 }
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698