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

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

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "paintInvalidations": [
9 [70, 94, 18, 20], 9 {
10 [70, 94, 7, 19], 10 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
11 [70, -156, 18, 20], 11 "rect": [48, 94, 40, 20],
12 [70, -156, 7, 19], 12 "reason": "location change"
13 [48, 94, 40, 20], 13 },
14 [48, -156, 40, 20] 14 {
15 ], 15 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
16 "paintInvalidationClients": [ 16 "rect": [48, -156, 40, 20],
17 "LayoutBlockFlow (positioned) UL id='submenu'", 17 "reason": "location change"
18 "LayoutListItem LI", 18 },
19 "RootInlineBox", 19 {
20 "LayoutListMarker (anonymous)" 20 "object": "LayoutListItem LI",
21 "rect": [70, 94, 18, 20],
22 "reason": "location change"
23 },
24 {
25 "object": "LayoutListItem LI",
26 "rect": [70, -156, 18, 20],
27 "reason": "location change"
28 },
29 {
30 "object": "LayoutListMarker (anonymous)",
31 "rect": [70, 94, 7, 19],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutListMarker (anonymous)",
36 "rect": [70, -156, 7, 19],
37 "reason": "location change"
38 },
39 {
40 "object": "RootInlineBox",
41 "rect": [0, 0, 0, 0],
42 "reason": "full"
43 }
21 ], 44 ],
22 "children": [ 45 "children": [
23 { 46 {
24 "position": [30, 44], 47 "position": [30, 44],
25 "transformOrigin": [18, 10], 48 "transformOrigin": [18, 10],
26 "bounds": [25, 20], 49 "bounds": [25, 20],
27 "drawsContent": true, 50 "drawsContent": true,
28 "children": [ 51 "children": [
29 { 52 {
30 "position": [18, 0], 53 "position": [18, 0],
31 "bounds": [0, 19], 54 "bounds": [0, 19],
32 "backfaceVisibility": "hidden" 55 "backfaceVisibility": "hidden"
33 } 56 }
34 ] 57 ]
35 }, 58 },
36 { 59 {
37 "position": [30, 44], 60 "position": [30, 44],
38 "bounds": [18, 20], 61 "bounds": [18, 20],
39 "drawsContent": true 62 "drawsContent": true
40 } 63 }
41 ] 64 ]
42 } 65 }
43 ] 66 ]
44 } 67 }
45 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698