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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) 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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [70, 94, 18, 20],
10 [70, 94, 7, 19],
11 [70, -156, 18, 20],
12 [70, -156, 7, 19],
13 [48, 94, 40, 20],
14 [48, -156, 40, 20]
15 ],
16 "paintInvalidationClients": [
17 "LayoutBlockFlow (positioned) UL id='submenu'",
18 "LayoutListItem LI",
19 "RootInlineBox",
20 "LayoutListMarker (anonymous)"
21 ],
22 "children": [
23 {
24 "position": [30, 44],
25 "transformOrigin": [18, 10],
26 "bounds": [25, 20],
27 "drawsContent": true,
28 "children": [
29 {
30 "position": [18, 0],
31 "bounds": [0, 19],
32 "backfaceVisibility": "hidden"
33 }
34 ]
35 },
36 {
37 "position": [30, 44],
38 "bounds": [18, 20],
39 "drawsContent": true
40 }
41 ]
42 }
43 ]
44 }
45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698