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

Side by Side Diff: LayoutTests/svg/custom/resource-invalidate-on-target-update-expected.txt

Issue 861213003: Fix problems with flakes in SVG LayoutTests by reordering arithmetic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rephrased comment. Created 5 years, 11 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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [121, 10, 110, 350], 9 [120, 10, 110, 350],
10 [121, 10, 110, 350], 10 [120, 10, 110, 350],
11 [10, 130, 200, 100], 11 [10, 130, 200, 100],
12 [10, 130, 100, 100], 12 [10, 130, 100, 100],
13 [10, 10, 200, 100], 13 [10, 10, 200, 100],
14 [10, 10, 100, 100], 14 [10, 10, 100, 100],
15 [0, 240, 231, 120], 15 [0, 240, 230, 120],
16 [0, 240, 121, 120] 16 [0, 240, 120, 120]
17 ] 17 ]
18 } 18 }
19 ] 19 ]
20 } 20 }
21 21
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/feDisplacementMap-01-expected.txt ('k') | LayoutTests/svg/filters/animate-fill-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698