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

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

Issue 2080783003: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 12 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
11 "rect": [48, 94, 40, 20], 13 "rect": [48, 94, 40, 20],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
15 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 17 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
16 "rect": [48, -156, 40, 20], 18 "rect": [48, -156, 40, 20],
17 "reason": "bounds change" 19 "reason": "bounds change"
18 }, 20 },
19 { 21 {
20 "object": "LayoutListMarker (anonymous)", 22 "object": "LayoutListMarker (anonymous)",
21 "rect": [70, 94, 7, 19], 23 "rect": [70, 94, 7, 19],
22 "reason": "bounds change" 24 "reason": "bounds change"
23 }, 25 },
24 { 26 {
25 "object": "LayoutListMarker (anonymous)", 27 "object": "LayoutListMarker (anonymous)",
26 "rect": [70, -156, 7, 19], 28 "rect": [70, -156, 7, 19],
27 "reason": "bounds change" 29 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutListItem LI",
31 "reason": "bounds change"
32 },
33 {
34 "object": "RootInlineBox",
35 "reason": "full"
36 } 30 }
37 ], 31 ],
38 "children": [ 32 "children": [
39 { 33 {
34 "name": "LayoutListItem (floating) LI id='watches'",
40 "position": [30, 44], 35 "position": [30, 44],
41 "transformOrigin": [18, 10], 36 "transformOrigin": [18, 10],
42 "bounds": [25, 19], 37 "bounds": [25, 19],
43 "drawsContent": true, 38 "drawsContent": true,
44 "children": [ 39 "children": [
45 { 40 {
41 "name": "LayoutInline (relative positioned) SPAN id='placeholder'" ,
46 "position": [18, 0], 42 "position": [18, 0],
47 "bounds": [0, 19], 43 "bounds": [0, 19],
48 "backfaceVisibility": "hidden" 44 "backfaceVisibility": "hidden"
49 } 45 }
50 ] 46 ]
51 }, 47 },
52 { 48 {
49 "name": "LayoutListItem (relative positioned) (floating) LI id='menu'" ,
53 "position": [30, 44], 50 "position": [30, 44],
54 "bounds": [18, 19], 51 "bounds": [18, 19],
55 "drawsContent": true 52 "drawsContent": true
56 } 53 }
57 ] 54 ]
58 } 55 }
56 ],
57 "objectPaintInvalidations": [
58 {
59 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
60 "reason": "bounds change"
61 },
62 {
63 "object": "LayoutListItem LI",
64 "reason": "bounds change"
65 },
66 {
67 "object": "RootInlineBox",
68 "reason": "bounds change"
69 },
70 {
71 "object": "LayoutListMarker (anonymous)",
72 "reason": "bounds change"
73 }
59 ] 74 ]
60 } 75 }
61 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698