1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:47:46 +00:00

LibWeb: Bring CSS line-height closer to other engines

This patch makes a few changes to the way we calculate line-height:

- `line-height: normal` is now resolved using metrics from the used
  font (specifically, round(A + D + lineGap)).

- `line-height: calc(...)` is now resolved at style compute time.

- `line-height` values are now absolutized at style compute time.

As a consequence of the above, we no longer need to walk the DOM
ancestor chain looking for line-heights during style computation.
Instead, values are inherited, resolved and absolutized locally.

This is not only much faster, but also makes our line-height metrics
match those of other engines like Gecko and Blink.
This commit is contained in:
Andreas Kling 2024-01-12 12:39:40 +01:00
parent f0722671c3
commit e7de5cb4d2
385 changed files with 6889 additions and 6893 deletions

View file

@ -1,338 +1,338 @@
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x265.625 children: not-inline
TableWrapper <(anonymous)> at (8,8) content-size 174.296875x74.40625 [BFC] children: not-inline
Box <table.table-border-black> at (9,9) content-size 172.296875x72.40625 table-box [TFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x260 children: not-inline
TableWrapper <(anonymous)> at (8,8) content-size 174.296875x73 [BFC] children: not-inline
Box <table.table-border-black> at (9,9) content-size 172.296875x71 table-box [TFC] children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <tbody> at (9,9) content-size 166.296875x64.40625 table-row-group children: not-inline
Box <tr> at (11,11) content-size 166.296875x21.46875 table-row children: not-inline
Box <tbody> at (9,9) content-size 166.296875x63 table-row-group children: not-inline
Box <tr> at (11,11) content-size 166.296875x21 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (13,13) content-size 82.015625x17.46875 table-cell [BFC] children: inline
line 0 width: 82.015625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 9, rect: [13,13 82.015625x17.46875]
BlockContainer <td> at (13,13) content-size 82.015625x17 table-cell [BFC] children: inline
line 0 width: 82.015625, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 9, rect: [13,13 82.015625x17]
"Firstname"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (101.015625,13) content-size 76.28125x17.46875 table-cell [BFC] children: inline
line 0 width: 76.28125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 8, rect: [101.015625,13 76.28125x17.46875]
BlockContainer <td> at (101.015625,13) content-size 76.28125x17 table-cell [BFC] children: inline
line 0 width: 76.28125, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 8, rect: [101.015625,13 76.28125x17]
"Lastname"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <tr> at (11,34.46875) content-size 166.296875x21.46875 table-row children: not-inline
Box <tr> at (11,34) content-size 166.296875x21 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (13,36.46875) content-size 82.015625x17.46875 table-cell [BFC] children: inline
line 0 width: 44.65625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 5, rect: [13,36.46875 44.65625x17.46875]
BlockContainer <td> at (13,36) content-size 82.015625x17 table-cell [BFC] children: inline
line 0 width: 44.65625, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 5, rect: [13,36 44.65625x17]
"Peter"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (101.015625,36.46875) content-size 76.28125x17.46875 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 7, rect: [101.015625,36.46875 53.671875x17.46875]
BlockContainer <td> at (101.015625,36) content-size 76.28125x17 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 7, rect: [101.015625,36 53.671875x17]
"Griffin"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <tr> at (11,57.9375) content-size 166.296875x21.46875 table-row children: not-inline
Box <tr> at (11,57) content-size 166.296875x21 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (13,59.9375) content-size 82.015625x17.46875 table-cell [BFC] children: inline
line 0 width: 35.125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 4, rect: [13,59.9375 35.125x17.46875]
BlockContainer <td> at (13,59) content-size 82.015625x17 table-cell [BFC] children: inline
line 0 width: 35.125, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 4, rect: [13,59 35.125x17]
"Lois"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (101.015625,59.9375) content-size 76.28125x17.46875 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 7, rect: [101.015625,59.9375 53.671875x17.46875]
BlockContainer <td> at (101.015625,59) content-size 76.28125x17 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 7, rect: [101.015625,59 53.671875x17]
"Griffin"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> at (8,82.40625) content-size 784x0 children: inline
BlockContainer <(anonymous)> at (8,81) content-size 784x0 children: inline
TextNode <#text>
TextNode <#text>
TableWrapper <(anonymous)> at (8,82.40625) content-size 164.296875x62.40625 [BFC] children: not-inline
Box <table.table-border-black> at (8,82.40625) content-size 164.296875x62.40625 table-box [TFC] children: not-inline
TableWrapper <(anonymous)> at (8,81) content-size 164.296875x61 [BFC] children: not-inline
Box <table.table-border-black> at (8,81) content-size 164.296875x61 table-box [TFC] children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <tbody> at (8,82.40625) content-size 164.296875x62.40625 table-row-group children: not-inline
Box <tr> at (8,82.40625) content-size 164.296875x20.46875 table-row children: not-inline
Box <tbody> at (8,81) content-size 164.296875x61 table-row-group children: not-inline
Box <tr> at (8,81) content-size 164.296875x20 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (9,83.40625) content-size 82.015625x17.46875 table-cell [BFC] children: inline
line 0 width: 82.015625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 9, rect: [9,83.40625 82.015625x17.46875]
BlockContainer <td> at (9,82) content-size 82.015625x17 table-cell [BFC] children: inline
line 0 width: 82.015625, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 9, rect: [9,82 82.015625x17]
"Firstname"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (95.015625,83.40625) content-size 76.28125x17.46875 table-cell [BFC] children: inline
line 0 width: 76.28125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 8, rect: [95.015625,83.40625 76.28125x17.46875]
BlockContainer <td> at (95.015625,82) content-size 76.28125x17 table-cell [BFC] children: inline
line 0 width: 76.28125, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 8, rect: [95.015625,82 76.28125x17]
"Lastname"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <tr> at (8,102.875) content-size 164.296875x21.46875 table-row children: not-inline
Box <tr> at (8,101) content-size 164.296875x21 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (9,104.875) content-size 82.015625x17.46875 table-cell [BFC] children: inline
line 0 width: 44.65625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 5, rect: [9,104.875 44.65625x17.46875]
BlockContainer <td> at (9,103) content-size 82.015625x17 table-cell [BFC] children: inline
line 0 width: 44.65625, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 5, rect: [9,103 44.65625x17]
"Peter"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (95.015625,104.875) content-size 76.28125x17.46875 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 7, rect: [95.015625,104.875 53.671875x17.46875]
BlockContainer <td> at (95.015625,103) content-size 76.28125x17 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 7, rect: [95.015625,103 53.671875x17]
"Griffin"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <tr> at (8,124.34375) content-size 164.296875x20.46875 table-row children: not-inline
Box <tr> at (8,122) content-size 164.296875x20 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (9,126.34375) content-size 82.015625x17.46875 table-cell [BFC] children: inline
line 0 width: 35.125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 4, rect: [9,126.34375 35.125x17.46875]
BlockContainer <td> at (9,124) content-size 82.015625x17 table-cell [BFC] children: inline
line 0 width: 35.125, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 4, rect: [9,124 35.125x17]
"Lois"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (95.015625,126.34375) content-size 76.28125x17.46875 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 7, rect: [95.015625,126.34375 53.671875x17.46875]
BlockContainer <td> at (95.015625,124) content-size 76.28125x17 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 7, rect: [95.015625,124 53.671875x17]
"Griffin"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> at (8,144.8125) content-size 784x0 children: inline
BlockContainer <(anonymous)> at (8,142) content-size 784x0 children: inline
TextNode <#text>
TextNode <#text>
TableWrapper <(anonymous)> at (8,144.8125) content-size 160.296875x56.40625 [BFC] children: not-inline
Box <div.table.border-black> at (8,144.8125) content-size 160.296875x56.40625 table-box [TFC] children: not-inline
TableWrapper <(anonymous)> at (8,142) content-size 160.296875x55 [BFC] children: not-inline
Box <div.table.border-black> at (8,142) content-size 160.296875x55 table-box [TFC] children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <div.table-row.border-black> at (8,144.8125) content-size 160.296875x18.46875 table-row children: not-inline
Box <div.table-row.border-black> at (8,142) content-size 160.296875x18 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <div.table-cell.border-black> at (8,144.8125) content-size 82.015625x17.46875 table-cell [BFC] children: inline
line 0 width: 82.015625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 9, rect: [8,144.8125 82.015625x17.46875]
BlockContainer <div.table-cell.border-black> at (8,142) content-size 82.015625x17 table-cell [BFC] children: inline
line 0 width: 82.015625, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 9, rect: [8,142 82.015625x17]
"Firstname"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <div.table-cell.border-black> at (92.015625,144.8125) content-size 76.28125x17.46875 table-cell [BFC] children: inline
line 0 width: 76.28125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 8, rect: [92.015625,144.8125 76.28125x17.46875]
BlockContainer <div.table-cell.border-black> at (92.015625,142) content-size 76.28125x17 table-cell [BFC] children: inline
line 0 width: 76.28125, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 8, rect: [92.015625,142 76.28125x17]
"Lastname"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <div.table-row.border-black> at (8,163.28125) content-size 160.296875x19.46875 table-row children: not-inline
Box <div.table-row.border-black> at (8,160) content-size 160.296875x19 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <div.table-cell.border-black> at (8,164.28125) content-size 82.015625x17.46875 table-cell [BFC] children: inline
line 0 width: 44.65625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 5, rect: [8,164.28125 44.65625x17.46875]
BlockContainer <div.table-cell.border-black> at (8,161) content-size 82.015625x17 table-cell [BFC] children: inline
line 0 width: 44.65625, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 5, rect: [8,161 44.65625x17]
"Peter"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <div.table-cell.border-black> at (92.015625,164.28125) content-size 76.28125x17.46875 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 7, rect: [92.015625,164.28125 53.671875x17.46875]
BlockContainer <div.table-cell.border-black> at (92.015625,161) content-size 76.28125x17 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 7, rect: [92.015625,161 53.671875x17]
"Griffin"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <div.table-row.border-black> at (8,182.75) content-size 160.296875x18.46875 table-row children: not-inline
Box <div.table-row.border-black> at (8,179) content-size 160.296875x18 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <div.table-cell.border-black> at (8,183.75) content-size 82.015625x17.46875 table-cell [BFC] children: inline
line 0 width: 35.125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 4, rect: [8,183.75 35.125x17.46875]
BlockContainer <div.table-cell.border-black> at (8,180) content-size 82.015625x17 table-cell [BFC] children: inline
line 0 width: 35.125, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 4, rect: [8,180 35.125x17]
"Lois"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <div.table-cell.border-black> at (92.015625,183.75) content-size 76.28125x17.46875 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 7, rect: [92.015625,183.75 53.671875x17.46875]
BlockContainer <div.table-cell.border-black> at (92.015625,180) content-size 76.28125x17 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 7, rect: [92.015625,180 53.671875x17]
"Griffin"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> at (8,201.21875) content-size 784x0 children: inline
BlockContainer <(anonymous)> at (8,197) content-size 784x0 children: inline
TextNode <#text>
TextNode <#text>
TableWrapper <(anonymous)> at (8,201.21875) content-size 168.296875x72.40625 [BFC] children: not-inline
Box <div.table.thick-border-black> at (8,201.21875) content-size 168.296875x72.40625 table-box [TFC] children: not-inline
TableWrapper <(anonymous)> at (8,197) content-size 168.296875x71 [BFC] children: not-inline
Box <div.table.thick-border-black> at (8,197) content-size 168.296875x71 table-box [TFC] children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <div.table-row.thick-border-black> at (8,201.21875) content-size 168.296875x22.46875 table-row children: not-inline
Box <div.table-row.thick-border-black> at (8,197) content-size 168.296875x22 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <div.table-cell.thick-border-black> at (8,201.21875) content-size 82.015625x17.46875 table-cell [BFC] children: inline
line 0 width: 82.015625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 9, rect: [8,201.21875 82.015625x17.46875]
BlockContainer <div.table-cell.thick-border-black> at (8,197) content-size 82.015625x17 table-cell [BFC] children: inline
line 0 width: 82.015625, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 9, rect: [8,197 82.015625x17]
"Firstname"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <div.table-cell.thick-border-black> at (100.015625,201.21875) content-size 76.28125x17.46875 table-cell [BFC] children: inline
line 0 width: 76.28125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 8, rect: [100.015625,201.21875 76.28125x17.46875]
BlockContainer <div.table-cell.thick-border-black> at (100.015625,197) content-size 76.28125x17 table-cell [BFC] children: inline
line 0 width: 76.28125, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 8, rect: [100.015625,197 76.28125x17]
"Lastname"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <div.table-row.thick-border-black> at (8,223.6875) content-size 168.296875x27.46875 table-row children: not-inline
Box <div.table-row.thick-border-black> at (8,219) content-size 168.296875x27 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <div.table-cell.thick-border-black> at (8,228.6875) content-size 82.015625x17.46875 table-cell [BFC] children: inline
line 0 width: 44.65625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 5, rect: [8,228.6875 44.65625x17.46875]
BlockContainer <div.table-cell.thick-border-black> at (8,224) content-size 82.015625x17 table-cell [BFC] children: inline
line 0 width: 44.65625, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 5, rect: [8,224 44.65625x17]
"Peter"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <div.table-cell.thick-border-black> at (100.015625,228.6875) content-size 76.28125x17.46875 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 7, rect: [100.015625,228.6875 53.671875x17.46875]
BlockContainer <div.table-cell.thick-border-black> at (100.015625,224) content-size 76.28125x17 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 7, rect: [100.015625,224 53.671875x17]
"Griffin"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <div.table-row.thick-border-black> at (8,251.15625) content-size 168.296875x22.46875 table-row children: not-inline
Box <div.table-row.thick-border-black> at (8,246) content-size 168.296875x22 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <div.table-cell.thick-border-black> at (8,256.15625) content-size 82.015625x17.46875 table-cell [BFC] children: inline
line 0 width: 35.125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 4, rect: [8,256.15625 35.125x17.46875]
BlockContainer <div.table-cell.thick-border-black> at (8,251) content-size 82.015625x17 table-cell [BFC] children: inline
line 0 width: 35.125, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 4, rect: [8,251 35.125x17]
"Lois"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <div.table-cell.thick-border-black> at (100.015625,256.15625) content-size 76.28125x17.46875 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 0, length: 7, rect: [100.015625,256.15625 53.671875x17.46875]
BlockContainer <div.table-cell.thick-border-black> at (100.015625,251) content-size 76.28125x17 table-cell [BFC] children: inline
line 0 width: 53.671875, height: 17, bottom: 17, baseline: 13.296875
frag 0 from TextNode start: 0, length: 7, rect: [100.015625,251 53.671875x17]
"Griffin"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> at (8,273.625) content-size 784x0 children: inline
BlockContainer <(anonymous)> at (8,268) content-size 784x0 children: inline
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x265.625]
PaintableWithLines (TableWrapper(anonymous)) [8,8 174.296875x74.40625]
PaintableBox (Box<TABLE>.table-border-black) [8,8 174.296875x74.40625]
PaintableBox (Box<TBODY>) [9,9 166.296875x64.40625] overflow: [9,9 170.296875x70.40625]
PaintableBox (Box<TR>) [11,11 166.296875x21.46875] overflow: [11,11 168.296875x21.46875]
PaintableWithLines (BlockContainer<TD>) [11,11 86.015625x21.46875]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x260]
PaintableWithLines (TableWrapper(anonymous)) [8,8 174.296875x73]
PaintableBox (Box<TABLE>.table-border-black) [8,8 174.296875x73]
PaintableBox (Box<TBODY>) [9,9 166.296875x63] overflow: [9,9 170.296875x69]
PaintableBox (Box<TR>) [11,11 166.296875x21] overflow: [11,11 168.296875x21]
PaintableWithLines (BlockContainer<TD>) [11,11 86.015625x21]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [99.015625,11 80.28125x21.46875]
PaintableWithLines (BlockContainer<TD>) [99.015625,11 80.28125x21]
TextPaintable (TextNode<#text>)
PaintableBox (Box<TR>) [11,34.46875 166.296875x21.46875] overflow: [11,34.46875 168.296875x21.46875]
PaintableWithLines (BlockContainer<TD>) [11,34.46875 86.015625x21.46875]
PaintableBox (Box<TR>) [11,34 166.296875x21] overflow: [11,34 168.296875x21]
PaintableWithLines (BlockContainer<TD>) [11,34 86.015625x21]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [99.015625,34.46875 80.28125x21.46875]
PaintableWithLines (BlockContainer<TD>) [99.015625,34 80.28125x21]
TextPaintable (TextNode<#text>)
PaintableBox (Box<TR>) [11,57.9375 166.296875x21.46875] overflow: [11,57.9375 168.296875x21.46875]
PaintableWithLines (BlockContainer<TD>) [11,57.9375 86.015625x21.46875]
PaintableBox (Box<TR>) [11,57 166.296875x21] overflow: [11,57 168.296875x21]
PaintableWithLines (BlockContainer<TD>) [11,57 86.015625x21]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [99.015625,57.9375 80.28125x21.46875]
PaintableWithLines (BlockContainer<TD>) [99.015625,57 80.28125x21]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [8,82.40625 784x0]
PaintableWithLines (TableWrapper(anonymous)) [8,82.40625 164.296875x62.40625]
PaintableBox (Box<TABLE>.table-border-black) [8,82.40625 164.296875x62.40625]
PaintableBox (Box<TBODY>) [8,82.40625 164.296875x62.40625]
PaintableBox (Box<TR>) [8,82.40625 164.296875x20.46875]
PaintableWithLines (BlockContainer<TD>) [8,82.40625 85.015625x20.46875]
PaintableWithLines (BlockContainer(anonymous)) [8,81 784x0]
PaintableWithLines (TableWrapper(anonymous)) [8,81 164.296875x61]
PaintableBox (Box<TABLE>.table-border-black) [8,81 164.296875x61]
PaintableBox (Box<TBODY>) [8,81 164.296875x61]
PaintableBox (Box<TR>) [8,81 164.296875x20]
PaintableWithLines (BlockContainer<TD>) [8,81 85.015625x20]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [93.015625,82.40625 79.28125x20.46875]
PaintableWithLines (BlockContainer<TD>) [93.015625,81 79.28125x20]
TextPaintable (TextNode<#text>)
PaintableBox (Box<TR>) [8,102.875 164.296875x21.46875]
PaintableWithLines (BlockContainer<TD>) [8,102.875 85.015625x21.46875]
PaintableBox (Box<TR>) [8,101 164.296875x21]
PaintableWithLines (BlockContainer<TD>) [8,101 85.015625x21]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [93.015625,102.875 79.28125x21.46875]
PaintableWithLines (BlockContainer<TD>) [93.015625,101 79.28125x21]
TextPaintable (TextNode<#text>)
PaintableBox (Box<TR>) [8,124.34375 164.296875x20.46875]
PaintableWithLines (BlockContainer<TD>) [8,124.34375 85.015625x20.46875]
PaintableBox (Box<TR>) [8,122 164.296875x20]
PaintableWithLines (BlockContainer<TD>) [8,122 85.015625x20]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [93.015625,124.34375 79.28125x20.46875]
PaintableWithLines (BlockContainer<TD>) [93.015625,122 79.28125x20]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [8,144.8125 784x0]
PaintableWithLines (TableWrapper(anonymous)) [8,144.8125 160.296875x56.40625]
PaintableBox (Box<DIV>.table.border-black) [8,144.8125 160.296875x56.40625]
PaintableBox (Box<DIV>.table-row.border-black) [8,144.8125 160.296875x18.46875]
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [8,144.8125 83.015625x18.46875]
PaintableWithLines (BlockContainer(anonymous)) [8,142 784x0]
PaintableWithLines (TableWrapper(anonymous)) [8,142 160.296875x55]
PaintableBox (Box<DIV>.table.border-black) [8,142 160.296875x55]
PaintableBox (Box<DIV>.table-row.border-black) [8,142 160.296875x18]
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [8,142 83.015625x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [91.015625,144.8125 77.28125x18.46875]
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [91.015625,142 77.28125x18]
TextPaintable (TextNode<#text>)
PaintableBox (Box<DIV>.table-row.border-black) [8,163.28125 160.296875x19.46875]
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [8,163.28125 83.015625x19.46875]
PaintableBox (Box<DIV>.table-row.border-black) [8,160 160.296875x19]
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [8,160 83.015625x19]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [91.015625,163.28125 77.28125x19.46875]
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [91.015625,160 77.28125x19]
TextPaintable (TextNode<#text>)
PaintableBox (Box<DIV>.table-row.border-black) [8,182.75 160.296875x18.46875]
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [8,182.75 83.015625x18.46875]
PaintableBox (Box<DIV>.table-row.border-black) [8,179 160.296875x18]
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [8,179 83.015625x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [91.015625,182.75 77.28125x18.46875]
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [91.015625,179 77.28125x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [8,201.21875 784x0]
PaintableWithLines (TableWrapper(anonymous)) [8,201.21875 168.296875x72.40625]
PaintableBox (Box<DIV>.table.thick-border-black) [8,201.21875 168.296875x72.40625]
PaintableBox (Box<DIV>.table-row.thick-border-black) [8,201.21875 168.296875x22.46875]
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [8,201.21875 87.015625x22.46875]
PaintableWithLines (BlockContainer(anonymous)) [8,197 784x0]
PaintableWithLines (TableWrapper(anonymous)) [8,197 168.296875x71]
PaintableBox (Box<DIV>.table.thick-border-black) [8,197 168.296875x71]
PaintableBox (Box<DIV>.table-row.thick-border-black) [8,197 168.296875x22]
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [8,197 87.015625x22]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [95.015625,201.21875 81.28125x22.46875]
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [95.015625,197 81.28125x22]
TextPaintable (TextNode<#text>)
PaintableBox (Box<DIV>.table-row.thick-border-black) [8,223.6875 168.296875x27.46875]
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [8,223.6875 87.015625x27.46875]
PaintableBox (Box<DIV>.table-row.thick-border-black) [8,219 168.296875x27]
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [8,219 87.015625x27]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [95.015625,223.6875 81.28125x27.46875]
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [95.015625,219 81.28125x27]
TextPaintable (TextNode<#text>)
PaintableBox (Box<DIV>.table-row.thick-border-black) [8,251.15625 168.296875x22.46875]
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [8,251.15625 87.015625x22.46875]
PaintableBox (Box<DIV>.table-row.thick-border-black) [8,246 168.296875x22]
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [8,246 87.015625x22]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [95.015625,251.15625 81.28125x22.46875]
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [95.015625,246 81.28125x22]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [8,273.625 784x0]
PaintableWithLines (BlockContainer(anonymous)) [8,268 784x0]