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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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": [71, 92, 7, 17], 31 "rect": [71, 92, 7, 17],
32 "reason": "location change" 32 "reason": "location change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutListMarker (anonymous)", 35 "object": "LayoutListMarker (anonymous)",
36 "rect": [71, -158, 7, 17], 36 "rect": [71, -158, 7, 17],
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": [31, 42], 46 "position": [31, 42],
48 "transformOrigin": [17, 9], 47 "transformOrigin": [17, 9],
49 "bounds": [24, 18], 48 "bounds": [24, 18],
50 "drawsContent": true, 49 "drawsContent": true,
51 "children": [ 50 "children": [
52 { 51 {
53 "position": [17, 0], 52 "position": [17, 0],
54 "bounds": [0, 17], 53 "bounds": [0, 17],
55 "backfaceVisibility": "hidden" 54 "backfaceVisibility": "hidden"
56 } 55 }
57 ] 56 ]
58 }, 57 },
59 { 58 {
60 "position": [31, 42], 59 "position": [31, 42],
61 "bounds": [17, 18], 60 "bounds": [17, 18],
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