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

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

Issue 448793002: Unified invalidation for repaint-only style change of layers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test expectations Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
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 .
3 {
4 "bounds": [1600, 585],
5 "children": [
6 {
7 "bounds": [1600, 585],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "repaintRects": [
11 [1500, 0, 100, 100],
12 [1200, 0, 100, 100],
13 [1200, 0, 100, 100],
14 [900, 0, 100, 100]
15 ]
16 }
17 ]
18 }
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698