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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 10 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
(...skipping 20 matching lines...) Expand all
31 "rect": [70, 94, 7, 19], 31 "rect": [70, 94, 7, 19],
32 "reason": "location change" 32 "reason": "location change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutListMarker (anonymous)", 35 "object": "LayoutListMarker (anonymous)",
36 "rect": [70, -156, 7, 19], 36 "rect": [70, -156, 7, 19],
37 "reason": "location change" 37 "reason": "location change"
38 }, 38 },
39 { 39 {
40 "object": "RootInlineBox", 40 "object": "RootInlineBox",
41 "rect": [0, 0, 0, 0],
42 "reason": "full" 41 "reason": "full"
43 } 42 }
44 ], 43 ],
45 "children": [ 44 "children": [
46 { 45 {
47 "position": [30, 44], 46 "position": [30, 44],
48 "transformOrigin": [18, 10], 47 "transformOrigin": [18, 10],
49 "bounds": [25, 20], 48 "bounds": [25, 20],
50 "drawsContent": true, 49 "drawsContent": true,
51 "children": [ 50 "children": [
52 { 51 {
53 "position": [18, 0], 52 "position": [18, 0],
54 "bounds": [0, 19], 53 "bounds": [0, 19],
55 "backfaceVisibility": "hidden" 54 "backfaceVisibility": "hidden"
56 } 55 }
57 ] 56 ]
58 }, 57 },
59 { 58 {
60 "position": [30, 44], 59 "position": [30, 44],
61 "bounds": [18, 20], 60 "bounds": [18, 20],
62 "drawsContent": true 61 "drawsContent": true
63 } 62 }
64 ] 63 ]
65 } 64 }
66 ] 65 ]
67 } 66 }
68 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698