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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow-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, 2016], 2 "bounds": [800, 2016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 2016], 5 "bounds": [800, 2016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTable (positioned) TABLE",
11 "rect": [0, 0, 200, 200],
12 "reason": "style change"
13 },
14 {
15 "object": "LayoutTableSection TBODY",
16 "rect": [0, 0, 200, 200],
17 "reason": "forced by layout"
18 },
19 {
10 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", 20 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'",
11 "rect": [100, 100, 100, 100], 21 "rect": [100, 100, 100, 100],
12 "reason": "location change" 22 "reason": "location change"
13 }, 23 },
14 { 24 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='green'", 25 "object": "LayoutTableCell (anonymous)",
16 "rect": [0, 100, 100, 100], 26 "rect": [100, 100, 100, 100],
27 "reason": "location change"
28 },
29 {
30 "object": "LayoutTableCell TD id='moveMe' class='fixed'",
31 "rect": [100, 100, 100, 100],
17 "reason": "layoutObject removal" 32 "reason": "layoutObject removal"
18 }, 33 },
19 { 34 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='green'", 35 "object": "LayoutBlockFlow (relative positioned) DIV class='green'",
21 "rect": [0, 100, 100, 100], 36 "rect": [0, 100, 100, 100],
22 "reason": "location change" 37 "reason": "location change"
23 }, 38 },
24 { 39 {
25 "object": "LayoutTable (positioned) TABLE", 40 "object": "LayoutBlockFlow (relative positioned) DIV class='green'",
26 "rect": [0, 0, 200, 200], 41 "rect": [0, 100, 100, 100],
27 "reason": "style change" 42 "reason": "layoutObject removal"
28 }, 43 },
29 { 44 {
30 "object": "LayoutTableCell (anonymous)", 45 "object": "LayoutTableCell (anonymous)",
31 "rect": [0, 0, 0, 0],
32 "reason": "full"
33 },
34 {
35 "object": "LayoutTableCell (anonymous)",
36 "rect": [100, 100, 100, 100],
37 "reason": "location change"
38 },
39 {
40 "object": "LayoutTableCell TD",
41 "rect": [0, 0, 0, 0],
42 "reason": "full" 46 "reason": "full"
43 }, 47 },
44 { 48 {
45 "object": "LayoutTableCell TD", 49 "object": "LayoutTableCell TD",
46 "rect": [0, 0, 0, 0], 50 "reason": "full"
51 },
52 {
53 "object": "LayoutTableCell TD",
47 "reason": "full" 54 "reason": "full"
48 }, 55 },
49 { 56 {
50 "object": "LayoutTableCell TD class='red'", 57 "object": "LayoutTableCell TD class='red'",
51 "rect": [0, 0, 0, 0],
52 "reason": "full" 58 "reason": "full"
53 },
54 {
55 "object": "LayoutTableCell TD id='moveMe' class='fixed'",
56 "rect": [100, 100, 100, 100],
57 "reason": "layoutObject removal"
58 },
59 {
60 "object": "LayoutTableSection TBODY",
61 "rect": [0, 0, 200, 200],
62 "reason": "forced by layout"
63 } 59 }
64 ] 60 ]
65 } 61 }
66 ] 62 ]
67 } 63 }
68 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698