mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +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:
parent
f0722671c3
commit
e7de5cb4d2
385 changed files with 6889 additions and 6893 deletions
|
@ -1,43 +1,43 @@
|
|||
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 784x100.9375 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 200.328125x100.9375 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 198.328125x98.9375 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x100 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 200.328125x100 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 198.328125x98 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 198.328125x98.9375 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 198.328125x49.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 198.328125x98 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 198.328125x49 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (25,25) content-size 32.078125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 32.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [25,25 32.078125x17.46875]
|
||||
BlockContainer <td> at (25,25) content-size 32.078125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 32.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [25,25 32.078125x17]
|
||||
"Top"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (89.078125,74.46875) content-size 55.984375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 55.984375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [89.078125,74.46875 55.984375x17.46875]
|
||||
BlockContainer <td> at (89.078125,74) content-size 55.984375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 55.984375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [89.078125,74 55.984375x17]
|
||||
"Bottom"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (177.0625,25) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [177.0625,25 14.265625x17.46875]
|
||||
BlockContainer <td> at (177.0625,25) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [177.0625,25 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,58.46875) content-size 198.328125x49.46875 table-row children: not-inline
|
||||
Box <tr> at (9,58) content-size 198.328125x49 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (177.0625,74.46875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [177.0625,74.46875 9.34375x17.46875]
|
||||
BlockContainer <td> at (177.0625,74) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [177.0625,74 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -47,17 +47,17 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x100.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 200.328125x100.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 200.328125x100.9375]
|
||||
PaintableBox (Box<TBODY>) [9,9 198.328125x98.9375]
|
||||
PaintableBox (Box<TR>) [9,9 198.328125x49.46875] overflow: [9,9 198.328125x98.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 64.078125x98.9375]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x100]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 200.328125x100]
|
||||
PaintableBox (Box<TABLE>) [8,8 200.328125x100]
|
||||
PaintableBox (Box<TBODY>) [9,9 198.328125x98]
|
||||
PaintableBox (Box<TR>) [9,9 198.328125x49] overflow: [9,9 198.328125x98]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 64.078125x98]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [73.078125,9 87.984375x98.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [73.078125,9 87.984375x98]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [161.0625,9 46.265625x49.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [161.0625,9 46.265625x49]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,58.46875 198.328125x49.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [161.0625,58.46875 46.265625x49.46875]
|
||||
PaintableBox (Box<TR>) [9,58 198.328125x49]
|
||||
PaintableWithLines (BlockContainer<TD>) [161.0625,58 46.265625x49]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,40 +1,40 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (1,1) content-size 798x60.9375 [BFC] children: not-inline
|
||||
BlockContainer <body> at (10,10) content-size 780x42.9375 children: not-inline
|
||||
BlockContainer <div> at (11,11) content-size 778x19.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (11,11) content-size 29.15625x19.46875 [BFC] children: not-inline
|
||||
Box <(anonymous)> at (11,11) content-size 29.15625x19.46875 table-box [TFC] children: not-inline
|
||||
Box <(anonymous)> at (11,11) content-size 29.15625x19.46875 table-row children: not-inline
|
||||
BlockContainer <span> at (12,12) content-size 27.15625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 27.15625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [12,12 27.15625x17.46875]
|
||||
BlockContainer <html> at (1,1) content-size 798x60 [BFC] children: not-inline
|
||||
BlockContainer <body> at (10,10) content-size 780x42 children: not-inline
|
||||
BlockContainer <div> at (11,11) content-size 778x19 children: not-inline
|
||||
TableWrapper <(anonymous)> at (11,11) content-size 29.15625x19 [BFC] children: not-inline
|
||||
Box <(anonymous)> at (11,11) content-size 29.15625x19 table-box [TFC] children: not-inline
|
||||
Box <(anonymous)> at (11,11) content-size 29.15625x19 table-row children: not-inline
|
||||
BlockContainer <span> at (12,12) content-size 27.15625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 27.15625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [12,12 27.15625x17]
|
||||
"foo"
|
||||
TextNode <#text>
|
||||
BlockContainer <div> at (11,32.46875) content-size 778x19.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (11,32.46875) content-size 29.640625x19.46875 [BFC] children: not-inline
|
||||
Box <(anonymous)> at (11,32.46875) content-size 29.640625x19.46875 table-box [TFC] children: not-inline
|
||||
Box <(anonymous)> at (11,32.46875) content-size 29.640625x19.46875 table-row children: not-inline
|
||||
BlockContainer <span> at (12,33.46875) content-size 27.640625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 27.640625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [12,33.46875 27.640625x17.46875]
|
||||
BlockContainer <div> at (11,32) content-size 778x19 children: not-inline
|
||||
TableWrapper <(anonymous)> at (11,32) content-size 29.640625x19 [BFC] children: not-inline
|
||||
Box <(anonymous)> at (11,32) content-size 29.640625x19 table-box [TFC] children: not-inline
|
||||
Box <(anonymous)> at (11,32) content-size 29.640625x19 table-row children: not-inline
|
||||
BlockContainer <span> at (12,33) content-size 27.640625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 27.640625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [12,33 27.640625x17]
|
||||
"bar"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (10,52.9375) content-size 780x0 children: inline
|
||||
BlockContainer <(anonymous)> at (10,52) content-size 780x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x62.9375]
|
||||
PaintableWithLines (BlockContainer<BODY>) [9,9 782x44.9375]
|
||||
PaintableWithLines (BlockContainer<DIV>) [10,10 780x21.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [11,11 29.15625x19.46875]
|
||||
PaintableBox (Box(anonymous)) [11,11 29.15625x19.46875]
|
||||
PaintableBox (Box(anonymous)) [11,11 29.15625x19.46875]
|
||||
PaintableWithLines (BlockContainer<SPAN>) [11,11 29.15625x19.46875]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x62]
|
||||
PaintableWithLines (BlockContainer<BODY>) [9,9 782x44]
|
||||
PaintableWithLines (BlockContainer<DIV>) [10,10 780x21]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [11,11 29.15625x19]
|
||||
PaintableBox (Box(anonymous)) [11,11 29.15625x19]
|
||||
PaintableBox (Box(anonymous)) [11,11 29.15625x19]
|
||||
PaintableWithLines (BlockContainer<SPAN>) [11,11 29.15625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<DIV>) [10,31.46875 780x21.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [11,32.46875 29.640625x19.46875]
|
||||
PaintableBox (Box(anonymous)) [11,32.46875 29.640625x19.46875]
|
||||
PaintableBox (Box(anonymous)) [11,32.46875 29.640625x19.46875]
|
||||
PaintableWithLines (BlockContainer<SPAN>) [11,32.46875 29.640625x19.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>) [10,31 780x21]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [11,32 29.640625x19]
|
||||
PaintableBox (Box(anonymous)) [11,32 29.640625x19]
|
||||
PaintableBox (Box(anonymous)) [11,32 29.640625x19]
|
||||
PaintableWithLines (BlockContainer<SPAN>) [11,32 29.640625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [10,52.9375 780x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [10,52 780x0]
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
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 784x17.46875 children: not-inline
|
||||
BlockContainer <div.wrapper> at (8,8) content-size 784x17.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (235.265625,8) content-size 329.46875x17.46875 [BFC] children: not-inline
|
||||
Box <div.box> at (235.265625,8) content-size 329.46875x17.46875 table-box [TFC] children: not-inline
|
||||
Box <(anonymous)> at (235.265625,8) content-size 329.46875x17.46875 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (235.265625,8) content-size 329.46875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 329.46875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 34, rect: [235.265625,8 329.46875x17.46875]
|
||||
BlockContainer <body> at (8,8) content-size 784x17 children: not-inline
|
||||
BlockContainer <div.wrapper> at (8,8) content-size 784x17 children: not-inline
|
||||
TableWrapper <(anonymous)> at (235.265625,8) content-size 329.46875x17 [BFC] children: not-inline
|
||||
Box <div.box> at (235.265625,8) content-size 329.46875x17 table-box [TFC] children: not-inline
|
||||
Box <(anonymous)> at (235.265625,8) content-size 329.46875x17 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (235.265625,8) content-size 329.46875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 329.46875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 34, rect: [235.265625,8 329.46875x17]
|
||||
"DaTa DisplaYiNg CSS WeBpaGE ScReEn"
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x17.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>.wrapper) [8,8 784x17.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [235.265625,8 329.46875x17.46875]
|
||||
PaintableBox (Box<DIV>.box) [235.265625,8 329.46875x17.46875]
|
||||
PaintableBox (Box(anonymous)) [235.265625,8 329.46875x17.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [235.265625,8 329.46875x17.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x17]
|
||||
PaintableWithLines (BlockContainer<DIV>.wrapper) [8,8 784x17]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [235.265625,8 329.46875x17]
|
||||
PaintableBox (Box<DIV>.box) [235.265625,8 329.46875x17]
|
||||
PaintableBox (Box(anonymous)) [235.265625,8 329.46875x17]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [235.265625,8 329.46875x17]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
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 784x23.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 6x23.46875 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 6x23.46875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x23 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 6x23 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 6x23 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 0x19.46875 table-row-group children: not-inline
|
||||
Box <tbody> at (8,8) content-size 0x19 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,10) content-size 0x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,10) content-size 0x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,11) content-size 0x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [11,11 14.265625x17.46875]
|
||||
BlockContainer <td> at (11,11) content-size 0x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [11,11 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -25,10 +25,10 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x23.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 6x23.46875] overflow: [8,8 17.265625x23.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 6x23.46875] overflow: [8,8 17.265625x23.46875]
|
||||
PaintableBox (Box<TBODY>) [8,8 0x19.46875] overflow: [10,10 15.265625x19.46875]
|
||||
PaintableBox (Box<TR>) [10,10 0x19.46875] overflow: [10,10 15.265625x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,10 2x19.46875] overflow: [10,10 15.265625x19.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x23]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 6x23] overflow: [8,8 17.265625x23]
|
||||
PaintableBox (Box<TABLE>) [8,8 6x23] overflow: [8,8 17.265625x23]
|
||||
PaintableBox (Box<TBODY>) [8,8 0x19] overflow: [10,10 15.265625x19]
|
||||
PaintableBox (Box<TR>) [10,10 0x19] overflow: [10,10 15.265625x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,10 2x19] overflow: [10,10 15.265625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
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 784x85.875 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x84 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 2x2 [BFC] children: not-inline
|
||||
Box <table#empty-table> at (8,8) content-size 2x2 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,10) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,10) content-size 99.171875x83.875 [BFC] children: not-inline
|
||||
Box <table#full-table> at (8,27.46875) content-size 99.171875x66.40625 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,10) content-size 99.171875x82 [BFC] children: not-inline
|
||||
Box <table#full-table> at (8,27) content-size 99.171875x65 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <caption> at (8,10) content-size 82.734375x17.46875 [BFC] children: inline
|
||||
line 0 width: 82.734375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 9, rect: [16,10 82.734375x17.46875]
|
||||
BlockContainer <caption> at (8,10) content-size 82.734375x17 [BFC] children: inline
|
||||
line 0 width: 82.734375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 1, length: 9, rect: [16,10 82.734375x17]
|
||||
"A Caption"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <thead> at (8,10) content-size 95.171875x19.46875 table-header-group children: not-inline
|
||||
Box <thead> at (8,10) content-size 95.171875x19 table-header-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,29.46875) content-size 95.171875x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,29) content-size 95.171875x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,30.46875) content-size 93.171875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 73.65625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 9, rect: [11,30.46875 73.65625x17.46875]
|
||||
BlockContainer <td> at (11,30) content-size 93.171875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 73.65625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 9, rect: [11,30 73.65625x17]
|
||||
"Head Cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -34,15 +34,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,29.46875) content-size 95.171875x19.46875 table-row-group children: not-inline
|
||||
Box <tbody> at (8,29) content-size 95.171875x19 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,50.9375) content-size 95.171875x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,50) content-size 95.171875x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,51.9375) content-size 93.171875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 70.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 9, rect: [11,51.9375 70.234375x17.46875]
|
||||
BlockContainer <td> at (11,51) content-size 93.171875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 70.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 9, rect: [11,51 70.234375x17]
|
||||
"Body Cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -51,15 +51,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tfoot> at (8,48.9375) content-size 95.171875x19.46875 table-footer-group children: not-inline
|
||||
Box <tfoot> at (8,48) content-size 95.171875x19 table-footer-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,72.40625) content-size 95.171875x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,71) content-size 95.171875x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,73.40625) content-size 93.171875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 93.171875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 11, rect: [11,73.40625 93.171875x17.46875]
|
||||
BlockContainer <td> at (11,72) content-size 93.171875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 93.171875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 11, rect: [11,72 93.171875x17]
|
||||
"Footer Cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -68,29 +68,29 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,93.875) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,92) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x85.875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x84]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 2x2]
|
||||
PaintableBox (Box<TABLE>#empty-table) [8,8 2x2]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,10 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,10 99.171875x83.875]
|
||||
PaintableBox (Box<TABLE>#full-table) [8,27.46875 99.171875x66.40625] overflow: [8,10 99.171875x83.875]
|
||||
PaintableWithLines (BlockContainer<CAPTION>) [8,10 82.734375x17.46875] overflow: [8,10 90.734375x17.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,10 99.171875x82]
|
||||
PaintableBox (Box<TABLE>#full-table) [8,27 99.171875x65] overflow: [8,10 99.171875x82]
|
||||
PaintableWithLines (BlockContainer<CAPTION>) [8,10 82.734375x17] overflow: [8,10 90.734375x17]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<THEAD>) [8,10 95.171875x19.46875] overflow: [8,10 97.171875x38.9375]
|
||||
PaintableBox (Box<TR>) [10,29.46875 95.171875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,29.46875 95.171875x19.46875]
|
||||
PaintableBox (Box<THEAD>) [8,10 95.171875x19] overflow: [8,10 97.171875x38]
|
||||
PaintableBox (Box<TR>) [10,29 95.171875x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,29 95.171875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TBODY>) [8,29.46875 95.171875x19.46875] overflow: [8,29.46875 97.171875x40.9375]
|
||||
PaintableBox (Box<TR>) [10,50.9375 95.171875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,50.9375 95.171875x19.46875]
|
||||
PaintableBox (Box<TBODY>) [8,29 95.171875x19] overflow: [8,29 97.171875x40]
|
||||
PaintableBox (Box<TR>) [10,50 95.171875x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,50 95.171875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TFOOT>) [8,48.9375 95.171875x19.46875] overflow: [8,48.9375 97.171875x42.9375]
|
||||
PaintableBox (Box<TR>) [10,72.40625 95.171875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,72.40625 95.171875x19.46875]
|
||||
PaintableBox (Box<TFOOT>) [8,48 95.171875x19] overflow: [8,48 97.171875x42]
|
||||
PaintableBox (Box<TR>) [10,71 95.171875x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,71 95.171875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,93.875 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,92 784x0]
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
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 784x45.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 42.265625x45.46875 [BFC] children: not-inline
|
||||
Box <table> at (18,18) content-size 22.265625x25.46875 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (18,18) content-size 18.265625x21.46875 table-row-group children: not-inline
|
||||
Box <tr> at (20,20) content-size 18.265625x21.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (22,22) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [22,22 14.265625x17.46875]
|
||||
BlockContainer <body> at (8,8) content-size 784x45 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 42.265625x45 [BFC] children: not-inline
|
||||
Box <table> at (18,18) content-size 22.265625x25 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (18,18) content-size 18.265625x21 table-row-group children: not-inline
|
||||
Box <tr> at (20,20) content-size 18.265625x21 table-row children: not-inline
|
||||
BlockContainer <td> at (22,22) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [22,22 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x45.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 42.265625x45.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 42.265625x45.46875]
|
||||
PaintableBox (Box<TBODY>) [18,18 18.265625x21.46875] overflow: [18,18 20.265625x23.46875]
|
||||
PaintableBox (Box<TR>) [20,20 18.265625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [20,20 18.265625x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x45]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 42.265625x45]
|
||||
PaintableBox (Box<TABLE>) [8,8 42.265625x45]
|
||||
PaintableBox (Box<TBODY>) [18,18 18.265625x21] overflow: [18,18 20.265625x23]
|
||||
PaintableBox (Box<TR>) [20,20 18.265625x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [20,20 18.265625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
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 784x35.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 32.265625x35.46875 [BFC] children: not-inline
|
||||
Box <table> at (13,13) content-size 22.265625x25.46875 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (13,13) content-size 18.265625x21.46875 table-row-group children: not-inline
|
||||
Box <tr> at (15,15) content-size 18.265625x21.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (17,17) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [17,17 14.265625x17.46875]
|
||||
BlockContainer <body> at (8,8) content-size 784x35 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 32.265625x35 [BFC] children: not-inline
|
||||
Box <table> at (13,13) content-size 22.265625x25 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (13,13) content-size 18.265625x21 table-row-group children: not-inline
|
||||
Box <tr> at (15,15) content-size 18.265625x21 table-row children: not-inline
|
||||
BlockContainer <td> at (17,17) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [17,17 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x35.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 32.265625x35.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 32.265625x35.46875]
|
||||
PaintableBox (Box<TBODY>) [13,13 18.265625x21.46875] overflow: [13,13 20.265625x23.46875]
|
||||
PaintableBox (Box<TR>) [15,15 18.265625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [15,15 18.265625x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x35]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 32.265625x35]
|
||||
PaintableBox (Box<TABLE>) [8,8 32.265625x35]
|
||||
PaintableBox (Box<TBODY>) [13,13 18.265625x21] overflow: [13,13 20.265625x23]
|
||||
PaintableBox (Box<TR>) [15,15 18.265625x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [15,15 18.265625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,146 +1,146 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x215.34375 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x213 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x199.34375 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x197 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <div.horizontal> at (8,8) content-size 784x199.34375 children: inline
|
||||
line 0 width: 163.90625, height: 199.34375, bottom: 199.34375, baseline: 193.40625
|
||||
frag 0 from BlockContainer start: 0, length: 0, rect: [9,9 161.90625x197.34375]
|
||||
BlockContainer <div.horizontal> at (8,8) content-size 784x197 children: inline
|
||||
line 0 width: 163.90625, height: 197, bottom: 197, baseline: 191.296875
|
||||
frag 0 from BlockContainer start: 0, length: 0, rect: [9,9 161.90625x195]
|
||||
TextNode <#text>
|
||||
BlockContainer <table> at (9,9) content-size 161.90625x197.34375 inline-block [BFC] children: not-inline
|
||||
BlockContainer <table> at (9,9) content-size 161.90625x195 inline-block [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (9,9) content-size 161.90625x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (9,9) content-size 161.90625x197.34375 inline-block [BFC] children: not-inline
|
||||
Box <(anonymous)> at (9,9) content-size 161.90625x197.34375 inline-table table-box [TFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 161.90625x197.34375 table-row-group children: not-inline
|
||||
TableWrapper <(anonymous)> at (9,9) content-size 161.90625x195 inline-block [BFC] children: not-inline
|
||||
Box <(anonymous)> at (9,9) content-size 161.90625x195 inline-table table-box [TFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 161.90625x195 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,9) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (9,9) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (30,20) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [30,20 14.265625x17.46875]
|
||||
BlockContainer <td> at (30,20) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [30,20 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (86.265625,20) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [88.265625,20 9.34375x17.46875]
|
||||
BlockContainer <td> at (86.265625,20) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [88.265625,20 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (140.8125,20) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [141.8125,20 6.34375x17.46875]
|
||||
BlockContainer <td> at (140.8125,20) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [141.8125,20 6.34375x17]
|
||||
"1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,48.46875) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (9,48) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (30,59.46875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [32,59.46875 10.3125x17.46875]
|
||||
BlockContainer <td> at (30,59) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [32,59 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (86.265625,59.46875) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,59.46875 11.140625x17.46875]
|
||||
BlockContainer <td> at (86.265625,59) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,59 11.140625x17]
|
||||
"D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (140.8125,59.46875) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.8125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [140.8125,59.46875 8.8125x17.46875]
|
||||
BlockContainer <td> at (140.8125,59) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.8125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [140.8125,59 8.8125x17]
|
||||
"2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,87.9375) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (9,87) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (30,98.9375) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,98.9375 11.859375x17.46875]
|
||||
BlockContainer <td> at (30,98) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,98 11.859375x17]
|
||||
"E"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (86.265625,98.9375) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [86.265625,98.9375 12.546875x17.46875]
|
||||
BlockContainer <td> at (86.265625,98) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [86.265625,98 12.546875x17]
|
||||
"F"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (140.8125,98.9375) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.09375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [140.8125,98.9375 9.09375x17.46875]
|
||||
BlockContainer <td> at (140.8125,98) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.09375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [140.8125,98 9.09375x17]
|
||||
"3"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,127.40625) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (9,126) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (30,138.40625) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 13.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,138.40625 13.234375x17.46875]
|
||||
BlockContainer <td> at (30,137) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 13.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,137 13.234375x17]
|
||||
"G"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (86.265625,138.40625) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 12.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [86.265625,138.40625 12.234375x17.46875]
|
||||
BlockContainer <td> at (86.265625,137) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 12.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [86.265625,137 12.234375x17]
|
||||
"H"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (140.8125,138.40625) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 7.75, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [141.8125,138.40625 7.75x17.46875]
|
||||
BlockContainer <td> at (140.8125,137) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 7.75, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [141.8125,137 7.75x17]
|
||||
"4"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,166.875) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (9,165) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (30,177.875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 4.59375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [35,177.875 4.59375x17.46875]
|
||||
BlockContainer <td> at (30,176) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 4.59375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [35,176 4.59375x17]
|
||||
"I"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (86.265625,177.875) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.90625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [88.265625,177.875 8.90625x17.46875]
|
||||
BlockContainer <td> at (86.265625,176) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.90625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [88.265625,176 8.90625x17]
|
||||
"J"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (140.8125,177.875) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.453125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [140.8125,177.875 8.453125x17.46875]
|
||||
BlockContainer <td> at (140.8125,176) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.453125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [140.8125,176 8.453125x17]
|
||||
"5"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (9,9) content-size 0x0 children: inline
|
||||
|
@ -150,56 +150,56 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
BlockContainer <(anonymous)> at (9,9) content-size 0x0 children: inline
|
||||
TextNode <#text>
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,207.34375) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,205) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x215.34375]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x213]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x199.34375]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x197]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.horizontal) [8,8 784x199.34375]
|
||||
PaintableWithLines (BlockContainer<TABLE>) [8,8 163.90625x199.34375]
|
||||
PaintableWithLines (BlockContainer<DIV>.horizontal) [8,8 784x197]
|
||||
PaintableWithLines (BlockContainer<TABLE>) [8,8 163.90625x197]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [9,9 161.90625x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [9,9 161.90625x197.34375]
|
||||
PaintableBox (Box(anonymous)) [9,9 161.90625x197.34375]
|
||||
PaintableBox (Box<TBODY>) [9,9 161.90625x197.34375]
|
||||
PaintableBox (Box<TR>) [9,9 161.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 56.265625x39.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [9,9 161.90625x195]
|
||||
PaintableBox (Box(anonymous)) [9,9 161.90625x195]
|
||||
PaintableBox (Box<TBODY>) [9,9 161.90625x195]
|
||||
PaintableBox (Box<TR>) [9,9 161.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,9 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,9 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [119.8125,9 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [119.8125,9 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,48.46875 161.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,48.46875 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [9,48 161.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,48 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,48.46875 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,48 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [119.8125,48.46875 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [119.8125,48 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,87.9375 161.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,87.9375 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [9,87 161.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,87 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,87.9375 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,87 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [119.8125,87.9375 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [119.8125,87 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,127.40625 161.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,127.40625 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [9,126 161.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,126 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,127.40625 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,126 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [119.8125,127.40625 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [119.8125,126 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,166.875 161.90625x39.46875] overflow: [9,9 161.90625x197.34375]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,166.875 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [9,165 161.90625x39] overflow: [9,9 161.90625x195]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,165 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,166.875 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,165 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [119.8125,166.875 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [119.8125,165 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [9,9 0x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [9,9 0x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [9,9 0x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,207.34375 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,205 784x0]
|
||||
|
|
|
@ -1,59 +1,59 @@
|
|||
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 784x86.9375 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 172.671875x86.9375 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 172.671875x86.9375 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x86 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 172.671875x86 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 172.671875x86 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 172.671875x86.9375 table-row-group children: not-inline
|
||||
Box <tbody> at (8,8) content-size 172.671875x86 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,8) content-size 172.671875x43.46875 table-row children: not-inline
|
||||
Box <tr> at (8,8) content-size 172.671875x43 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (29,21) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [29,21 14.265625x17.46875]
|
||||
BlockContainer <td> at (29,21) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [29,21 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td.td-thick-border> at (89.265625,21) content-size 9.859375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [89.265625,21 9.34375x17.46875]
|
||||
BlockContainer <td.td-thick-border> at (89.265625,21) content-size 9.859375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [89.265625,21 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (145.125,20) content-size 14.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [145.125,20 10.3125x17.46875]
|
||||
BlockContainer <td> at (145.125,20) content-size 14.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [145.125,20 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,51.46875) content-size 172.671875x43.46875 table-row children: not-inline
|
||||
Box <tr> at (8,51) content-size 172.671875x43 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (29,64.46875) content-size 16.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [29,64.46875 11.140625x17.46875]
|
||||
BlockContainer <td> at (29,64) content-size 16.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [29,64 11.140625x17]
|
||||
"D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (87.265625,65.46875) content-size 11.859375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,65.46875 11.859375x17.46875]
|
||||
BlockContainer <td> at (87.265625,65) content-size 11.859375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,65 11.859375x17]
|
||||
"E"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td.td-thick-border> at (145.125,64.46875) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [145.125,64.46875 12.546875x17.46875]
|
||||
BlockContainer <td.td-thick-border> at (145.125,64) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [145.125,64 12.546875x17]
|
||||
"F"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -65,21 +65,21 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x86.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 172.671875x86.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 172.671875x86.9375]
|
||||
PaintableBox (Box<TBODY>) [8,8 172.671875x86.9375]
|
||||
PaintableBox (Box<TR>) [8,8 172.671875x43.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 58.265625x43.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x86]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 172.671875x86]
|
||||
PaintableBox (Box<TABLE>) [8,8 172.671875x86]
|
||||
PaintableBox (Box<TBODY>) [8,8 172.671875x86]
|
||||
PaintableBox (Box<TR>) [8,8 172.671875x43]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 58.265625x43]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>.td-thick-border) [66.265625,8 55.859375x43.46875]
|
||||
PaintableWithLines (BlockContainer<TD>.td-thick-border) [66.265625,8 55.859375x43]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [122.125,8 58.546875x43.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [122.125,8 58.546875x43]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,51.46875 172.671875x43.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,51.46875 58.265625x43.46875]
|
||||
PaintableBox (Box<TR>) [8,51 172.671875x43]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,51 58.265625x43]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,51.46875 55.859375x43.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,51 55.859375x43]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>.td-thick-border) [122.125,51.46875 58.546875x43.46875]
|
||||
PaintableWithLines (BlockContainer<TD>.td-thick-border) [122.125,51 58.546875x43]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,63 +1,63 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x177.875 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x176 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x161.875 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x160 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 60.265625x161.875 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 60.265625x161.875 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 60.265625x160 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 60.265625x160 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <colgroup> (not painted) table-column-group children: not-inline
|
||||
BlockContainer <col> (not painted) children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 60.265625x161.875 table-row-group children: not-inline
|
||||
Box <tbody> at (8,8) content-size 60.265625x160 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,8) content-size 60.265625x41.46875 table-row children: not-inline
|
||||
Box <tr> at (8,8) content-size 60.265625x41 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (31,21) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,21 14.265625x17.46875]
|
||||
BlockContainer <td> at (31,21) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,21 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,49.46875) content-size 60.265625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (8,49) content-size 60.265625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (31,60.46875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,60.46875 9.34375x17.46875]
|
||||
BlockContainer <td> at (31,60) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,60 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,88.9375) content-size 60.265625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (8,88) content-size 60.265625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (31,99.9375) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,99.9375 10.3125x17.46875]
|
||||
BlockContainer <td> at (31,99) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,99 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,128.40625) content-size 60.265625x41.46875 table-row children: not-inline
|
||||
Box <tr> at (8,127) content-size 60.265625x41 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (31,139.40625) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,139.40625 11.140625x17.46875]
|
||||
BlockContainer <td> at (31,138) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,138 11.140625x17]
|
||||
"D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -66,27 +66,27 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,169.875) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,168) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x177.875]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x176]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x161.875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x160]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 60.265625x161.875]
|
||||
PaintableBox (Box<TABLE>) [8,8 60.265625x161.875]
|
||||
PaintableBox (Box<TBODY>) [8,8 60.265625x161.875]
|
||||
PaintableBox (Box<TR>) [8,8 60.265625x41.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 60.265625x41.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 60.265625x160]
|
||||
PaintableBox (Box<TABLE>) [8,8 60.265625x160]
|
||||
PaintableBox (Box<TBODY>) [8,8 60.265625x160]
|
||||
PaintableBox (Box<TR>) [8,8 60.265625x41]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 60.265625x41]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,49.46875 60.265625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,49.46875 60.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [8,49 60.265625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,49 60.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,88.9375 60.265625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,88.9375 60.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [8,88 60.265625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,88 60.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,128.40625 60.265625x41.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,128.40625 60.265625x41.46875]
|
||||
PaintableBox (Box<TR>) [8,127 60.265625x41]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,127 60.265625x41]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,169.875 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,168 784x0]
|
||||
|
|
|
@ -1,64 +1,64 @@
|
|||
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 784x130.40625 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 114.8125x130.40625 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 114.8125x130.40625 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x129 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 114.8125x129 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 114.8125x129 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 114.8125x130.40625 table-row-group children: not-inline
|
||||
Box <tbody> at (8,8) content-size 114.8125x129 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr.td-thick-border> at (8,8) content-size 114.8125x43.46875 table-row children: not-inline
|
||||
Box <tr.td-thick-border> at (8,8) content-size 114.8125x43 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (31,21) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,21 14.265625x17.46875]
|
||||
BlockContainer <td> at (31,21) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,21 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (87.265625,21) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,21 9.34375x17.46875]
|
||||
BlockContainer <td> at (87.265625,21) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,21 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,51.46875) content-size 114.8125x43.46875 table-row children: not-inline
|
||||
Box <tr> at (8,51) content-size 114.8125x43 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (29,64.46875) content-size 16.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [29,64.46875 10.3125x17.46875]
|
||||
BlockContainer <td> at (29,64) content-size 16.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [29,64 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (87.265625,64.46875) content-size 14.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,64.46875 11.140625x17.46875]
|
||||
BlockContainer <td> at (87.265625,64) content-size 14.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,64 11.140625x17]
|
||||
"D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr.td-thick-border> at (8,94.9375) content-size 114.8125x43.46875 table-row children: not-inline
|
||||
Box <tr.td-thick-border> at (8,94) content-size 114.8125x43 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (31,107.9375) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,107.9375 11.859375x17.46875]
|
||||
BlockContainer <td> at (31,107) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,107 11.859375x17]
|
||||
"E"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (87.265625,107.9375) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,107.9375 12.546875x17.46875]
|
||||
BlockContainer <td> at (87.265625,107) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,107 12.546875x17]
|
||||
"F"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -70,22 +70,22 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x130.40625]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 114.8125x130.40625]
|
||||
PaintableBox (Box<TABLE>) [8,8 114.8125x130.40625]
|
||||
PaintableBox (Box<TBODY>) [8,8 114.8125x130.40625]
|
||||
PaintableBox (Box<TR>.td-thick-border) [8,8 114.8125x43.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 58.265625x43.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x129]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 114.8125x129]
|
||||
PaintableBox (Box<TABLE>) [8,8 114.8125x129]
|
||||
PaintableBox (Box<TBODY>) [8,8 114.8125x129]
|
||||
PaintableBox (Box<TR>.td-thick-border) [8,8 114.8125x43]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 58.265625x43]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,8 56.546875x43.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,8 56.546875x43]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,51.46875 114.8125x43.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,51.46875 58.265625x43.46875]
|
||||
PaintableBox (Box<TR>) [8,51 114.8125x43]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,51 58.265625x43]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,51.46875 56.546875x43.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,51 56.546875x43]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>.td-thick-border) [8,94.9375 114.8125x43.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,94.9375 58.265625x43.46875]
|
||||
PaintableBox (Box<TR>.td-thick-border) [8,94 114.8125x43]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,94 58.265625x43]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,94.9375 56.546875x43.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,94 56.546875x43]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,65 +1,65 @@
|
|||
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 784x124.40625 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 113.40625x124.40625 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 113.40625x124.40625 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x123 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 113.40625x123 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 113.40625x123 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <thead> at (8,8) content-size 113.40625x41.46875 table-header-group children: not-inline
|
||||
Box <thead> at (8,8) content-size 113.40625x41 table-header-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,8) content-size 113.40625x41.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (29,19) content-size 16.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.59375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [29,19 9.59375x17.46875]
|
||||
Box <tr> at (8,8) content-size 113.40625x41 table-row children: not-inline
|
||||
BlockContainer <td> at (29,19) content-size 16.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.59375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [29,19 9.59375x17]
|
||||
"0"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (87.265625,19) content-size 13.140625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,19 6.34375x17.46875]
|
||||
BlockContainer <td> at (87.265625,19) content-size 13.140625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,19 6.34375x17]
|
||||
"1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody.thick-border> at (8,49.46875) content-size 113.40625x82.9375 table-row-group children: not-inline
|
||||
Box <tbody.thick-border> at (8,49) content-size 113.40625x82 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,49.46875) content-size 113.40625x41.46875 table-row children: not-inline
|
||||
Box <tr> at (8,49) content-size 113.40625x41 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (31,62.46875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,62.46875 14.265625x17.46875]
|
||||
BlockContainer <td> at (31,62) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,62 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (87.265625,62.46875) content-size 11.140625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,62.46875 9.34375x17.46875]
|
||||
BlockContainer <td> at (87.265625,62) content-size 11.140625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,62 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,90.9375) content-size 113.40625x41.46875 table-row children: not-inline
|
||||
Box <tr> at (8,90) content-size 113.40625x41 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (31,101.9375) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,101.9375 10.3125x17.46875]
|
||||
BlockContainer <td> at (31,101) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [31,101 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (87.265625,101.9375) content-size 11.140625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,101.9375 11.140625x17.46875]
|
||||
BlockContainer <td> at (87.265625,101) content-size 11.140625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.265625,101 11.140625x17]
|
||||
"D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -71,23 +71,23 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x124.40625]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 113.40625x124.40625]
|
||||
PaintableBox (Box<TABLE>) [8,8 113.40625x124.40625]
|
||||
PaintableBox (Box<THEAD>) [8,8 113.40625x41.46875]
|
||||
PaintableBox (Box<TR>) [8,8 113.40625x41.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 58.265625x41.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x123]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 113.40625x123]
|
||||
PaintableBox (Box<TABLE>) [8,8 113.40625x123]
|
||||
PaintableBox (Box<THEAD>) [8,8 113.40625x41]
|
||||
PaintableBox (Box<TR>) [8,8 113.40625x41]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 58.265625x41]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,8 55.140625x41.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,8 55.140625x41]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TBODY>.thick-border) [8,49.46875 113.40625x82.9375]
|
||||
PaintableBox (Box<TR>) [8,49.46875 113.40625x41.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,49.46875 58.265625x41.46875]
|
||||
PaintableBox (Box<TBODY>.thick-border) [8,49 113.40625x82]
|
||||
PaintableBox (Box<TR>) [8,49 113.40625x41]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,49 58.265625x41]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,49.46875 55.140625x41.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,49 55.140625x41]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,90.9375 113.40625x41.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,90.9375 58.265625x41.46875]
|
||||
PaintableBox (Box<TR>) [8,90 113.40625x41]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,90 58.265625x41]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,90.9375 55.140625x41.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [66.265625,90 55.140625x41]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
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 784x77.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 143.609375x77.46875 [BFC] children: not-inline
|
||||
Box <table> at (23,13) content-size 113.609375x67.46875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x77 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 143.609375x77 [BFC] children: not-inline
|
||||
Box <table> at (23,13) content-size 113.609375x67 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (23,13) content-size 83.609375x47.46875 table-row-group children: not-inline
|
||||
Box <tr> at (33,23) content-size 83.609375x47.46875 table-row children: not-inline
|
||||
Box <tbody> at (23,13) content-size 83.609375x47 table-row-group children: not-inline
|
||||
Box <tr> at (33,23) content-size 83.609375x47 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (48,38) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [48,38 14.265625x17.46875]
|
||||
BlockContainer <td> at (48,38) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [48,38 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (102.265625,38) content-size 9.34375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [102.265625,38 9.34375x17.46875]
|
||||
BlockContainer <td> at (102.265625,38) content-size 9.34375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [102.265625,38 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -28,12 +28,12 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x77.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 143.609375x77.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 143.609375x77.46875]
|
||||
PaintableBox (Box<TBODY>) [23,13 83.609375x47.46875] overflow: [23,13 103.609375x57.46875]
|
||||
PaintableBox (Box<TR>) [33,23 83.609375x47.46875] overflow: [33,23 93.609375x47.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [33,23 44.265625x47.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x77]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 143.609375x77]
|
||||
PaintableBox (Box<TABLE>) [8,8 143.609375x77]
|
||||
PaintableBox (Box<TBODY>) [23,13 83.609375x47] overflow: [23,13 103.609375x57]
|
||||
PaintableBox (Box<TR>) [33,23 83.609375x47] overflow: [33,23 93.609375x47]
|
||||
PaintableWithLines (BlockContainer<TD>) [33,23 44.265625x47]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [87.265625,23 39.34375x47.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [87.265625,23 39.34375x47]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,134 +1,134 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x275.34375 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x273 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x259.34375 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x257 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 243.90625x259.34375 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 241.90625x257.34375 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 243.90625x257 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 241.90625x255 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 161.90625x197.34375 table-row-group children: not-inline
|
||||
Box <tbody> at (9,9) content-size 161.90625x195 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,19) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,19) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,30) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [50,30 14.265625x17.46875]
|
||||
BlockContainer <td> at (50,30) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [50,30 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,30) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.265625,30 9.34375x17.46875]
|
||||
BlockContainer <td> at (126.265625,30) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.265625,30 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,30) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [201.8125,30 6.34375x17.46875]
|
||||
BlockContainer <td> at (200.8125,30) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [201.8125,30 6.34375x17]
|
||||
"1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,68.46875) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,68) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,79.46875) content-size 88.8125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [89,79.46875 10.3125x17.46875]
|
||||
BlockContainer <td> at (50,79) content-size 88.8125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [89,79 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,79.46875) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.8125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,79.46875 8.8125x17.46875]
|
||||
BlockContainer <td> at (200.8125,79) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.8125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,79 8.8125x17]
|
||||
"2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,117.9375) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,117) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,128.9375) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51,128.9375 11.859375x17.46875]
|
||||
BlockContainer <td> at (50,128) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51,128 11.859375x17]
|
||||
"E"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,128.9375) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [126.265625,128.9375 12.546875x17.46875]
|
||||
BlockContainer <td> at (126.265625,128) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [126.265625,128 12.546875x17]
|
||||
"F"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,128.9375) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.09375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,128.9375 9.09375x17.46875]
|
||||
BlockContainer <td> at (200.8125,128) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.09375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,128 9.09375x17]
|
||||
"3"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,167.40625) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,166) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,178.40625) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 13.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51,178.40625 13.234375x17.46875]
|
||||
BlockContainer <td> at (50,177) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 13.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51,177 13.234375x17]
|
||||
"G"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,178.40625) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 12.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [126.265625,178.40625 12.234375x17.46875]
|
||||
BlockContainer <td> at (126.265625,177) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 12.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [126.265625,177 12.234375x17]
|
||||
"H"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,178.40625) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 7.75, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [201.8125,178.40625 7.75x17.46875]
|
||||
BlockContainer <td> at (200.8125,177) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 7.75, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [201.8125,177 7.75x17]
|
||||
"4"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,216.875) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,215) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,227.875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 4.59375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [55,227.875 4.59375x17.46875]
|
||||
BlockContainer <td> at (50,226) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 4.59375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [55,226 4.59375x17]
|
||||
"I"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,227.875) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.90625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.265625,227.875 8.90625x17.46875]
|
||||
BlockContainer <td> at (126.265625,226) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.90625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.265625,226 8.90625x17]
|
||||
"J"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,227.875) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.453125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,227.875 8.453125x17.46875]
|
||||
BlockContainer <td> at (200.8125,226) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.453125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,226 8.453125x17]
|
||||
"5"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -137,48 +137,48 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,267.34375) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,265) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x275.34375]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x273]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x259.34375]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x257]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 243.90625x259.34375]
|
||||
PaintableBox (Box<TABLE>) [8,8 243.90625x259.34375]
|
||||
PaintableBox (Box<TBODY>) [9,9 161.90625x197.34375] overflow: [9,9 221.90625x247.34375]
|
||||
PaintableBox (Box<TR>) [29,19 161.90625x39.46875] overflow: [29,19 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,19 56.265625x39.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 243.90625x257]
|
||||
PaintableBox (Box<TABLE>) [8,8 243.90625x257]
|
||||
PaintableBox (Box<TBODY>) [9,9 161.90625x195] overflow: [9,9 221.90625x245]
|
||||
PaintableBox (Box<TR>) [29,19 161.90625x39] overflow: [29,19 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,19 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,19 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,19 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,19 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,19 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [29,68.46875 161.90625x39.46875] overflow: [29,68.46875 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,68.46875 130.8125x39.46875]
|
||||
PaintableBox (Box<TR>) [29,68 161.90625x39] overflow: [29,68 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,68 130.8125x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,68.46875 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,68 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [29,117.9375 161.90625x39.46875] overflow: [29,117.9375 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,117.9375 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [29,117 161.90625x39] overflow: [29,117 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,117 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,117.9375 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,117 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,117.9375 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,117 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [29,167.40625 161.90625x39.46875] overflow: [29,167.40625 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,167.40625 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [29,166 161.90625x39] overflow: [29,166 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,166 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,167.40625 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,166 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,167.40625 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,166 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [29,216.875 161.90625x39.46875] overflow: [29,216.875 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,216.875 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [29,215 161.90625x39] overflow: [29,215 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,215 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,216.875 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,215 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,216.875 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,215 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,267.34375 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,265 784x0]
|
||||
|
|
|
@ -1,134 +1,134 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x275.34375 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x273 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x259.34375 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x257 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 243.90625x259.34375 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 241.90625x257.34375 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 243.90625x257 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 241.90625x255 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 161.90625x197.34375 table-row-group children: not-inline
|
||||
Box <tbody> at (9,9) content-size 161.90625x195 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,19) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,19) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,54.734375) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [50,54.734375 14.265625x17.46875]
|
||||
BlockContainer <td> at (50,54.5) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [50,54.5 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,30) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.265625,30 9.34375x17.46875]
|
||||
BlockContainer <td> at (126.265625,30) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.265625,30 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,30) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [201.8125,30 6.34375x17.46875]
|
||||
BlockContainer <td> at (200.8125,30) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [201.8125,30 6.34375x17]
|
||||
"1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,68.46875) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,68) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,79.46875) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [127.265625,79.46875 11.140625x17.46875]
|
||||
BlockContainer <td> at (126.265625,79) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [127.265625,79 11.140625x17]
|
||||
"D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,79.46875) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.8125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,79.46875 8.8125x17.46875]
|
||||
BlockContainer <td> at (200.8125,79) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.8125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,79 8.8125x17]
|
||||
"2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,117.9375) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,117) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,128.9375) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51,128.9375 11.859375x17.46875]
|
||||
BlockContainer <td> at (50,128) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51,128 11.859375x17]
|
||||
"E"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,128.9375) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [126.265625,128.9375 12.546875x17.46875]
|
||||
BlockContainer <td> at (126.265625,128) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [126.265625,128 12.546875x17]
|
||||
"F"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,128.9375) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.09375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,128.9375 9.09375x17.46875]
|
||||
BlockContainer <td> at (200.8125,128) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.09375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,128 9.09375x17]
|
||||
"3"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,167.40625) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,166) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,178.40625) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 13.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51,178.40625 13.234375x17.46875]
|
||||
BlockContainer <td> at (50,177) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 13.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51,177 13.234375x17]
|
||||
"G"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,178.40625) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 12.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [126.265625,178.40625 12.234375x17.46875]
|
||||
BlockContainer <td> at (126.265625,177) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 12.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [126.265625,177 12.234375x17]
|
||||
"H"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,178.40625) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 7.75, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [201.8125,178.40625 7.75x17.46875]
|
||||
BlockContainer <td> at (200.8125,177) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 7.75, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [201.8125,177 7.75x17]
|
||||
"4"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,216.875) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,215) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,227.875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 4.59375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [55,227.875 4.59375x17.46875]
|
||||
BlockContainer <td> at (50,226) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 4.59375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [55,226 4.59375x17]
|
||||
"I"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,227.875) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.90625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.265625,227.875 8.90625x17.46875]
|
||||
BlockContainer <td> at (126.265625,226) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.90625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.265625,226 8.90625x17]
|
||||
"J"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,227.875) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.453125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,227.875 8.453125x17.46875]
|
||||
BlockContainer <td> at (200.8125,226) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.453125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,226 8.453125x17]
|
||||
"5"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -137,48 +137,48 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,267.34375) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,265) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x275.34375]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x273]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x259.34375]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x257]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 243.90625x259.34375]
|
||||
PaintableBox (Box<TABLE>) [8,8 243.90625x259.34375]
|
||||
PaintableBox (Box<TBODY>) [9,9 161.90625x197.34375] overflow: [9,9 221.90625x247.34375]
|
||||
PaintableBox (Box<TR>) [29,19 161.90625x39.46875] overflow: [29,19 201.90625x88.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,19 56.265625x88.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 243.90625x257]
|
||||
PaintableBox (Box<TABLE>) [8,8 243.90625x257]
|
||||
PaintableBox (Box<TBODY>) [9,9 161.90625x195] overflow: [9,9 221.90625x245]
|
||||
PaintableBox (Box<TR>) [29,19 161.90625x39] overflow: [29,19 201.90625x88]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,19 56.265625x88]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,19 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,19 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,19 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,19 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [29,68.46875 161.90625x39.46875] overflow: [29,68.46875 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,68.46875 54.546875x39.46875]
|
||||
PaintableBox (Box<TR>) [29,68 161.90625x39] overflow: [29,68 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,68 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,68.46875 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,68 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [29,117.9375 161.90625x39.46875] overflow: [29,117.9375 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,117.9375 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [29,117 161.90625x39] overflow: [29,117 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,117 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,117.9375 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,117 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,117.9375 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,117 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [29,167.40625 161.90625x39.46875] overflow: [29,167.40625 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,167.40625 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [29,166 161.90625x39] overflow: [29,166 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,166 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,167.40625 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,166 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,167.40625 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,166 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [29,216.875 161.90625x39.46875] overflow: [29,216.875 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,216.875 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [29,215 161.90625x39] overflow: [29,215 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,215 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,216.875 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,215 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,216.875 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,215 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,267.34375 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,265 784x0]
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
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 784x0 children: inline
|
||||
BlockContainer <div.left> at (8,8) content-size 117.59375x17.46875 floating [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [8,8 14.265625x17.46875]
|
||||
BlockContainer <div.left> at (8,8) content-size 117.59375x17 floating [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [8,8 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (125.59375,8) content-size 478.234375x23.46875 floating [BFC] children: not-inline
|
||||
Box <table.middle> at (125.59375,8) content-size 478.234375x23.46875 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (125.59375,8) content-size 478.234375x23 floating [BFC] children: not-inline
|
||||
Box <table.middle> at (125.59375,8) content-size 478.234375x23 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (125.59375,8) content-size 474.234375x19.46875 table-row-group children: not-inline
|
||||
Box <tbody> at (125.59375,8) content-size 474.234375x19 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (127.59375,10) content-size 474.234375x19.46875 table-row children: not-inline
|
||||
Box <tr> at (127.59375,10) content-size 474.234375x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (128.59375,11) content-size 472.234375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.59375,11 9.34375x17.46875]
|
||||
BlockContainer <td> at (128.59375,11) content-size 472.234375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.59375,11 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -29,22 +29,22 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
TextNode <#text>
|
||||
BlockContainer <div.right> at (603.828125,8) content-size 188.15625x17.46875 floating [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 1, rect: [603.828125,8 10.3125x17.46875]
|
||||
BlockContainer <div.right> at (603.828125,8) content-size 188.15625x17 floating [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 1, length: 1, rect: [603.828125,8 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.left) [8,8 117.59375x17.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>.left) [8,8 117.59375x17]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (TableWrapper(anonymous)) [125.59375,8 478.234375x23.46875]
|
||||
PaintableBox (Box<TABLE>.middle) [125.59375,8 478.234375x23.46875]
|
||||
PaintableBox (Box<TBODY>) [125.59375,8 474.234375x19.46875] overflow: [125.59375,8 476.234375x21.46875]
|
||||
PaintableBox (Box<TR>) [127.59375,10 474.234375x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [127.59375,10 474.234375x19.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [125.59375,8 478.234375x23]
|
||||
PaintableBox (Box<TABLE>.middle) [125.59375,8 478.234375x23]
|
||||
PaintableBox (Box<TBODY>) [125.59375,8 474.234375x19] overflow: [125.59375,8 476.234375x21]
|
||||
PaintableBox (Box<TR>) [127.59375,10 474.234375x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [127.59375,10 474.234375x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<DIV>.right) [603.828125,8 188.15625x17.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>.right) [603.828125,8 188.15625x17]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,141 +1,141 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x275.34375 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x273 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x259.34375 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x257 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 243.90625x259.34375 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 241.90625x257.34375 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 243.90625x257 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 241.90625x255 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 161.90625x197.34375 table-row-group children: not-inline
|
||||
Box <tbody> at (9,9) content-size 161.90625x195 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,19) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,19) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,30) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [50,30 14.265625x17.46875]
|
||||
BlockContainer <td> at (50,30) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [50,30 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,30) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.265625,30 9.34375x17.46875]
|
||||
BlockContainer <td> at (126.265625,30) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.265625,30 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,30) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [201.8125,30 6.34375x17.46875]
|
||||
BlockContainer <td> at (200.8125,30) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [201.8125,30 6.34375x17]
|
||||
"1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,68.46875) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,68) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,79.46875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [52,79.46875 10.3125x17.46875]
|
||||
BlockContainer <td> at (50,79) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [52,79 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,79.46875) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [127.265625,79.46875 11.140625x17.46875]
|
||||
BlockContainer <td> at (126.265625,79) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [127.265625,79 11.140625x17]
|
||||
"D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,79.46875) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.8125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,79.46875 8.8125x17.46875]
|
||||
BlockContainer <td> at (200.8125,79) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.8125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,79 8.8125x17]
|
||||
"2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,117.9375) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,117) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,128.9375) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51,128.9375 11.859375x17.46875]
|
||||
BlockContainer <td> at (50,128) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51,128 11.859375x17]
|
||||
"E"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,128.9375) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [126.265625,128.9375 12.546875x17.46875]
|
||||
BlockContainer <td> at (126.265625,128) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [126.265625,128 12.546875x17]
|
||||
"F"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,128.9375) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.09375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,128.9375 9.09375x17.46875]
|
||||
BlockContainer <td> at (200.8125,128) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.09375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,128 9.09375x17]
|
||||
"3"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,167.40625) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,166) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,178.40625) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 13.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51,178.40625 13.234375x17.46875]
|
||||
BlockContainer <td> at (50,177) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 13.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51,177 13.234375x17]
|
||||
"G"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,178.40625) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 12.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [126.265625,178.40625 12.234375x17.46875]
|
||||
BlockContainer <td> at (126.265625,177) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 12.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [126.265625,177 12.234375x17]
|
||||
"H"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,178.40625) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 7.75, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [201.8125,178.40625 7.75x17.46875]
|
||||
BlockContainer <td> at (200.8125,177) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 7.75, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [201.8125,177 7.75x17]
|
||||
"4"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (29,216.875) content-size 161.90625x39.46875 table-row children: not-inline
|
||||
Box <tr> at (29,215) content-size 161.90625x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (50,227.875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 4.59375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [55,227.875 4.59375x17.46875]
|
||||
BlockContainer <td> at (50,226) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 4.59375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [55,226 4.59375x17]
|
||||
"I"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (126.265625,227.875) content-size 12.546875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.90625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.265625,227.875 8.90625x17.46875]
|
||||
BlockContainer <td> at (126.265625,226) content-size 12.546875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.90625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [128.265625,226 8.90625x17]
|
||||
"J"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (200.8125,227.875) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.453125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,227.875 8.453125x17.46875]
|
||||
BlockContainer <td> at (200.8125,226) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.453125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200.8125,226 8.453125x17]
|
||||
"5"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -144,50 +144,50 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,267.34375) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,265) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x275.34375]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x273]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x259.34375]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x257]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 243.90625x259.34375]
|
||||
PaintableBox (Box<TABLE>) [8,8 243.90625x259.34375]
|
||||
PaintableBox (Box<TBODY>) [9,9 161.90625x197.34375] overflow: [9,9 221.90625x247.34375]
|
||||
PaintableBox (Box<TR>) [29,19 161.90625x39.46875] overflow: [29,19 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,19 56.265625x39.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 243.90625x257]
|
||||
PaintableBox (Box<TABLE>) [8,8 243.90625x257]
|
||||
PaintableBox (Box<TBODY>) [9,9 161.90625x195] overflow: [9,9 221.90625x245]
|
||||
PaintableBox (Box<TR>) [29,19 161.90625x39] overflow: [29,19 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,19 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,19 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,19 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,19 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,19 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [29,68.46875 161.90625x39.46875] overflow: [29,68.46875 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,68.46875 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [29,68 161.90625x39] overflow: [29,68 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,68 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,68.46875 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,68 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,68.46875 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,68 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [29,117.9375 161.90625x39.46875] overflow: [29,117.9375 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,117.9375 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [29,117 161.90625x39] overflow: [29,117 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,117 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,117.9375 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,117 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,117.9375 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,117 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [29,167.40625 161.90625x39.46875] overflow: [29,167.40625 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,167.40625 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [29,166 161.90625x39] overflow: [29,166 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,166 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,167.40625 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,166 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,167.40625 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,166 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [29,216.875 161.90625x39.46875] overflow: [29,216.875 201.90625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,216.875 56.265625x39.46875]
|
||||
PaintableBox (Box<TR>) [29,215 161.90625x39] overflow: [29,215 201.90625x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [29,215 56.265625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,216.875 54.546875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,215 54.546875x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,216.875 51.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,215 51.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,267.34375 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,265 784x0]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x99.875 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x98 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x83.875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 99.171875x83.875 [BFC] children: not-inline
|
||||
Box <table#full-table> at (8,8) content-size 99.171875x66.40625 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x82 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 99.171875x82 [BFC] children: not-inline
|
||||
Box <table#full-table> at (8,8) content-size 99.171875x65 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <caption> at (8,74.40625) content-size 82.734375x17.46875 [BFC] children: inline
|
||||
line 0 width: 82.734375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 9, rect: [16,74.40625 82.734375x17.46875]
|
||||
BlockContainer <caption> at (8,73) content-size 82.734375x17 [BFC] children: inline
|
||||
line 0 width: 82.734375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 1, length: 9, rect: [16,73 82.734375x17]
|
||||
"A Caption"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <thead> at (8,8) content-size 95.171875x19.46875 table-header-group children: not-inline
|
||||
Box <thead> at (8,8) content-size 95.171875x19 table-header-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,10) content-size 95.171875x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,10) content-size 95.171875x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,11) content-size 93.171875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 73.65625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 9, rect: [11,11 73.65625x17.46875]
|
||||
BlockContainer <td> at (11,11) content-size 93.171875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 73.65625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 9, rect: [11,11 73.65625x17]
|
||||
"Head Cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -31,15 +31,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,27.46875) content-size 95.171875x19.46875 table-row-group children: not-inline
|
||||
Box <tbody> at (8,27) content-size 95.171875x19 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,31.46875) content-size 95.171875x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,31) content-size 95.171875x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,32.46875) content-size 93.171875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 70.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 9, rect: [11,32.46875 70.234375x17.46875]
|
||||
BlockContainer <td> at (11,32) content-size 93.171875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 70.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 9, rect: [11,32 70.234375x17]
|
||||
"Body Cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -48,15 +48,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tfoot> at (8,46.9375) content-size 95.171875x19.46875 table-footer-group children: not-inline
|
||||
Box <tfoot> at (8,46) content-size 95.171875x19 table-footer-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,52.9375) content-size 95.171875x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,52) content-size 95.171875x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,53.9375) content-size 93.171875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 93.171875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 11, rect: [11,53.9375 93.171875x17.46875]
|
||||
BlockContainer <td> at (11,53) content-size 93.171875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 93.171875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 11, rect: [11,53 93.171875x17]
|
||||
"Footer Cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -65,27 +65,27 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,91.875) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,90) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x99.875]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x98]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x83.875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 99.171875x83.875]
|
||||
PaintableBox (Box<TABLE>#full-table) [8,8 99.171875x66.40625] overflow: [8,8 99.171875x83.875]
|
||||
PaintableWithLines (BlockContainer<CAPTION>) [8,74.40625 82.734375x17.46875] overflow: [8,74.40625 90.734375x17.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x82]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 99.171875x82]
|
||||
PaintableBox (Box<TABLE>#full-table) [8,8 99.171875x65] overflow: [8,8 99.171875x82]
|
||||
PaintableWithLines (BlockContainer<CAPTION>) [8,73 82.734375x17] overflow: [8,73 90.734375x17]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<THEAD>) [8,8 95.171875x19.46875] overflow: [8,8 97.171875x21.46875]
|
||||
PaintableBox (Box<TR>) [10,10 95.171875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,10 95.171875x19.46875]
|
||||
PaintableBox (Box<THEAD>) [8,8 95.171875x19] overflow: [8,8 97.171875x21]
|
||||
PaintableBox (Box<TR>) [10,10 95.171875x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,10 95.171875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TBODY>) [8,27.46875 95.171875x19.46875] overflow: [8,27.46875 97.171875x23.46875]
|
||||
PaintableBox (Box<TR>) [10,31.46875 95.171875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,31.46875 95.171875x19.46875]
|
||||
PaintableBox (Box<TBODY>) [8,27 95.171875x19] overflow: [8,27 97.171875x23]
|
||||
PaintableBox (Box<TR>) [10,31 95.171875x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,31 95.171875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TFOOT>) [8,46.9375 95.171875x19.46875] overflow: [8,46.9375 97.171875x25.46875]
|
||||
PaintableBox (Box<TR>) [10,52.9375 95.171875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,52.9375 95.171875x19.46875]
|
||||
PaintableBox (Box<TFOOT>) [8,46 95.171875x19] overflow: [8,46 97.171875x25]
|
||||
PaintableBox (Box<TR>) [10,52 95.171875x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,52 95.171875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,91.875 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,90 784x0]
|
||||
|
|
|
@ -1,36 +1,36 @@
|
|||
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 784x23.46875 children: not-inline
|
||||
BlockContainer <div#container> at (8,8) content-size 80x23.46875 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x23 children: not-inline
|
||||
BlockContainer <div#container> at (8,8) content-size 80x23 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 80x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 80x23.46875 [BFC] children: not-inline
|
||||
Box <table#table> at (8,8) content-size 80x23.46875 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 80x23 [BFC] children: not-inline
|
||||
Box <table#table> at (8,8) content-size 80x23 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 72x19.46875 table-row-group children: not-inline
|
||||
Box <tbody> at (8,8) content-size 72x19 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,10) content-size 72x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,10) content-size 72x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,11) content-size 17.828125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [11,11 14.265625x17.46875]
|
||||
BlockContainer <td> at (11,11) content-size 17.828125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [11,11 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (32.828125,11) content-size 11.828125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [32.828125,11 9.34375x17.46875]
|
||||
BlockContainer <td> at (32.828125,11) content-size 11.828125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [32.828125,11 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (48.65625,11) content-size 36.34375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 29.453125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [48.65625,11 29.453125x17.46875]
|
||||
BlockContainer <td> at (48.65625,11) content-size 36.34375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 29.453125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [48.65625,11 29.453125x17]
|
||||
"C D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -39,22 +39,22 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,31.46875) content-size 80x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,31) content-size 80x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x23.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>#container) [8,8 80x23.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x23]
|
||||
PaintableWithLines (BlockContainer<DIV>#container) [8,8 80x23]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 80x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 80x23.46875]
|
||||
PaintableBox (Box<TABLE>#table) [8,8 80x23.46875]
|
||||
PaintableBox (Box<TBODY>) [8,8 72x19.46875] overflow: [8,8 78x21.46875]
|
||||
PaintableBox (Box<TR>) [10,10 72x19.46875] overflow: [10,10 76x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,10 19.828125x19.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 80x23]
|
||||
PaintableBox (Box<TABLE>#table) [8,8 80x23]
|
||||
PaintableBox (Box<TBODY>) [8,8 72x19] overflow: [8,8 78x21]
|
||||
PaintableBox (Box<TR>) [10,10 72x19] overflow: [10,10 76x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,10 19.828125x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [31.828125,10 13.828125x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [31.828125,10 13.828125x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [47.65625,10 38.34375x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [47.65625,10 38.34375x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,31.46875 80x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,31 80x0]
|
||||
|
|
|
@ -1,59 +1,59 @@
|
|||
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 784x44.9375 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 784x44.9375 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 784x44.9375 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x44 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 784x44 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 784x44 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 776x38.9375 table-row-group children: not-inline
|
||||
Box <tbody> at (8,8) content-size 776x38 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,10) content-size 776x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,10) content-size 776x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <th> at (11,11) content-size 300.640625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [154,11 14.265625x17.46875]
|
||||
BlockContainer <th> at (11,11) content-size 300.640625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [154,11 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <th> at (315.640625,11) content-size 168.71875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [395.640625,11 9.34375x17.46875]
|
||||
BlockContainer <th> at (315.640625,11) content-size 168.71875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [395.640625,11 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <th> at (488.359375,11) content-size 300.640625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 29.453125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [624.359375,11 29.453125x17.46875]
|
||||
BlockContainer <th> at (488.359375,11) content-size 300.640625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 29.453125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [624.359375,11 29.453125x17]
|
||||
"C D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,31.46875) content-size 776x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,31) content-size 776x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,32.46875) content-size 300.640625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [155,32.46875 11.859375x17.46875]
|
||||
BlockContainer <td> at (11,32) content-size 300.640625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [155,32 11.859375x17]
|
||||
"E"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (315.640625,32.46875) content-size 168.71875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [393.640625,32.46875 12.546875x17.46875]
|
||||
BlockContainer <td> at (315.640625,32) content-size 168.71875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 12.546875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [393.640625,32 12.546875x17]
|
||||
"F"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (488.359375,32.46875) content-size 300.640625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 13.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [632.359375,32.46875 13.234375x17.46875]
|
||||
BlockContainer <td> at (488.359375,32) content-size 300.640625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 13.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [632.359375,32 13.234375x17]
|
||||
"G"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -65,21 +65,21 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 784x44.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 784x44.9375]
|
||||
PaintableBox (Box<TBODY>) [8,8 776x38.9375] overflow: [8,8 782x42.9375]
|
||||
PaintableBox (Box<TR>) [10,10 776x19.46875] overflow: [10,10 780x19.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [10,10 302.640625x19.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 784x44]
|
||||
PaintableBox (Box<TABLE>) [8,8 784x44]
|
||||
PaintableBox (Box<TBODY>) [8,8 776x38] overflow: [8,8 782x42]
|
||||
PaintableBox (Box<TR>) [10,10 776x19] overflow: [10,10 780x19]
|
||||
PaintableWithLines (BlockContainer<TH>) [10,10 302.640625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TH>) [314.640625,10 170.71875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [314.640625,10 170.71875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TH>) [487.359375,10 302.640625x19.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [487.359375,10 302.640625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [10,31.46875 776x19.46875] overflow: [10,31.46875 780x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,31.46875 302.640625x19.46875]
|
||||
PaintableBox (Box<TR>) [10,31 776x19] overflow: [10,31 780x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,31 302.640625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [314.640625,31.46875 170.71875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [314.640625,31 170.71875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [487.359375,31.46875 302.640625x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [487.359375,31 302.640625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,43 +1,43 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x127.15625 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x111.15625 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 276x111.15625 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 276x111.15625 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (8,8) content-size 272x107.15625 table-row-group children: not-inline
|
||||
Box <tr> at (10,10) content-size 272x107.15625 table-row children: not-inline
|
||||
BlockContainer <td> at (11,11) content-size 270x105.15625 table-cell [BFC] children: not-inline
|
||||
BlockContainer <div> at (11,11) content-size 270x105.15625 children: not-inline
|
||||
BlockContainer <(anonymous)> at (11,11) content-size 270x105.15625 children: inline
|
||||
line 0 width: 261.0625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 35, rect: [11,11 261.0625x17.46875]
|
||||
BlockContainer <html> at (0,0) content-size 800x124 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x108 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 276x108 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 276x108 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (8,8) content-size 272x104 table-row-group children: not-inline
|
||||
Box <tr> at (10,10) content-size 272x104 table-row children: not-inline
|
||||
BlockContainer <td> at (11,11) content-size 270x102 table-cell [BFC] children: not-inline
|
||||
BlockContainer <div> at (11,11) content-size 270x102 children: not-inline
|
||||
BlockContainer <(anonymous)> at (11,11) content-size 270x102 children: inline
|
||||
line 0 width: 261.0625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 1, length: 35, rect: [11,11 261.0625x17]
|
||||
"hello hello hello hello hello hello"
|
||||
line 1 width: 261.0625, height: 17.9375, bottom: 35.40625, baseline: 13.53125
|
||||
frag 0 from TextNode start: 37, length: 35, rect: [11,28 261.0625x17.46875]
|
||||
line 1 width: 261.0625, height: 17, bottom: 34, baseline: 13.296875
|
||||
frag 0 from TextNode start: 37, length: 35, rect: [11,28 261.0625x17]
|
||||
"hello hello hello hello hello hello"
|
||||
line 2 width: 261.0625, height: 18.40625, bottom: 53.34375, baseline: 13.53125
|
||||
frag 0 from TextNode start: 73, length: 35, rect: [11,45 261.0625x17.46875]
|
||||
line 2 width: 261.0625, height: 17, bottom: 51, baseline: 13.296875
|
||||
frag 0 from TextNode start: 73, length: 35, rect: [11,45 261.0625x17]
|
||||
"hello hello hello hello hello hello"
|
||||
line 3 width: 261.0625, height: 17.875, bottom: 70.28125, baseline: 13.53125
|
||||
frag 0 from TextNode start: 109, length: 35, rect: [11,63 261.0625x17.46875]
|
||||
line 3 width: 261.0625, height: 17, bottom: 68, baseline: 13.296875
|
||||
frag 0 from TextNode start: 109, length: 35, rect: [11,62 261.0625x17]
|
||||
"hello hello hello hello hello hello"
|
||||
line 4 width: 261.0625, height: 18.34375, bottom: 88.21875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 145, length: 35, rect: [11,80 261.0625x17.46875]
|
||||
line 4 width: 261.0625, height: 17, bottom: 85, baseline: 13.296875
|
||||
frag 0 from TextNode start: 145, length: 35, rect: [11,79 261.0625x17]
|
||||
"hello hello hello hello hello hello"
|
||||
line 5 width: 81.6875, height: 17.8125, bottom: 105.15625, baseline: 13.53125
|
||||
frag 0 from TextNode start: 181, length: 11, rect: [11,98 81.6875x17.46875]
|
||||
line 5 width: 81.6875, height: 17, bottom: 102, baseline: 13.296875
|
||||
frag 0 from TextNode start: 181, length: 11, rect: [11,96 81.6875x17]
|
||||
"hello hello"
|
||||
TextNode <#text>
|
||||
BlockContainer <div> at (11,116.15625) content-size 270x0 children: not-inline
|
||||
BlockContainer <div> at (11,113) content-size 270x0 children: not-inline
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x127.15625]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x111.15625]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 276x111.15625]
|
||||
PaintableBox (Box<TABLE>) [8,8 276x111.15625]
|
||||
PaintableBox (Box<TBODY>) [8,8 272x107.15625] overflow: [8,8 274x109.15625]
|
||||
PaintableBox (Box<TR>) [10,10 272x107.15625]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,10 272x107.15625]
|
||||
PaintableWithLines (BlockContainer<DIV>) [11,11 270x105.15625]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [11,11 270x105.15625]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x124]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x108]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 276x108]
|
||||
PaintableBox (Box<TABLE>) [8,8 276x108]
|
||||
PaintableBox (Box<TBODY>) [8,8 272x104] overflow: [8,8 274x106]
|
||||
PaintableBox (Box<TR>) [10,10 272x104]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,10 272x104]
|
||||
PaintableWithLines (BlockContainer<DIV>) [11,11 270x102]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [11,11 270x102]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<DIV>) [11,116.15625 270x0]
|
||||
PaintableWithLines (BlockContainer<DIV>) [11,113 270x0]
|
||||
|
|
|
@ -1,62 +1,62 @@
|
|||
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 784x118.40625 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 92.359375x118.40625 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 92.359375x118.40625 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x117 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 92.359375x117 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 92.359375x117 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 92.359375x118.40625 table-row-group children: not-inline
|
||||
Box <tr> at (8,8) content-size 92.359375x39.46875 table-row children: not-inline
|
||||
Box <tbody> at (8,8) content-size 92.359375x117 table-row-group children: not-inline
|
||||
Box <tr> at (8,8) content-size 92.359375x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (19,19) content-size 8.453125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [19,19 6.34375x17.46875]
|
||||
BlockContainer <td> at (19,19) content-size 8.453125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [19,19 6.34375x17]
|
||||
"1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (49.453125,19) content-size 8.8125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.8125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [49.453125,19 8.8125x17.46875]
|
||||
BlockContainer <td> at (49.453125,19) content-size 8.8125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.8125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [49.453125,19 8.8125x17]
|
||||
"2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (80.265625,19) content-size 9.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.09375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [80.265625,19 9.09375x17.46875]
|
||||
BlockContainer <td> at (80.265625,19) content-size 9.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.09375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [80.265625,19 9.09375x17]
|
||||
"3"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,47.46875) content-size 92.359375x39.46875 table-row children: not-inline
|
||||
Box <tr> at (8,47) content-size 92.359375x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (19,58.46875) content-size 8.453125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 7.75, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [19,58.46875 7.75x17.46875]
|
||||
BlockContainer <td> at (19,58) content-size 8.453125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 7.75, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [19,58 7.75x17]
|
||||
"4"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (49.453125,78.203125) content-size 39.90625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 24.046875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [49.453125,78.203125 24.046875x17.46875]
|
||||
BlockContainer <td> at (49.453125,77.5) content-size 39.90625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 24.046875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [49.453125,77.5 24.046875x17]
|
||||
"6-9"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,86.9375) content-size 92.359375x39.46875 table-row children: not-inline
|
||||
Box <tr> at (8,86) content-size 92.359375x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (19,97.9375) content-size 8.453125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.453125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [19,97.9375 8.453125x17.46875]
|
||||
BlockContainer <td> at (19,97) content-size 8.453125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.453125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [19,97 8.453125x17]
|
||||
"5"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -66,22 +66,22 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x118.40625]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 92.359375x118.40625]
|
||||
PaintableBox (Box<TABLE>) [8,8 92.359375x118.40625]
|
||||
PaintableBox (Box<TBODY>) [8,8 92.359375x118.40625]
|
||||
PaintableBox (Box<TR>) [8,8 92.359375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 30.453125x39.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x117]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 92.359375x117]
|
||||
PaintableBox (Box<TABLE>) [8,8 92.359375x117]
|
||||
PaintableBox (Box<TBODY>) [8,8 92.359375x117]
|
||||
PaintableBox (Box<TR>) [8,8 92.359375x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 30.453125x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [38.453125,8 30.8125x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [38.453125,8 30.8125x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [69.265625,8 31.09375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [69.265625,8 31.09375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,47.46875 92.359375x39.46875] overflow: [8,47.46875 92.359375x78.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,47.46875 30.453125x39.46875]
|
||||
PaintableBox (Box<TR>) [8,47 92.359375x39] overflow: [8,47 92.359375x78]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,47 30.453125x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [38.453125,47.46875 61.90625x78.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [38.453125,47 61.90625x78]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,86.9375 92.359375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,86.9375 30.453125x39.46875]
|
||||
PaintableBox (Box<TR>) [8,86 92.359375x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,86 30.453125x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,50 +1,50 @@
|
|||
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 784x44.9375 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 420x44.9375 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 418x42.9375 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x44 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 420x44 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 418x42 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 418x42.9375 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 418x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 418x42 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 418x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,11) content-size 79.59375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [44,11 14.265625x17.46875]
|
||||
BlockContainer <td> at (11,11) content-size 79.59375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [44,11 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (94.59375,11) content-size 157.328125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [168.59375,11 9.34375x17.46875]
|
||||
BlockContainer <td> at (94.59375,11) content-size 157.328125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [168.59375,11 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (255.921875,11) content-size 169.078125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [334.921875,11 10.3125x17.46875]
|
||||
BlockContainer <td> at (255.921875,11) content-size 169.078125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [334.921875,11 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,30.46875) content-size 418x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,30) content-size 418x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,32.46875) content-size 79.59375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [45,32.46875 11.140625x17.46875]
|
||||
BlockContainer <td> at (11,32) content-size 79.59375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [45,32 11.140625x17]
|
||||
"D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (94.59375,32.46875) content-size 330.40625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [253.59375,32.46875 11.859375x17.46875]
|
||||
BlockContainer <td> at (94.59375,32) content-size 330.40625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.859375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [253.59375,32 11.859375x17]
|
||||
"E"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -54,19 +54,19 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 420x44.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 420x44.9375]
|
||||
PaintableBox (Box<TBODY>) [9,9 418x42.9375]
|
||||
PaintableBox (Box<TR>) [9,9 418x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 83.59375x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 420x44]
|
||||
PaintableBox (Box<TABLE>) [8,8 420x44]
|
||||
PaintableBox (Box<TBODY>) [9,9 418x42]
|
||||
PaintableBox (Box<TR>) [9,9 418x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 83.59375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [92.59375,9 161.328125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [92.59375,9 161.328125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [253.921875,9 173.078125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [253.921875,9 173.078125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,30.46875 418x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30.46875 83.59375x21.46875]
|
||||
PaintableBox (Box<TR>) [9,30 418x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30 83.59375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [92.59375,30.46875 334.40625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [92.59375,30 334.40625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,36 +1,36 @@
|
|||
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 784x44.9375 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 210x44.9375 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 208x42.9375 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x44 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 210x44 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 208x42 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 208x42.9375 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 208x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 208x42 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 208x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,11) content-size 180x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [94,11 14.265625x17.46875]
|
||||
BlockContainer <td> at (11,11) content-size 180x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [94,11 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (195,11) content-size 20x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200,11 9.34375x17.46875]
|
||||
BlockContainer <td> at (195,11) content-size 20x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [200,11 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,30.46875) content-size 208x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,30) content-size 208x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,32.46875) content-size 204x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [108,32.46875 10.3125x17.46875]
|
||||
BlockContainer <td> at (11,32) content-size 204x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [108,32 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -40,15 +40,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 210x44.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 210x44.9375]
|
||||
PaintableBox (Box<TBODY>) [9,9 208x42.9375]
|
||||
PaintableBox (Box<TR>) [9,9 208x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 184x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 210x44]
|
||||
PaintableBox (Box<TABLE>) [8,8 210x44]
|
||||
PaintableBox (Box<TBODY>) [9,9 208x42]
|
||||
PaintableBox (Box<TR>) [9,9 208x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 184x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [193,9 24x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [193,9 24x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,30.46875 208x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30.46875 208x21.46875]
|
||||
PaintableBox (Box<TR>) [9,30 208x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30 208x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,63 +1,63 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x60.9375 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x60 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x44.9375 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x44 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 39.3125x44.9375 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 37.3125x42.9375 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 39.3125x44 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 37.3125x42 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 37.3125x42.9375 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 37.3125x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 37.3125x42 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 37.3125x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,11) content-size 17.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [13,11 14.265625x17.46875]
|
||||
BlockContainer <td> at (11,11) content-size 17.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [13,11 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (32.5625,11) content-size 11.75x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [33.5625,11 9.34375x17.46875]
|
||||
BlockContainer <td> at (32.5625,11) content-size 11.75x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [33.5625,11 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,30.46875) content-size 37.3125x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,30) content-size 37.3125x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,32.46875) content-size 33.3125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 33.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [11,32.46875 33.3125x17.46875]
|
||||
BlockContainer <td> at (11,32) content-size 33.3125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 33.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [11,32 33.3125x17]
|
||||
"CDE"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,52.9375) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,52) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x60.9375]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x60]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44.9375]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 39.3125x44.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 39.3125x44.9375]
|
||||
PaintableBox (Box<TBODY>) [9,9 37.3125x42.9375]
|
||||
PaintableBox (Box<TR>) [9,9 37.3125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 21.5625x21.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 39.3125x44]
|
||||
PaintableBox (Box<TABLE>) [8,8 39.3125x44]
|
||||
PaintableBox (Box<TBODY>) [9,9 37.3125x42]
|
||||
PaintableBox (Box<TR>) [9,9 37.3125x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 21.5625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [30.5625,9 15.75x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [30.5625,9 15.75x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,30.46875 37.3125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30.46875 37.3125x21.46875]
|
||||
PaintableBox (Box<TR>) [9,30 37.3125x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30 37.3125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,52.9375 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,52 784x0]
|
||||
|
|
|
@ -1,120 +1,120 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x103.875 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x102 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x87.875 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x86 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 229.359375x87.875 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 227.359375x85.875 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 229.359375x86 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 227.359375x84 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 227.359375x85.875 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 227.359375x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 227.359375x84 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 227.359375x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <th> at (11,11) content-size 70.046875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 70.046875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [11,11 70.046875x17.46875]
|
||||
BlockContainer <th> at (11,11) content-size 70.046875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 70.046875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [11,11 70.046875x17]
|
||||
"Header 1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <th> at (85.046875,11) content-size 72.515625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 72.515625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [85.046875,11 72.515625x17.46875]
|
||||
BlockContainer <th> at (85.046875,11) content-size 72.515625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 72.515625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [85.046875,11 72.515625x17]
|
||||
"Header 2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <th> at (161.5625,11) content-size 72.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 72.796875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [161.5625,11 72.796875x17.46875]
|
||||
BlockContainer <th> at (161.5625,11) content-size 72.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 72.796875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [161.5625,11 72.796875x17]
|
||||
"Header 3"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,30.46875) content-size 227.359375x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,30) content-size 227.359375x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,32.46875) content-size 223.359375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 41.84375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [102,32.46875 41.84375x17.46875]
|
||||
BlockContainer <td> at (11,32) content-size 223.359375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 41.84375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [102,32 41.84375x17]
|
||||
"Cell 1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,51.9375) content-size 227.359375x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,51) content-size 227.359375x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,53.9375) content-size 223.359375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 44.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [101,53.9375 44.3125x17.46875]
|
||||
BlockContainer <td> at (11,53) content-size 223.359375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 44.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [101,53 44.3125x17]
|
||||
"Cell 2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,73.40625) content-size 227.359375x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,72) content-size 227.359375x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,75.40625) content-size 70.046875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 44.59375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [24,75.40625 44.59375x17.46875]
|
||||
BlockContainer <td> at (11,74) content-size 70.046875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 44.59375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [24,74 44.59375x17]
|
||||
"Cell 3"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (85.046875,75.40625) content-size 72.515625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 43.25, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [100.046875,75.40625 43.25x17.46875]
|
||||
BlockContainer <td> at (85.046875,74) content-size 72.515625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 43.25, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [100.046875,74 43.25x17]
|
||||
"Cell 4"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (161.5625,75.40625) content-size 72.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 43.953125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [175.5625,75.40625 43.953125x17.46875]
|
||||
BlockContainer <td> at (161.5625,74) content-size 72.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 43.953125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [175.5625,74 43.953125x17]
|
||||
"Cell 5"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,95.875) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,94) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x103.875]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x102]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x87.875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x86]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 229.359375x87.875]
|
||||
PaintableBox (Box<TABLE>) [8,8 229.359375x87.875]
|
||||
PaintableBox (Box<TBODY>) [9,9 227.359375x85.875]
|
||||
PaintableBox (Box<TR>) [9,9 227.359375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [9,9 74.046875x21.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 229.359375x86]
|
||||
PaintableBox (Box<TABLE>) [8,8 229.359375x86]
|
||||
PaintableBox (Box<TBODY>) [9,9 227.359375x84]
|
||||
PaintableBox (Box<TR>) [9,9 227.359375x21]
|
||||
PaintableWithLines (BlockContainer<TH>) [9,9 74.046875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TH>) [83.046875,9 76.515625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [83.046875,9 76.515625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TH>) [159.5625,9 76.796875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [159.5625,9 76.796875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,30.46875 227.359375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30.46875 227.359375x21.46875]
|
||||
PaintableBox (Box<TR>) [9,30 227.359375x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30 227.359375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,51.9375 227.359375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,51.9375 227.359375x21.46875]
|
||||
PaintableBox (Box<TR>) [9,51 227.359375x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,51 227.359375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,73.40625 227.359375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,73.40625 74.046875x21.46875]
|
||||
PaintableBox (Box<TR>) [9,72 227.359375x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,72 74.046875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [83.046875,73.40625 76.515625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [83.046875,72 76.515625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [159.5625,73.40625 76.796875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [159.5625,72 76.796875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,95.875 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,94 784x0]
|
||||
|
|
|
@ -1,43 +1,43 @@
|
|||
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 784x113.15625 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 784x113.15625 [BFC] children: not-inline
|
||||
Box <table.ambox> at (9,9) content-size 782x111.15625 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x110 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 784x110 [BFC] children: not-inline
|
||||
Box <table.ambox> at (9,9) content-size 782x108 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 776x107.15625 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 776x107.15625 table-row children: not-inline
|
||||
BlockContainer <td.mbox-image> at (12,39.578125) content-size 50x50 table-cell [BFC] children: not-inline
|
||||
BlockContainer <div.mbox-image-div> at (12,39.578125) content-size 50x50 children: not-inline
|
||||
BlockContainer <td.mbox-text> at (66,12) content-size 722x105.15625 table-cell [BFC] children: inline
|
||||
line 0 width: 689.640625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 84, rect: [66,12 689.640625x17.46875]
|
||||
Box <tbody> at (9,9) content-size 776x104 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 776x104 table-row children: not-inline
|
||||
BlockContainer <td.mbox-image> at (12,38) content-size 50x50 table-cell [BFC] children: not-inline
|
||||
BlockContainer <div.mbox-image-div> at (12,38) content-size 50x50 children: not-inline
|
||||
BlockContainer <td.mbox-text> at (66,12) content-size 722x102 table-cell [BFC] children: inline
|
||||
line 0 width: 689.640625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 1, length: 84, rect: [66,12 689.640625x17]
|
||||
"In a scene set in a lawyer's office, the lawyer sits alone and bounces a rubber ball"
|
||||
line 1 width: 695.5625, height: 17.9375, bottom: 35.40625, baseline: 13.53125
|
||||
frag 0 from TextNode start: 86, length: 84, rect: [66,29 695.5625x17.46875]
|
||||
line 1 width: 695.5625, height: 17, bottom: 34, baseline: 13.296875
|
||||
frag 0 from TextNode start: 86, length: 84, rect: [66,29 695.5625x17]
|
||||
"against the wall. They receive a call from their assistant who expresses frustration"
|
||||
line 2 width: 703.125, height: 18.40625, bottom: 53.34375, baseline: 13.53125
|
||||
frag 0 from TextNode start: 171, length: 85, rect: [66,46 703.125x17.46875]
|
||||
line 2 width: 703.125, height: 17, bottom: 51, baseline: 13.296875
|
||||
frag 0 from TextNode start: 171, length: 85, rect: [66,46 703.125x17]
|
||||
"over a packed waiting room and the lawyer's lack of clients. The lawyer then looks at"
|
||||
line 3 width: 695.90625, height: 17.875, bottom: 70.28125, baseline: 13.53125
|
||||
frag 0 from TextNode start: 257, length: 81, rect: [66,64 695.90625x17.46875]
|
||||
line 3 width: 695.90625, height: 17, bottom: 68, baseline: 13.296875
|
||||
frag 0 from TextNode start: 257, length: 81, rect: [66,63 695.90625x17]
|
||||
"some papers from a large envelope, which turn out to be divorce papers from their"
|
||||
line 4 width: 670.515625, height: 18.34375, bottom: 88.21875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 339, length: 84, rect: [66,81 670.515625x17.46875]
|
||||
line 4 width: 670.515625, height: 17, bottom: 85, baseline: 13.296875
|
||||
frag 0 from TextNode start: 339, length: 84, rect: [66,80 670.515625x17]
|
||||
"significant other. Finally, the lawyer instructs their assistant to send in the next"
|
||||
line 5 width: 47.21875, height: 17.8125, bottom: 105.15625, baseline: 13.53125
|
||||
frag 0 from TextNode start: 424, length: 7, rect: [66,99 47.21875x17.46875]
|
||||
line 5 width: 47.21875, height: 17, bottom: 102, baseline: 13.296875
|
||||
frag 0 from TextNode start: 424, length: 7, rect: [66,97 47.21875x17]
|
||||
"client."
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x113.15625]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 784x113.15625]
|
||||
PaintableBox (Box<TABLE>.ambox) [8,8 784x113.15625]
|
||||
PaintableBox (Box<TBODY>) [9,9 776x107.15625] overflow: [9,9 780x109.15625]
|
||||
PaintableBox (Box<TR>) [11,11 776x107.15625] overflow: [11,11 778x107.15625]
|
||||
PaintableWithLines (BlockContainer<TD>.mbox-image) [11,11 52x107.15625]
|
||||
PaintableWithLines (BlockContainer<DIV>.mbox-image-div) [12,39.578125 50x50]
|
||||
PaintableWithLines (BlockContainer<TD>.mbox-text) [65,11 724x107.15625]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x110]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 784x110]
|
||||
PaintableBox (Box<TABLE>.ambox) [8,8 784x110]
|
||||
PaintableBox (Box<TBODY>) [9,9 776x104] overflow: [9,9 780x106]
|
||||
PaintableBox (Box<TR>) [11,11 776x104] overflow: [11,11 778x104]
|
||||
PaintableWithLines (BlockContainer<TD>.mbox-image) [11,11 52x104]
|
||||
PaintableWithLines (BlockContainer<DIV>.mbox-image-div) [12,38 50x50]
|
||||
PaintableWithLines (BlockContainer<TD>.mbox-text) [65,11 724x104]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,71 +1,71 @@
|
|||
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 784x44.9375 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 600x44.9375 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 598x42.9375 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x44 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 600x44 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 598x42 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 598x42.9375 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 598x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 598x42 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 598x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,11) content-size 62.4375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,11 26.078125x17.46875]
|
||||
BlockContainer <td> at (11,11) content-size 62.4375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,11 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (77.4375,11) content-size 62.4375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [77.4375,11 26.078125x17.46875]
|
||||
BlockContainer <td> at (77.4375,11) content-size 62.4375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [77.4375,11 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (143.875,11) content-size 128.890625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [143.875,11 94.96875x17.46875]
|
||||
BlockContainer <td> at (143.875,11) content-size 128.890625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [143.875,11 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (276.765625,11) content-size 328.234375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [276.765625,11 94.96875x17.46875]
|
||||
BlockContainer <td> at (276.765625,11) content-size 328.234375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [276.765625,11 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,30.46875) content-size 598x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,30) content-size 598x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,32.46875) content-size 62.4375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,32.46875 26.078125x17.46875]
|
||||
BlockContainer <td> at (11,32) content-size 62.4375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,32 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (77.4375,32.46875) content-size 62.4375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [77.4375,32.46875 26.078125x17.46875]
|
||||
BlockContainer <td> at (77.4375,32) content-size 62.4375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [77.4375,32 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (143.875,32.46875) content-size 128.890625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [143.875,32.46875 94.96875x17.46875]
|
||||
BlockContainer <td> at (143.875,32) content-size 128.890625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [143.875,32 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (276.765625,32.46875) content-size 328.234375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [276.765625,32.46875 94.96875x17.46875]
|
||||
BlockContainer <td> at (276.765625,32) content-size 328.234375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [276.765625,32 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -75,25 +75,25 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 600x44.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 600x44.9375]
|
||||
PaintableBox (Box<TBODY>) [9,9 598x42.9375]
|
||||
PaintableBox (Box<TR>) [9,9 598x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 66.4375x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 600x44]
|
||||
PaintableBox (Box<TABLE>) [8,8 600x44]
|
||||
PaintableBox (Box<TBODY>) [9,9 598x42]
|
||||
PaintableBox (Box<TR>) [9,9 598x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 66.4375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [75.4375,9 66.4375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [75.4375,9 66.4375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [141.875,9 132.890625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [141.875,9 132.890625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [274.765625,9 332.234375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [274.765625,9 332.234375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,30.46875 598x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30.46875 66.4375x21.46875]
|
||||
PaintableBox (Box<TR>) [9,30 598x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30 66.4375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [75.4375,30.46875 66.4375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [75.4375,30 66.4375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [141.875,30.46875 132.890625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [141.875,30 132.890625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [274.765625,30.46875 332.234375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [274.765625,30 332.234375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,71 +1,71 @@
|
|||
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 784x44.9375 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 600x44.9375 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 598x42.9375 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x44 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 600x44 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 598x42 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 597.96875x42.9375 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 597.96875x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 597.96875x42 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 597.96875x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,11) content-size 95.65625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,11 26.078125x17.46875]
|
||||
BlockContainer <td> at (11,11) content-size 95.65625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,11 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (110.65625,11) content-size 95.65625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [110.65625,11 26.078125x17.46875]
|
||||
BlockContainer <td> at (110.65625,11) content-size 95.65625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [110.65625,11 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (210.3125,11) content-size 95.65625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [210.3125,11 94.96875x17.46875]
|
||||
BlockContainer <td> at (210.3125,11) content-size 95.65625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [210.3125,11 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (309.96875,11) content-size 295x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [309.96875,11 94.96875x17.46875]
|
||||
BlockContainer <td> at (309.96875,11) content-size 295x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [309.96875,11 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,30.46875) content-size 597.96875x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,30) content-size 597.96875x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,32.46875) content-size 95.65625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,32.46875 26.078125x17.46875]
|
||||
BlockContainer <td> at (11,32) content-size 95.65625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,32 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (110.65625,32.46875) content-size 95.65625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [110.65625,32.46875 26.078125x17.46875]
|
||||
BlockContainer <td> at (110.65625,32) content-size 95.65625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [110.65625,32 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (210.3125,32.46875) content-size 95.65625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [210.3125,32.46875 94.96875x17.46875]
|
||||
BlockContainer <td> at (210.3125,32) content-size 95.65625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [210.3125,32 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (309.96875,32.46875) content-size 295x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [309.96875,32.46875 94.96875x17.46875]
|
||||
BlockContainer <td> at (309.96875,32) content-size 295x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [309.96875,32 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -75,25 +75,25 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 600x44.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 600x44.9375]
|
||||
PaintableBox (Box<TBODY>) [9,9 597.96875x42.9375]
|
||||
PaintableBox (Box<TR>) [9,9 597.96875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 99.65625x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 600x44]
|
||||
PaintableBox (Box<TABLE>) [8,8 600x44]
|
||||
PaintableBox (Box<TBODY>) [9,9 597.96875x42]
|
||||
PaintableBox (Box<TR>) [9,9 597.96875x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 99.65625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [108.65625,9 99.65625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [108.65625,9 99.65625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [208.3125,9 99.65625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [208.3125,9 99.65625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [307.96875,9 299x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [307.96875,9 299x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,30.46875 597.96875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30.46875 99.65625x21.46875]
|
||||
PaintableBox (Box<TR>) [9,30 597.96875x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30 99.65625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [108.65625,30.46875 99.65625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [108.65625,30 99.65625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [208.3125,30.46875 99.65625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [208.3125,30 99.65625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [307.96875,30.46875 299x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [307.96875,30 299x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,71 +1,71 @@
|
|||
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 784x44.9375 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 600x44.9375 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 598x42.9375 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x44 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 600x44 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 598x42 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 598x42.9375 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 598x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 598x42 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 598x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,11) content-size 58.578125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,11 26.078125x17.46875]
|
||||
BlockContainer <td> at (11,11) content-size 58.578125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,11 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (73.578125,11) content-size 58.578125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [73.578125,11 26.078125x17.46875]
|
||||
BlockContainer <td> at (73.578125,11) content-size 58.578125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [73.578125,11 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (136.15625,11) content-size 116.53125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [136.15625,11 94.96875x17.46875]
|
||||
BlockContainer <td> at (136.15625,11) content-size 116.53125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [136.15625,11 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (256.6875,11) content-size 348.3125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [256.6875,11 94.96875x17.46875]
|
||||
BlockContainer <td> at (256.6875,11) content-size 348.3125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [256.6875,11 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,30.46875) content-size 598x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,30) content-size 598x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,32.46875) content-size 58.578125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,32.46875 26.078125x17.46875]
|
||||
BlockContainer <td> at (11,32) content-size 58.578125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,32 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (73.578125,32.46875) content-size 58.578125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [73.578125,32.46875 26.078125x17.46875]
|
||||
BlockContainer <td> at (73.578125,32) content-size 58.578125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [73.578125,32 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (136.15625,32.46875) content-size 116.53125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [136.15625,32.46875 94.96875x17.46875]
|
||||
BlockContainer <td> at (136.15625,32) content-size 116.53125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [136.15625,32 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (256.6875,32.46875) content-size 348.3125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [256.6875,32.46875 94.96875x17.46875]
|
||||
BlockContainer <td> at (256.6875,32) content-size 348.3125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [256.6875,32 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -75,25 +75,25 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 600x44.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 600x44.9375]
|
||||
PaintableBox (Box<TBODY>) [9,9 598x42.9375]
|
||||
PaintableBox (Box<TR>) [9,9 598x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 62.578125x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 600x44]
|
||||
PaintableBox (Box<TABLE>) [8,8 600x44]
|
||||
PaintableBox (Box<TBODY>) [9,9 598x42]
|
||||
PaintableBox (Box<TR>) [9,9 598x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 62.578125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [71.578125,9 62.578125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [71.578125,9 62.578125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [134.15625,9 120.53125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [134.15625,9 120.53125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [254.6875,9 352.3125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [254.6875,9 352.3125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,30.46875 598x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30.46875 62.578125x21.46875]
|
||||
PaintableBox (Box<TR>) [9,30 598x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30 62.578125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [71.578125,30.46875 62.578125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [71.578125,30 62.578125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [134.15625,30.46875 120.53125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [134.15625,30 120.53125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [254.6875,30.46875 352.3125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [254.6875,30 352.3125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,77 +1,77 @@
|
|||
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 784x80.8125 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 600x80.8125 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 598x78.8125 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x78 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 600x78 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 598x76 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 598x78.8125 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 598x39.40625 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 598x76 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 598x38 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,19.96875) content-size 94x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,19.96875 26.078125x17.46875]
|
||||
BlockContainer <td> at (11,19.5) content-size 94x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,19.5 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (109,19.96875) content-size 94x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [109,19.96875 26.078125x17.46875]
|
||||
BlockContainer <td> at (109,19.5) content-size 94x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [109,19.5 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (207,11) content-size 94x35.40625 table-cell [BFC] children: inline
|
||||
line 0 width: 60.890625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 7, rect: [207,11 60.890625x17.46875]
|
||||
BlockContainer <td> at (207,11) content-size 94x34 table-cell [BFC] children: inline
|
||||
line 0 width: 60.890625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 7, rect: [207,11 60.890625x17]
|
||||
"A table"
|
||||
line 1 width: 26.078125, height: 17.9375, bottom: 35.40625, baseline: 13.53125
|
||||
frag 0 from TextNode start: 8, length: 4, rect: [207,28 26.078125x17.46875]
|
||||
line 1 width: 26.078125, height: 17, bottom: 34, baseline: 13.296875
|
||||
frag 0 from TextNode start: 8, length: 4, rect: [207,28 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (305,19.96875) content-size 300x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [305,19.96875 94.96875x17.46875]
|
||||
BlockContainer <td> at (305,19.5) content-size 300x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [305,19.5 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,48.40625) content-size 598x39.40625 table-row children: not-inline
|
||||
Box <tr> at (9,47) content-size 598x38 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,59.375) content-size 94x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,59.375 26.078125x17.46875]
|
||||
BlockContainer <td> at (11,57.5) content-size 94x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,57.5 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (109,59.375) content-size 94x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [109,59.375 26.078125x17.46875]
|
||||
BlockContainer <td> at (109,57.5) content-size 94x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [109,57.5 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (207,50.40625) content-size 94x35.40625 table-cell [BFC] children: inline
|
||||
line 0 width: 60.890625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 7, rect: [207,50.40625 60.890625x17.46875]
|
||||
BlockContainer <td> at (207,49) content-size 94x34 table-cell [BFC] children: inline
|
||||
line 0 width: 60.890625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 7, rect: [207,49 60.890625x17]
|
||||
"A table"
|
||||
line 1 width: 26.078125, height: 17.9375, bottom: 35.40625, baseline: 13.53125
|
||||
frag 0 from TextNode start: 8, length: 4, rect: [207,67.40625 26.078125x17.46875]
|
||||
line 1 width: 26.078125, height: 17, bottom: 34, baseline: 13.296875
|
||||
frag 0 from TextNode start: 8, length: 4, rect: [207,66 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (305,59.375) content-size 300x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [305,59.375 94.96875x17.46875]
|
||||
BlockContainer <td> at (305,57.5) content-size 300x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [305,57.5 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -81,25 +81,25 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x80.8125]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 600x80.8125]
|
||||
PaintableBox (Box<TABLE>) [8,8 600x80.8125]
|
||||
PaintableBox (Box<TBODY>) [9,9 598x78.8125]
|
||||
PaintableBox (Box<TR>) [9,9 598x39.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 98x39.40625]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x78]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 600x78]
|
||||
PaintableBox (Box<TABLE>) [8,8 600x78]
|
||||
PaintableBox (Box<TBODY>) [9,9 598x76]
|
||||
PaintableBox (Box<TR>) [9,9 598x38]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 98x38]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [107,9 98x39.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [107,9 98x38]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [205,9 98x39.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [205,9 98x38]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [303,9 304x39.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [303,9 304x38]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,48.40625 598x39.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,48.40625 98x39.40625]
|
||||
PaintableBox (Box<TR>) [9,47 598x38]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,47 98x38]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [107,48.40625 98x39.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [107,47 98x38]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [205,48.40625 98x39.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [205,47 98x38]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [303,48.40625 304x39.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [303,47 304x38]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,71 +1,71 @@
|
|||
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 784x44.9375 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 600x44.9375 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 598x42.9375 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x44 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 600x44 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 598x42 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 598x42.9375 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 598x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 598x42 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 598x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,11) content-size 145.5x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,11 26.078125x17.46875]
|
||||
BlockContainer <td> at (11,11) content-size 145.5x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,11 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (160.5,11) content-size 145.5x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [160.5,11 26.078125x17.46875]
|
||||
BlockContainer <td> at (160.5,11) content-size 145.5x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [160.5,11 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (310,11) content-size 145.5x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [310,11 94.96875x17.46875]
|
||||
BlockContainer <td> at (310,11) content-size 145.5x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [310,11 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (459.5,11) content-size 145.5x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [459.5,11 94.96875x17.46875]
|
||||
BlockContainer <td> at (459.5,11) content-size 145.5x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [459.5,11 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,30.46875) content-size 598x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,30) content-size 598x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,32.46875) content-size 145.5x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,32.46875 26.078125x17.46875]
|
||||
BlockContainer <td> at (11,32) content-size 145.5x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,32 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (160.5,32.46875) content-size 145.5x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [160.5,32.46875 26.078125x17.46875]
|
||||
BlockContainer <td> at (160.5,32) content-size 145.5x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [160.5,32 26.078125x17]
|
||||
"cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (310,32.46875) content-size 145.5x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [310,32.46875 94.96875x17.46875]
|
||||
BlockContainer <td> at (310,32) content-size 145.5x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [310,32 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (459.5,32.46875) content-size 145.5x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [459.5,32.46875 94.96875x17.46875]
|
||||
BlockContainer <td> at (459.5,32) content-size 145.5x17 table-cell [BFC] children: inline
|
||||
line 0 width: 94.96875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 12, rect: [459.5,32 94.96875x17]
|
||||
"A table cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -75,25 +75,25 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 600x44.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 600x44.9375]
|
||||
PaintableBox (Box<TBODY>) [9,9 598x42.9375]
|
||||
PaintableBox (Box<TR>) [9,9 598x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 149.5x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 600x44]
|
||||
PaintableBox (Box<TABLE>) [8,8 600x44]
|
||||
PaintableBox (Box<TBODY>) [9,9 598x42]
|
||||
PaintableBox (Box<TR>) [9,9 598x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 149.5x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [158.5,9 149.5x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [158.5,9 149.5x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [308,9 149.5x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [308,9 149.5x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [457.5,9 149.5x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [457.5,9 149.5x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,30.46875 598x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30.46875 149.5x21.46875]
|
||||
PaintableBox (Box<TR>) [9,30 598x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30 149.5x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [158.5,30.46875 149.5x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [158.5,30 149.5x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [308,30.46875 149.5x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [308,30 149.5x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [457.5,30.46875 149.5x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [457.5,30 149.5x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
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 784x35.40625 children: not-inline
|
||||
BlockContainer <div.wrapper> at (8,8) content-size 784x35.40625 children: not-inline
|
||||
TableWrapper <(anonymous)> at (108,8) content-size 584x35.40625 [BFC] children: not-inline
|
||||
Box <div.box> at (108,8) content-size 584x35.40625 table-box [TFC] children: not-inline
|
||||
Box <(anonymous)> at (108,8) content-size 584x35.40625 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (108,8) content-size 584x35.40625 table-cell [BFC] children: inline
|
||||
line 0 width: 569.859375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 58, rect: [108,8 569.859375x17.46875]
|
||||
BlockContainer <body> at (8,8) content-size 784x34 children: not-inline
|
||||
BlockContainer <div.wrapper> at (8,8) content-size 784x34 children: not-inline
|
||||
TableWrapper <(anonymous)> at (108,8) content-size 584x34 [BFC] children: not-inline
|
||||
Box <div.box> at (108,8) content-size 584x34 table-box [TFC] children: not-inline
|
||||
Box <(anonymous)> at (108,8) content-size 584x34 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (108,8) content-size 584x34 table-cell [BFC] children: inline
|
||||
line 0 width: 569.859375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 58, rect: [108,8 569.859375x17]
|
||||
"DaTa DisplaYiNg CSS WeBpaGE ScReEn OF aR AddITioN COmmOnLY"
|
||||
line 1 width: 399.9375, height: 17.9375, bottom: 35.40625, baseline: 13.53125
|
||||
frag 0 from TextNode start: 59, length: 40, rect: [108,25 399.9375x17.46875]
|
||||
line 1 width: 399.9375, height: 17, bottom: 34, baseline: 13.296875
|
||||
frag 0 from TextNode start: 59, length: 40, rect: [108,25 399.9375x17]
|
||||
"To AdJuSt PRiCiNG sTYLiNG ceLL oF TAbLeS"
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x35.40625]
|
||||
PaintableWithLines (BlockContainer<DIV>.wrapper) [8,8 784x35.40625]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [108,8 584x35.40625]
|
||||
PaintableBox (Box<DIV>.box) [108,8 584x35.40625]
|
||||
PaintableBox (Box(anonymous)) [108,8 584x35.40625]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [108,8 584x35.40625]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x34]
|
||||
PaintableWithLines (BlockContainer<DIV>.wrapper) [8,8 784x34]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [108,8 584x34]
|
||||
PaintableBox (Box<DIV>.box) [108,8 584x34]
|
||||
PaintableBox (Box(anonymous)) [108,8 584x34]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [108,8 584x34]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (1,1) content-size 798x39.46875 [BFC] children: not-inline
|
||||
Box <body> at (10,10) content-size 780x21.46875 flex-container(row) [FFC] children: not-inline
|
||||
BlockContainer <div.upper> at (11,11) content-size 41.78125x19.46875 flex-item [BFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (11,11) content-size 41.78125x19.46875 [BFC] children: not-inline
|
||||
Box <(anonymous)> at (11,11) content-size 41.78125x19.46875 table-box [TFC] children: not-inline
|
||||
Box <(anonymous)> at (11,11) content-size 41.78125x19.46875 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (12,12) content-size 39.78125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 39.78125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [12,12 39.78125x17.46875]
|
||||
BlockContainer <html> at (1,1) content-size 798x39 [BFC] children: not-inline
|
||||
Box <body> at (10,10) content-size 780x21 flex-container(row) [FFC] children: not-inline
|
||||
BlockContainer <div.upper> at (11,11) content-size 41.78125x19 flex-item [BFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (11,11) content-size 41.78125x19 [BFC] children: not-inline
|
||||
Box <(anonymous)> at (11,11) content-size 41.78125x19 table-box [TFC] children: not-inline
|
||||
Box <(anonymous)> at (11,11) content-size 41.78125x19 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (12,12) content-size 39.78125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 39.78125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [12,12 39.78125x17]
|
||||
"Hello"
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x41.46875]
|
||||
PaintableBox (Box<BODY>) [9,9 782x23.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>.upper) [10,10 43.78125x21.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [11,11 41.78125x19.46875]
|
||||
PaintableBox (Box(anonymous)) [11,11 41.78125x19.46875]
|
||||
PaintableBox (Box(anonymous)) [11,11 41.78125x19.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [11,11 41.78125x19.46875]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x41]
|
||||
PaintableBox (Box<BODY>) [9,9 782x23]
|
||||
PaintableWithLines (BlockContainer<DIV>.upper) [10,10 43.78125x21]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [11,11 41.78125x19]
|
||||
PaintableBox (Box(anonymous)) [11,11 41.78125x19]
|
||||
PaintableBox (Box(anonymous)) [11,11 41.78125x19]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [11,11 41.78125x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,49 +1,49 @@
|
|||
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 784x46.9375 children: inline
|
||||
line 0 width: 137.984375, height: 46.9375, bottom: 46.9375, baseline: 39
|
||||
frag 0 from BlockContainer start: 0, length: 0, rect: [9,9 135.984375x44.9375]
|
||||
BlockContainer <table> at (9,9) content-size 135.984375x44.9375 inline-block [BFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (9,9) content-size 135.984375x44.9375 inline-block [BFC] children: not-inline
|
||||
Box <(anonymous)> at (9,9) content-size 135.984375x44.9375 inline-table table-box [TFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 129.984375x38.9375 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 129.984375x19.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (12,12) content-size 87.90625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 15.734375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [12,12 15.734375x17.46875]
|
||||
BlockContainer <body> at (8,8) content-size 784x46 children: inline
|
||||
line 0 width: 137.984375, height: 46, bottom: 46, baseline: 38.296875
|
||||
frag 0 from BlockContainer start: 0, length: 0, rect: [9,9 135.984375x44]
|
||||
BlockContainer <table> at (9,9) content-size 135.984375x44 inline-block [BFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (9,9) content-size 135.984375x44 inline-block [BFC] children: not-inline
|
||||
Box <(anonymous)> at (9,9) content-size 135.984375x44 inline-table table-box [TFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 129.984375x38 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 129.984375x19 table-row children: not-inline
|
||||
BlockContainer <td> at (12,12) content-size 87.90625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 15.734375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [12,12 15.734375x17]
|
||||
"ID"
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (103.90625,12) content-size 38.078125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 27.84375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [103.90625,12 27.84375x17.46875]
|
||||
BlockContainer <td> at (103.90625,12) content-size 38.078125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 27.84375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [103.90625,12 27.84375x17]
|
||||
"null"
|
||||
TextNode <#text>
|
||||
Box <tr> at (11,32.46875) content-size 129.984375x19.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (12,33.46875) content-size 87.90625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 87.90625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 11, rect: [12,33.46875 87.90625x17.46875]
|
||||
Box <tr> at (11,32) content-size 129.984375x19 table-row children: not-inline
|
||||
BlockContainer <td> at (12,33) content-size 87.90625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 87.90625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 11, rect: [12,33 87.90625x17]
|
||||
"Is Selected"
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (103.90625,33.46875) content-size 38.078125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 38.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [103.90625,33.46875 38.078125x17.46875]
|
||||
BlockContainer <td> at (103.90625,33) content-size 38.078125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 38.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [103.90625,33 38.078125x17]
|
||||
"false"
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x46.9375]
|
||||
PaintableWithLines (BlockContainer<TABLE>) [8,8 137.984375x46.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [9,9 135.984375x44.9375]
|
||||
PaintableBox (Box(anonymous)) [9,9 135.984375x44.9375]
|
||||
PaintableBox (Box<TBODY>) [9,9 129.984375x38.9375] overflow: [9,9 133.984375x42.9375]
|
||||
PaintableBox (Box<TR>) [11,11 129.984375x19.46875] overflow: [11,11 131.984375x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 89.90625x19.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x46]
|
||||
PaintableWithLines (BlockContainer<TABLE>) [8,8 137.984375x46]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [9,9 135.984375x44]
|
||||
PaintableBox (Box(anonymous)) [9,9 135.984375x44]
|
||||
PaintableBox (Box<TBODY>) [9,9 129.984375x38] overflow: [9,9 133.984375x42]
|
||||
PaintableBox (Box<TR>) [11,11 129.984375x19] overflow: [11,11 131.984375x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 89.90625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [102.90625,11 40.078125x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [102.90625,11 40.078125x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [11,32.46875 129.984375x19.46875] overflow: [11,32.46875 131.984375x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,32.46875 89.90625x19.46875]
|
||||
PaintableBox (Box<TR>) [11,32 129.984375x19] overflow: [11,32 131.984375x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,32 89.90625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [102.90625,32.46875 40.078125x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [102.90625,32 40.078125x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -6,10 +6,10 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
Box <table> at (301,9) content-size 198x202 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (301,9) content-size 194x198 table-row-group children: not-inline
|
||||
Box <tr> at (303,11) content-size 194x198 table-row children: not-inline
|
||||
BlockContainer <td> at (304,85.265625) content-size 192x49.46875 table-cell [BFC] children: not-inline
|
||||
BlockContainer <p> at (304,101.265625) content-size 192x17.46875 children: inline
|
||||
line 0 width: 26.25, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [304,101.265625 26.25x17.46875]
|
||||
BlockContainer <td> at (304,85.5) content-size 192x49 table-cell [BFC] children: not-inline
|
||||
BlockContainer <p> at (304,101.5) content-size 192x17 children: inline
|
||||
line 0 width: 26.25, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [304,101.5 26.25x17]
|
||||
"left"
|
||||
TextNode <#text>
|
||||
|
||||
|
@ -22,5 +22,5 @@ ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|||
PaintableBox (Box<TBODY>) [301,9 194x198] overflow: [301,9 196x200]
|
||||
PaintableBox (Box<TR>) [303,11 194x198]
|
||||
PaintableWithLines (BlockContainer<TD>) [303,11 194x198]
|
||||
PaintableWithLines (BlockContainer<P>) [304,101.265625 192x17.46875]
|
||||
PaintableWithLines (BlockContainer<P>) [304,101.5 192x17]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
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 784x23.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 37.609375x23.46875 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 37.609375x23.46875 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (8,8) content-size 33.609375x19.46875 table-row-group children: not-inline
|
||||
Box <tr> at (10,10) content-size 33.609375x19.46875 table-row children: not-inline
|
||||
BlockContainer <td.ab> at (11,11) content-size 31.609375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 31.609375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [11,11 31.609375x17.46875]
|
||||
BlockContainer <body> at (8,8) content-size 784x23 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 37.609375x23 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 37.609375x23 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (8,8) content-size 33.609375x19 table-row-group children: not-inline
|
||||
Box <tr> at (10,10) content-size 33.609375x19 table-row children: not-inline
|
||||
BlockContainer <td.ab> at (11,11) content-size 31.609375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 31.609375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [11,11 31.609375x17]
|
||||
"A B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,31.46875) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,31) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x23.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 37.609375x23.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 37.609375x23.46875]
|
||||
PaintableBox (Box<TBODY>) [8,8 33.609375x19.46875] overflow: [8,8 35.609375x21.46875]
|
||||
PaintableBox (Box<TR>) [10,10 33.609375x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>.ab) [10,10 33.609375x19.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x23]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 37.609375x23]
|
||||
PaintableBox (Box<TABLE>) [8,8 37.609375x23]
|
||||
PaintableBox (Box<TBODY>) [8,8 33.609375x19] overflow: [8,8 35.609375x21]
|
||||
PaintableBox (Box<TR>) [10,10 33.609375x19]
|
||||
PaintableWithLines (BlockContainer<TD>.ab) [10,10 33.609375x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,31.46875 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,31 784x0]
|
||||
|
|
|
@ -1,38 +1,38 @@
|
|||
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 784x39.40625 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 61x39.40625 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 61x39.40625 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x38 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 61x38 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 61x38 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 61x39.40625 table-row-group children: not-inline
|
||||
Box <tbody> at (8,8) content-size 61x38 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,8) content-size 61x39.40625 table-row children: not-inline
|
||||
Box <tr> at (8,8) content-size 61x38 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (10,18.96875) content-size 14.296875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [10,18.96875 14.265625x17.46875]
|
||||
BlockContainer <td> at (10,18.5) content-size 14.296875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [10,18.5 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (28.296875,10) content-size 20.40625x35.40625 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 1, rect: [28.296875,10 9.34375x17.46875]
|
||||
BlockContainer <td> at (28.296875,10) content-size 20.40625x34 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 1, length: 1, rect: [28.296875,10 9.34375x17]
|
||||
"B"
|
||||
line 1 width: 10.3125, height: 17.9375, bottom: 35.40625, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [28.296875,27 10.3125x17.46875]
|
||||
line 1 width: 10.3125, height: 17, bottom: 34, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [28.296875,27 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BreakNode <br>
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (52.703125,18.96875) content-size 14.296875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 1, rect: [52.703125,18.96875 11.140625x17.46875]
|
||||
BlockContainer <td> at (52.703125,18.5) content-size 14.296875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 1, length: 1, rect: [52.703125,18.5 11.140625x17]
|
||||
"D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -44,15 +44,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x39.40625]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 61x39.40625]
|
||||
PaintableBox (Box<TABLE>) [8,8 61x39.40625]
|
||||
PaintableBox (Box<TBODY>) [8,8 61x39.40625]
|
||||
PaintableBox (Box<TR>) [8,8 61x39.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 18.296875x39.40625]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x38]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 61x38]
|
||||
PaintableBox (Box<TABLE>) [8,8 61x38]
|
||||
PaintableBox (Box<TBODY>) [8,8 61x38]
|
||||
PaintableBox (Box<TR>) [8,8 61x38]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 18.296875x38]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [26.296875,8 24.40625x39.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [26.296875,8 24.40625x38]
|
||||
TextPaintable (TextNode<#text>)
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [50.703125,8 18.296875x39.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [50.703125,8 18.296875x38]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,38 +1,38 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x127.8125 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x125 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x111.8125 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 63.046875x111.8125 [BFC] children: not-inline
|
||||
Box <table#full-table> at (10,43.40625) content-size 59.046875x72.40625 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x109 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 63.046875x109 [BFC] children: not-inline
|
||||
Box <table#full-table> at (10,42) content-size 59.046875x71 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <caption> at (8,8) content-size 59.046875x35.40625 [BFC] children: inline
|
||||
line 0 width: 54.03125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 6, rect: [11,8 54.03125x17.46875]
|
||||
BlockContainer <caption> at (8,8) content-size 59.046875x34 [BFC] children: inline
|
||||
line 0 width: 54.03125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 1, length: 6, rect: [11,8 54.03125x17]
|
||||
"A long"
|
||||
line 1 width: 59.046875, height: 17.9375, bottom: 35.40625, baseline: 13.53125
|
||||
frag 0 from TextNode start: 8, length: 7, rect: [8,25 59.046875x17.46875]
|
||||
line 1 width: 59.046875, height: 17, bottom: 34, baseline: 13.296875
|
||||
frag 0 from TextNode start: 8, length: 7, rect: [8,25 59.046875x17]
|
||||
"caption"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <thead> at (10,10) content-size 53.046875x21.46875 table-header-group children: not-inline
|
||||
Box <thead> at (10,10) content-size 53.046875x21 table-header-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (12,45.40625) content-size 53.046875x21.46875 table-row children: not-inline
|
||||
Box <tr> at (12,44) content-size 53.046875x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (14,47.40625) content-size 21.25x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 20.609375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [14,47.40625 20.609375x17.46875]
|
||||
BlockContainer <td> at (14,46) content-size 21.25x17 table-cell [BFC] children: inline
|
||||
line 0 width: 20.609375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [14,46 20.609375x17]
|
||||
"A1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (41.25,47.40625) content-size 23.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 23.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [41.25,47.40625 23.078125x17.46875]
|
||||
BlockContainer <td> at (41.25,46) content-size 23.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 23.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [41.25,46 23.078125x17]
|
||||
"A2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -41,22 +41,22 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (10,31.46875) content-size 53.046875x21.46875 table-row-group children: not-inline
|
||||
Box <tbody> at (10,31) content-size 53.046875x21 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (12,68.875) content-size 53.046875x21.46875 table-row children: not-inline
|
||||
Box <tr> at (12,67) content-size 53.046875x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (14,70.875) content-size 21.25x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 15.6875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [14,70.875 15.6875x17.46875]
|
||||
BlockContainer <td> at (14,69) content-size 21.25x17 table-cell [BFC] children: inline
|
||||
line 0 width: 15.6875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [14,69 15.6875x17]
|
||||
"B1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (41.25,70.875) content-size 23.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 18.15625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [41.25,70.875 18.15625x17.46875]
|
||||
BlockContainer <td> at (41.25,69) content-size 23.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 18.15625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [41.25,69 18.15625x17]
|
||||
"B2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -65,22 +65,22 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tfoot> at (10,52.9375) content-size 53.046875x21.46875 table-footer-group children: not-inline
|
||||
Box <tfoot> at (10,52) content-size 53.046875x21 table-footer-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (12,92.34375) content-size 53.046875x21.46875 table-row children: not-inline
|
||||
Box <tr> at (12,90) content-size 53.046875x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (14,94.34375) content-size 21.25x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 18.890625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [14,94.34375 18.890625x17.46875]
|
||||
BlockContainer <td> at (14,92) content-size 21.25x17 table-cell [BFC] children: inline
|
||||
line 0 width: 18.890625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [14,92 18.890625x17]
|
||||
"F1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (41.25,94.34375) content-size 23.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 21.359375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [41.25,94.34375 21.359375x17.46875]
|
||||
BlockContainer <td> at (41.25,92) content-size 23.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 21.359375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [41.25,92 21.359375x17]
|
||||
"F2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -89,33 +89,33 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,119.8125) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,117) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x127.8125]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x125]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x111.8125]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 63.046875x111.8125]
|
||||
PaintableBox (Box<TABLE>#full-table) [8,41.40625 63.046875x76.40625] overflow: [8,8 61.046875x107.8125]
|
||||
PaintableWithLines (BlockContainer<CAPTION>) [8,8 59.046875x35.40625]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x109]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 63.046875x109]
|
||||
PaintableBox (Box<TABLE>#full-table) [8,40 63.046875x75] overflow: [8,8 61.046875x105]
|
||||
PaintableWithLines (BlockContainer<CAPTION>) [8,8 59.046875x34]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<THEAD>) [10,10 53.046875x21.46875] overflow: [10,10 57.046875x56.875]
|
||||
PaintableBox (Box<TR>) [12,45.40625 53.046875x21.46875] overflow: [12,45.40625 55.046875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [12,45.40625 25.25x21.46875]
|
||||
PaintableBox (Box<THEAD>) [10,10 53.046875x21] overflow: [10,10 57.046875x55]
|
||||
PaintableBox (Box<TR>) [12,44 53.046875x21] overflow: [12,44 55.046875x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [12,44 25.25x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [39.25,45.40625 27.796875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [39.25,44 27.796875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TBODY>) [10,31.46875 53.046875x21.46875] overflow: [10,31.46875 57.046875x58.875]
|
||||
PaintableBox (Box<TR>) [12,68.875 53.046875x21.46875] overflow: [12,68.875 55.046875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [12,68.875 25.25x21.46875]
|
||||
PaintableBox (Box<TBODY>) [10,31 53.046875x21] overflow: [10,31 57.046875x57]
|
||||
PaintableBox (Box<TR>) [12,67 53.046875x21] overflow: [12,67 55.046875x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [12,67 25.25x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [39.25,68.875 27.796875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [39.25,67 27.796875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TFOOT>) [10,52.9375 53.046875x21.46875] overflow: [10,52.9375 57.046875x60.875]
|
||||
PaintableBox (Box<TR>) [12,92.34375 53.046875x21.46875] overflow: [12,92.34375 55.046875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [12,92.34375 25.25x21.46875]
|
||||
PaintableBox (Box<TFOOT>) [10,52 53.046875x21] overflow: [10,52 57.046875x59]
|
||||
PaintableBox (Box<TR>) [12,90 53.046875x21] overflow: [12,90 55.046875x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [12,90 25.25x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [39.25,92.34375 27.796875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [39.25,90 27.796875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,119.8125 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,117 784x0]
|
||||
|
|
|
@ -1,57 +1,57 @@
|
|||
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 784x120.40625 children: not-inline
|
||||
Box <div> at (8,8) content-size 784x120.40625 [GFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 100x120.40625 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 98x118.40625 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 98x118.40625 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 98x39.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (20,20) content-size 30.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,20 14.265625x17.46875]
|
||||
BlockContainer <body> at (8,8) content-size 784x119 children: not-inline
|
||||
Box <div> at (8,8) content-size 784x119 [GFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 100x119 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 98x117 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 98x117 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 98x39 table-row children: not-inline
|
||||
BlockContainer <td> at (20,20) content-size 30.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,20 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (72.5625,20) content-size 23.4375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [72.5625,20 9.34375x17.46875]
|
||||
BlockContainer <td> at (72.5625,20) content-size 23.4375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [72.5625,20 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,48.46875) content-size 98x39.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (20,59.46875) content-size 30.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,59.46875 14.265625x17.46875]
|
||||
Box <tr> at (9,48) content-size 98x39 table-row children: not-inline
|
||||
BlockContainer <td> at (20,59) content-size 30.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,59 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (62.5625,68.703125) content-size 21.71875x0 table-cell [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (84.28125,68.203125) content-size 21.71875x0 table-cell [BFC] children: not-inline
|
||||
Box <tr> at (9,87.9375) content-size 98x39.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (20,98.9375) content-size 30.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,98.9375 14.265625x17.46875]
|
||||
BlockContainer <(anonymous)> at (62.5625,68) content-size 21.71875x0 table-cell [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (84.28125,67.5) content-size 21.71875x0 table-cell [BFC] children: not-inline
|
||||
Box <tr> at (9,87) content-size 98x39 table-row children: not-inline
|
||||
BlockContainer <td> at (20,98) content-size 30.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,98 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (62.5625,107.171875) content-size 21.71875x0 table-cell [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (84.28125,107.171875) content-size 21.71875x0 table-cell [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (62.5625,106) content-size 21.71875x0 table-cell [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (84.28125,106) content-size 21.71875x0 table-cell [BFC] children: not-inline
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x120.40625]
|
||||
PaintableBox (Box<DIV>) [8,8 784x120.40625]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 100x120.40625]
|
||||
PaintableBox (Box<TABLE>) [8,8 100x120.40625]
|
||||
PaintableBox (Box<TBODY>) [9,9 98x118.40625]
|
||||
PaintableBox (Box<TR>) [9,9 98x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 52.5625x39.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x119]
|
||||
PaintableBox (Box<DIV>) [8,8 784x119]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 100x119]
|
||||
PaintableBox (Box<TABLE>) [8,8 100x119]
|
||||
PaintableBox (Box<TBODY>) [9,9 98x117]
|
||||
PaintableBox (Box<TR>) [9,9 98x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 52.5625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [61.5625,9 45.4375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [61.5625,9 45.4375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,48.46875 98x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,48.46875 52.5625x39.46875]
|
||||
PaintableBox (Box<TR>) [9,48 98x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,48 52.5625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [61.5625,48.46875 22.71875x39.46875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [84.28125,48.46875 22.71875x39.46875]
|
||||
PaintableBox (Box<TR>) [9,87.9375 98x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,87.9375 52.5625x39.46875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [61.5625,48 22.71875x39]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [84.28125,48 22.71875x39]
|
||||
PaintableBox (Box<TR>) [9,87 98x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,87 52.5625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [61.5625,87.9375 22.71875x39.46875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [84.28125,87.9375 22.71875x39.46875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [61.5625,87 22.71875x39]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [84.28125,87 22.71875x39]
|
||||
|
|
|
@ -1,53 +1,53 @@
|
|||
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 784x120.40625 children: not-inline
|
||||
Box <div> at (8,8) content-size 784x120.40625 [GFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 100x120.40625 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 98x118.40625 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 98x118.40625 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 98x39.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (20,20) content-size 30.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,20 14.265625x17.46875]
|
||||
BlockContainer <body> at (8,8) content-size 784x119 children: not-inline
|
||||
Box <div> at (8,8) content-size 784x119 [GFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 100x119 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 98x117 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 98x117 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 98x39 table-row children: not-inline
|
||||
BlockContainer <td> at (20,20) content-size 30.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,20 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (72.5625,20) content-size 23.4375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [72.5625,20 9.34375x17.46875]
|
||||
BlockContainer <td> at (72.5625,20) content-size 23.4375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [72.5625,20 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,48.46875) content-size 98x39.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (20,59.46875) content-size 30.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,59.46875 14.265625x17.46875]
|
||||
Box <tr> at (9,48) content-size 98x39 table-row children: not-inline
|
||||
BlockContainer <td> at (20,59) content-size 30.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,59 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (62.5625,68.703125) content-size 43.4375x0 table-cell [BFC] children: not-inline
|
||||
Box <tr> at (9,87.9375) content-size 98x39.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (20,98.9375) content-size 30.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,98.9375 14.265625x17.46875]
|
||||
BlockContainer <(anonymous)> at (62.5625,68) content-size 43.4375x0 table-cell [BFC] children: not-inline
|
||||
Box <tr> at (9,87) content-size 98x39 table-row children: not-inline
|
||||
BlockContainer <td> at (20,98) content-size 30.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,98 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (62.5625,107.171875) content-size 43.4375x0 table-cell [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (62.5625,106) content-size 43.4375x0 table-cell [BFC] children: not-inline
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x120.40625]
|
||||
PaintableBox (Box<DIV>) [8,8 784x120.40625]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 100x120.40625]
|
||||
PaintableBox (Box<TABLE>) [8,8 100x120.40625]
|
||||
PaintableBox (Box<TBODY>) [9,9 98x118.40625]
|
||||
PaintableBox (Box<TR>) [9,9 98x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 52.5625x39.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x119]
|
||||
PaintableBox (Box<DIV>) [8,8 784x119]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 100x119]
|
||||
PaintableBox (Box<TABLE>) [8,8 100x119]
|
||||
PaintableBox (Box<TBODY>) [9,9 98x117]
|
||||
PaintableBox (Box<TR>) [9,9 98x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 52.5625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [61.5625,9 45.4375x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [61.5625,9 45.4375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,48.46875 98x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,48.46875 52.5625x39.46875]
|
||||
PaintableBox (Box<TR>) [9,48 98x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,48 52.5625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [61.5625,48.46875 45.4375x39.46875]
|
||||
PaintableBox (Box<TR>) [9,87.9375 98x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,87.9375 52.5625x39.46875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [61.5625,48 45.4375x39]
|
||||
PaintableBox (Box<TR>) [9,87 98x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,87 52.5625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [61.5625,87.9375 45.4375x39.46875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [61.5625,87 45.4375x39]
|
||||
|
|
|
@ -1,43 +1,43 @@
|
|||
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 784x68.875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 81.4375x68.875 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 79.4375x66.875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x67 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 81.4375x67 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 79.4375x65 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 75.4375x60.875 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 75.4375x21.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (13,13) content-size 71.4375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 7.9375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [13,13 7.9375x17.46875]
|
||||
Box <tbody> at (9,9) content-size 75.4375x59 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 75.4375x21 table-row children: not-inline
|
||||
BlockContainer <td> at (13,13) content-size 71.4375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 7.9375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [13,13 7.9375x17]
|
||||
"*"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (11,34.46875) content-size 75.4375x39.40625 table-row children: not-inline
|
||||
BlockContainer <td> at (13,36.46875) content-size 71.4375x35.40625 table-cell [BFC] children: inline
|
||||
line 0 width: 71.4375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 9, rect: [13,36.46875 71.4375x17.46875]
|
||||
Box <tr> at (11,34) content-size 75.4375x38 table-row children: not-inline
|
||||
BlockContainer <td> at (13,36) content-size 71.4375x34 table-cell [BFC] children: inline
|
||||
line 0 width: 71.4375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 9, rect: [13,36 71.4375x17]
|
||||
"*********"
|
||||
line 1 width: 63.5625, height: 17.9375, bottom: 35.40625, baseline: 13.53125
|
||||
frag 0 from TextNode start: 10, length: 8, rect: [13,53.46875 63.5625x17.46875]
|
||||
line 1 width: 63.5625, height: 17, bottom: 34, baseline: 13.296875
|
||||
frag 0 from TextNode start: 10, length: 8, rect: [13,53 63.5625x17]
|
||||
"***** **"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,76.875) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,75) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x68.875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 81.4375x68.875]
|
||||
PaintableBox (Box<TABLE>) [8,8 81.4375x68.875]
|
||||
PaintableBox (Box<TBODY>) [9,9 75.4375x60.875] overflow: [9,9 77.4375x64.875]
|
||||
PaintableBox (Box<TR>) [11,11 75.4375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 75.4375x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x67]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 81.4375x67]
|
||||
PaintableBox (Box<TABLE>) [8,8 81.4375x67]
|
||||
PaintableBox (Box<TBODY>) [9,9 75.4375x59] overflow: [9,9 77.4375x63]
|
||||
PaintableBox (Box<TR>) [11,11 75.4375x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 75.4375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [11,34.46875 75.4375x39.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,34.46875 75.4375x39.40625]
|
||||
PaintableBox (Box<TR>) [11,34 75.4375x38]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,34 75.4375x38]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,76.875 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,75 784x0]
|
||||
|
|
|
@ -10,9 +10,9 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
Box <table> at (159.890625,13) content-size 43.109375x202 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (159.890625,13) content-size 39.109375x198 table-row-group children: not-inline
|
||||
Box <tr> at (161.890625,15) content-size 39.109375x198 table-row children: not-inline
|
||||
BlockContainer <td> at (162.890625,105.265625) content-size 37.109375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 37.109375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [162.890625,105.265625 37.109375x17.46875]
|
||||
BlockContainer <td> at (162.890625,105.5) content-size 37.109375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 37.109375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [162.890625,105.5 37.109375x17]
|
||||
"right"
|
||||
TextNode <#text>
|
||||
|
||||
|
|
|
@ -1,55 +1,55 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x140.9375 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x140 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x124.9375 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x124 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 115.828125x124.9375 [BFC] children: not-inline
|
||||
Box <table> at (13,13) content-size 105.828125x114.9375 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 115.828125x124 [BFC] children: not-inline
|
||||
Box <table> at (13,13) content-size 105.828125x114 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (13,13) content-size 99.828125x108.9375 table-row-group children: not-inline
|
||||
Box <tbody> at (13,13) content-size 99.828125x108 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (15,15) content-size 99.828125x54.46875 table-row children: not-inline
|
||||
Box <tr> at (15,15) content-size 99.828125x54 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (25,33.5) content-size 11.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.5625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [25,33.5 11.5625x17.46875]
|
||||
BlockContainer <td> at (25,33.5) content-size 11.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.5625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [25,33.5 11.5625x17]
|
||||
"X"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (58.5625,25) content-size 48.265625x90.9375 table-cell [BFC] children: not-inline
|
||||
BlockContainer <td> at (58.5625,25) content-size 48.265625x90 table-cell [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (58.5625,25) content-size 48.265625x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (58.5625,25) content-size 48.265625x90.9375 [BFC] children: not-inline
|
||||
Box <table> at (63.5625,30) content-size 38.265625x80.9375 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (58.5625,25) content-size 48.265625x90 [BFC] children: not-inline
|
||||
Box <table> at (63.5625,30) content-size 38.265625x80 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (63.5625,30) content-size 34.265625x74.9375 table-row-group children: not-inline
|
||||
Box <tbody> at (63.5625,30) content-size 34.265625x74 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (65.5625,32) content-size 34.265625x37.46875 table-row children: not-inline
|
||||
Box <tr> at (65.5625,32) content-size 34.265625x37 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (75.5625,42) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [75.5625,42 14.265625x17.46875]
|
||||
BlockContainer <td> at (75.5625,42) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [75.5625,42 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (65.5625,71.46875) content-size 34.265625x37.46875 table-row children: not-inline
|
||||
Box <tr> at (65.5625,71) content-size 34.265625x37 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (75.5625,81.46875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [75.5625,81.46875 9.34375x17.46875]
|
||||
BlockContainer <td> at (75.5625,81) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [75.5625,81 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (58.5625,25) content-size 0x0 children: inline
|
||||
|
@ -58,18 +58,18 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (58.5625,25) content-size 0x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (58.5625,115.9375) content-size 48.265625x0 children: inline
|
||||
BlockContainer <(anonymous)> at (58.5625,115) content-size 48.265625x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (15,71.46875) content-size 99.828125x54.46875 table-row children: not-inline
|
||||
Box <tr> at (15,71) content-size 99.828125x54 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (25,89.96875) content-size 11.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.09375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [25,89.96875 11.09375x17.46875]
|
||||
BlockContainer <td> at (25,89.5) content-size 11.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.09375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [25,89.5 11.09375x17]
|
||||
"Y"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -78,36 +78,36 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,132.9375) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,132) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x140.9375]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x140]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x124.9375]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x124]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 115.828125x124.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 115.828125x124.9375]
|
||||
PaintableBox (Box<TBODY>) [13,13 99.828125x108.9375] overflow: [13,13 103.828125x112.9375]
|
||||
PaintableBox (Box<TR>) [15,15 99.828125x54.46875] overflow: [15,15 101.828125x110.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [15,15 31.5625x54.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 115.828125x124]
|
||||
PaintableBox (Box<TABLE>) [8,8 115.828125x124]
|
||||
PaintableBox (Box<TBODY>) [13,13 99.828125x108] overflow: [13,13 103.828125x112]
|
||||
PaintableBox (Box<TR>) [15,15 99.828125x54] overflow: [15,15 101.828125x110]
|
||||
PaintableWithLines (BlockContainer<TD>) [15,15 31.5625x54]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [48.5625,15 68.265625x110.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [48.5625,15 68.265625x110]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [58.5625,25 48.265625x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [58.5625,25 48.265625x90.9375]
|
||||
PaintableBox (Box<TABLE>) [58.5625,25 48.265625x90.9375] overflow: [58.5625,25 43.265625x85.9375]
|
||||
PaintableBox (Box<TBODY>) [63.5625,30 34.265625x74.9375] overflow: [58.5625,25 41.265625x83.9375]
|
||||
PaintableBox (Box<TR>) [65.5625,32 34.265625x37.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [65.5625,32 34.265625x37.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [58.5625,25 48.265625x90]
|
||||
PaintableBox (Box<TABLE>) [58.5625,25 48.265625x90] overflow: [58.5625,25 43.265625x85]
|
||||
PaintableBox (Box<TBODY>) [63.5625,30 34.265625x74] overflow: [58.5625,25 41.265625x83]
|
||||
PaintableBox (Box<TR>) [65.5625,32 34.265625x37]
|
||||
PaintableWithLines (BlockContainer<TD>) [65.5625,32 34.265625x37]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [65.5625,71.46875 34.265625x37.46875] overflow: [58.5625,25 41.265625x83.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [65.5625,71.46875 34.265625x37.46875]
|
||||
PaintableBox (Box<TR>) [65.5625,71 34.265625x37] overflow: [58.5625,25 41.265625x83]
|
||||
PaintableWithLines (BlockContainer<TD>) [65.5625,71 34.265625x37]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [58.5625,25 0x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [58.5625,25 0x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [58.5625,25 0x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [58.5625,115.9375 48.265625x0]
|
||||
PaintableBox (Box<TR>) [15,71.46875 99.828125x54.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [15,71.46875 31.5625x54.46875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [58.5625,115 48.265625x0]
|
||||
PaintableBox (Box<TR>) [15,71 99.828125x54]
|
||||
PaintableWithLines (BlockContainer<TD>) [15,71 31.5625x54]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,132.9375 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,132 784x0]
|
||||
|
|
|
@ -1,33 +1,33 @@
|
|||
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 784x23.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 94x23.46875 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 92x21.46875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x23 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 94x23 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 92x21 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 92x21.46875 table-row-group children: not-inline
|
||||
Box <tbody> at (9,9) content-size 92x21 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,9) content-size 92x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,9) content-size 92x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,11) content-size 14.40625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [11,11 14.265625x17.46875]
|
||||
BlockContainer <td> at (11,11) content-size 14.40625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [11,11 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (29.40625,11) content-size 51.1875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [50.40625,11 9.34375x17.46875]
|
||||
BlockContainer <td> at (29.40625,11) content-size 51.1875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [50.40625,11 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (84.59375,11) content-size 14.40625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [86.59375,11 10.3125x17.46875]
|
||||
BlockContainer <td> at (84.59375,11) content-size 14.40625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [86.59375,11 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -39,14 +39,14 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x23.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 94x23.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 94x23.46875]
|
||||
PaintableBox (Box<TBODY>) [9,9 92x21.46875]
|
||||
PaintableBox (Box<TR>) [9,9 92x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 18.40625x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x23]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 94x23]
|
||||
PaintableBox (Box<TABLE>) [8,8 94x23]
|
||||
PaintableBox (Box<TBODY>) [9,9 92x21]
|
||||
PaintableBox (Box<TR>) [9,9 92x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 18.40625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [27.40625,9 55.1875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [27.40625,9 55.1875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [82.59375,9 18.40625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [82.59375,9 18.40625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,36 +1,36 @@
|
|||
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 784x31.46875 children: not-inline
|
||||
Box <div.grid_layout> at (8,8) content-size 784x31.46875 [GFC] children: not-inline
|
||||
BlockContainer <div> at (8,8) content-size 200x31.46875 [BFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 200x31.46875 [BFC] children: not-inline
|
||||
Box <table.outer> at (9,9) content-size 198x29.46875 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 194x25.46875 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 194x25.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (12,12) content-size 192x23.46875 table-cell [BFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (12,12) content-size 192x23.46875 [BFC] children: not-inline
|
||||
Box <table.inner> at (12,12) content-size 192x23.46875 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (12,12) content-size 188x19.46875 table-row-group children: not-inline
|
||||
Box <tr> at (14,14) content-size 188x19.46875 table-row children: not-inline
|
||||
BlockContainer <td> at (15,15) content-size 186x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 36.53125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [15,15 36.53125x17.46875]
|
||||
BlockContainer <body> at (8,8) content-size 784x31 children: not-inline
|
||||
Box <div.grid_layout> at (8,8) content-size 784x31 [GFC] children: not-inline
|
||||
BlockContainer <div> at (8,8) content-size 200x31 [BFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 200x31 [BFC] children: not-inline
|
||||
Box <table.outer> at (9,9) content-size 198x29 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 194x25 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 194x25 table-row children: not-inline
|
||||
BlockContainer <td> at (12,12) content-size 192x23 table-cell [BFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (12,12) content-size 192x23 [BFC] children: not-inline
|
||||
Box <table.inner> at (12,12) content-size 192x23 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (12,12) content-size 188x19 table-row-group children: not-inline
|
||||
Box <tr> at (14,14) content-size 188x19 table-row children: not-inline
|
||||
BlockContainer <td> at (15,15) content-size 186x17 table-cell [BFC] children: inline
|
||||
line 0 width: 36.53125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [15,15 36.53125x17]
|
||||
"A A"
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x31.46875]
|
||||
PaintableBox (Box<DIV>.grid_layout) [8,8 784x31.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>) [8,8 200x31.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 200x31.46875]
|
||||
PaintableBox (Box<TABLE>.outer) [8,8 200x31.46875]
|
||||
PaintableBox (Box<TBODY>) [9,9 194x25.46875] overflow: [9,9 196x27.46875]
|
||||
PaintableBox (Box<TR>) [11,11 194x25.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 194x25.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [12,12 192x23.46875]
|
||||
PaintableBox (Box<TABLE>.inner) [12,12 192x23.46875]
|
||||
PaintableBox (Box<TBODY>) [12,12 188x19.46875] overflow: [12,12 190x21.46875]
|
||||
PaintableBox (Box<TR>) [14,14 188x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [14,14 188x19.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x31]
|
||||
PaintableBox (Box<DIV>.grid_layout) [8,8 784x31]
|
||||
PaintableWithLines (BlockContainer<DIV>) [8,8 200x31]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 200x31]
|
||||
PaintableBox (Box<TABLE>.outer) [8,8 200x31]
|
||||
PaintableBox (Box<TBODY>) [9,9 194x25] overflow: [9,9 196x27]
|
||||
PaintableBox (Box<TR>) [11,11 194x25]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 194x25]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [12,12 192x23]
|
||||
PaintableBox (Box<TABLE>.inner) [12,12 192x23]
|
||||
PaintableBox (Box<TBODY>) [12,12 188x19] overflow: [12,12 190x21]
|
||||
PaintableBox (Box<TR>) [14,14 188x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [14,14 188x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
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 784x21.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 119x21.46875 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 119x21.46875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x21 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 119x21 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 119x21 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 119x21.46875 table-row-group children: not-inline
|
||||
Box <tr> at (8,8) content-size 119x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (8,8) content-size 119x21 table-row-group children: not-inline
|
||||
Box <tr> at (8,8) content-size 119x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (10,10) content-size 31.703125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 31.609375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [10,10 31.609375x17.46875]
|
||||
BlockContainer <td> at (10,10) content-size 31.703125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 31.609375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [10,10 31.609375x17]
|
||||
"A B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (45.703125,10) content-size 43.59375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [45.703125,10 10.3125x17.46875]
|
||||
BlockContainer <td> at (45.703125,10) content-size 43.59375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [45.703125,10 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (93.296875,10) content-size 31.703125x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [93.296875,10 11.140625x17.46875]
|
||||
BlockContainer <td> at (93.296875,10) content-size 31.703125x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.140625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [93.296875,10 11.140625x17]
|
||||
"D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -35,14 +35,14 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x21.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 119x21.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 119x21.46875]
|
||||
PaintableBox (Box<TBODY>) [8,8 119x21.46875]
|
||||
PaintableBox (Box<TR>) [8,8 119x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 35.703125x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x21]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 119x21]
|
||||
PaintableBox (Box<TABLE>) [8,8 119x21]
|
||||
PaintableBox (Box<TBODY>) [8,8 119x21]
|
||||
PaintableBox (Box<TR>) [8,8 119x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 35.703125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [43.703125,8 47.59375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [43.703125,8 47.59375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [91.296875,8 35.703125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [91.296875,8 35.703125x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
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 784x25.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 49.21875x25.46875 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 49.21875x25.46875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x25 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 49.21875x25 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 49.21875x25 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 43.21875x19.46875 table-row-group children: not-inline
|
||||
Box <tr> at (10,10) content-size 43.21875x9.734375 table-row children: not-inline
|
||||
Box <tbody> at (8,8) content-size 43.21875x19 table-row-group children: not-inline
|
||||
Box <tr> at (10,10) content-size 43.21875x9.5 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,14.859375) content-size 0x0 table-cell [BFC] children: not-inline
|
||||
BlockContainer <td> at (11,14.75) content-size 0x0 table-cell [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (16,12) content-size 37.21875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 37.21875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [16,12 37.21875x17.46875]
|
||||
BlockContainer <td> at (16,12) content-size 37.21875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 37.21875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [16,12 37.21875x17]
|
||||
"Test"
|
||||
TextNode <#text>
|
||||
InlineNode <a>
|
||||
|
@ -24,10 +24,10 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,21.734375) content-size 43.21875x9.734375 table-row children: not-inline
|
||||
Box <tr> at (10,21.5) content-size 43.21875x9.5 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,26.59375) content-size 0x0 table-cell [BFC] children: not-inline
|
||||
BlockContainer <td> at (11,26.25) content-size 0x0 table-cell [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -35,14 +35,14 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x25.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 49.21875x25.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 49.21875x25.46875]
|
||||
PaintableBox (Box<TBODY>) [8,8 43.21875x19.46875] overflow: [8,8 47.21875x23.46875]
|
||||
PaintableBox (Box<TR>) [10,10 43.21875x9.734375] overflow: [10,10 45.21875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,10 2x9.71875]
|
||||
PaintableWithLines (BlockContainer<TD>) [14,10 41.21875x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x25]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 49.21875x25]
|
||||
PaintableBox (Box<TABLE>) [8,8 49.21875x25]
|
||||
PaintableBox (Box<TBODY>) [8,8 43.21875x19] overflow: [8,8 47.21875x23]
|
||||
PaintableBox (Box<TR>) [10,10 43.21875x9.5] overflow: [10,10 45.21875x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,10 2x9.5]
|
||||
PaintableWithLines (BlockContainer<TD>) [14,10 41.21875x21]
|
||||
InlinePaintable (InlineNode<A>)
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [10,21.734375 43.21875x9.734375]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,21.734375 2x9.71875]
|
||||
PaintableBox (Box<TR>) [10,21.5 43.21875x9.5]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,21.5 2x9.5]
|
||||
|
|
|
@ -1,67 +1,67 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x132.40625 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x131 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x116.40625 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x115 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 75.828125x116.40625 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 73.828125x114.40625 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 75.828125x115 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 73.828125x113 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 67.828125x108.40625 table-row-group children: not-inline
|
||||
Box <tbody> at (9,9) content-size 67.828125x107 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (11,11) content-size 67.828125x54.203125 table-row children: not-inline
|
||||
Box <tr> at (11,11) content-size 67.828125x53.5 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (17,29.359375) content-size 11.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.5625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [17,29.359375 11.5625x17.46875]
|
||||
BlockContainer <td> at (17,29.25) content-size 11.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.5625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [17,29.25 11.5625x17]
|
||||
"X"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (42.5625,17) content-size 32.265625x98.40625 table-cell [BFC] children: not-inline
|
||||
BlockContainer <td> at (42.5625,17) content-size 32.265625x97 table-cell [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (42.5625,17) content-size 32.265625x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (42.5625,17) content-size 32.265625x98.40625 [BFC] children: not-inline
|
||||
Box <table> at (43.5625,18) content-size 30.265625x96.40625 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (42.5625,17) content-size 32.265625x97 [BFC] children: not-inline
|
||||
Box <table> at (43.5625,18) content-size 30.265625x95 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (43.5625,18) content-size 26.265625x88.40625 table-row-group children: not-inline
|
||||
Box <tbody> at (43.5625,18) content-size 26.265625x87 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (45.5625,20) content-size 26.265625x29.46875 table-row children: not-inline
|
||||
Box <tr> at (45.5625,20) content-size 26.265625x29 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (51.5625,26) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51.5625,26 14.265625x17.46875]
|
||||
BlockContainer <td> at (51.5625,26) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51.5625,26 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (45.5625,51.46875) content-size 26.265625x29.46875 table-row children: not-inline
|
||||
Box <tr> at (45.5625,51) content-size 26.265625x29 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (51.5625,57.46875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51.5625,57.46875 9.34375x17.46875]
|
||||
BlockContainer <td> at (51.5625,57) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51.5625,57 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (45.5625,82.9375) content-size 26.265625x29.46875 table-row children: not-inline
|
||||
Box <tr> at (45.5625,82) content-size 26.265625x29 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (51.5625,88.9375) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51.5625,88.9375 10.3125x17.46875]
|
||||
BlockContainer <td> at (51.5625,88) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51.5625,88 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (42.5625,17) content-size 0x0 children: inline
|
||||
|
@ -70,18 +70,18 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (42.5625,17) content-size 0x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (42.5625,115.40625) content-size 32.265625x0 children: inline
|
||||
BlockContainer <(anonymous)> at (42.5625,114) content-size 32.265625x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (11,67.203125) content-size 67.828125x54.203125 table-row children: not-inline
|
||||
Box <tr> at (11,66.5) content-size 67.828125x53.5 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (17,85.5625) content-size 11.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.09375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [17,85.5625 11.09375x17.46875]
|
||||
BlockContainer <td> at (17,84.75) content-size 11.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.09375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [17,84.75 11.09375x17]
|
||||
"Y"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -90,39 +90,39 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,124.40625) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,123) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x132.40625]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x131]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x116.40625]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x115]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 75.828125x116.40625]
|
||||
PaintableBox (Box<TABLE>) [8,8 75.828125x116.40625]
|
||||
PaintableBox (Box<TBODY>) [9,9 67.828125x108.40625] overflow: [9,9 71.828125x112.40625]
|
||||
PaintableBox (Box<TR>) [11,11 67.828125x54.203125] overflow: [11,11 69.828125x110.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 23.5625x54.1875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 75.828125x115]
|
||||
PaintableBox (Box<TABLE>) [8,8 75.828125x115]
|
||||
PaintableBox (Box<TBODY>) [9,9 67.828125x107] overflow: [9,9 71.828125x111]
|
||||
PaintableBox (Box<TR>) [11,11 67.828125x53.5] overflow: [11,11 69.828125x109]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 23.5625x53.5]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [36.5625,11 44.265625x110.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [36.5625,11 44.265625x109]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [42.5625,17 32.265625x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [42.5625,17 32.265625x98.40625]
|
||||
PaintableBox (Box<TABLE>) [42.5625,17 32.265625x98.40625] overflow: [42.5625,17 31.265625x97.40625]
|
||||
PaintableBox (Box<TBODY>) [43.5625,18 26.265625x88.40625] overflow: [42.5625,17 29.265625x95.40625]
|
||||
PaintableBox (Box<TR>) [45.5625,20 26.265625x29.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [45.5625,20 26.265625x29.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [42.5625,17 32.265625x97]
|
||||
PaintableBox (Box<TABLE>) [42.5625,17 32.265625x97] overflow: [42.5625,17 31.265625x96]
|
||||
PaintableBox (Box<TBODY>) [43.5625,18 26.265625x87] overflow: [42.5625,17 29.265625x94]
|
||||
PaintableBox (Box<TR>) [45.5625,20 26.265625x29]
|
||||
PaintableWithLines (BlockContainer<TD>) [45.5625,20 26.265625x29]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [45.5625,51.46875 26.265625x29.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [45.5625,51.46875 26.265625x29.46875]
|
||||
PaintableBox (Box<TR>) [45.5625,51 26.265625x29]
|
||||
PaintableWithLines (BlockContainer<TD>) [45.5625,51 26.265625x29]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [45.5625,82.9375 26.265625x29.46875] overflow: [42.5625,17 29.265625x95.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [45.5625,82.9375 26.265625x29.46875]
|
||||
PaintableBox (Box<TR>) [45.5625,82 26.265625x29] overflow: [42.5625,17 29.265625x94]
|
||||
PaintableWithLines (BlockContainer<TD>) [45.5625,82 26.265625x29]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [42.5625,17 0x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [42.5625,17 0x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [42.5625,17 0x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [42.5625,115.40625 32.265625x0]
|
||||
PaintableBox (Box<TR>) [11,67.203125 67.828125x54.203125]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,67.203125 23.5625x54.1875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [42.5625,114 32.265625x0]
|
||||
PaintableBox (Box<TR>) [11,66.5 67.828125x53.5]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,66.5 23.5625x53.5]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,124.40625 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,123 784x0]
|
||||
|
|
|
@ -4,15 +4,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TableWrapper <(anonymous)> at (8,8) content-size 200x300 [BFC] children: not-inline
|
||||
Box <div.table> at (8,8) content-size 200x300 table-box [TFC] children: not-inline
|
||||
Box <div.row.a> at (8,8) content-size 200x150 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (8,8) content-size 200x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [8,8 9.34375x17.46875]
|
||||
BlockContainer <div.cell> at (8,8) content-size 200x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [8,8 9.34375x17]
|
||||
"a"
|
||||
TextNode <#text>
|
||||
Box <div.row.b> at (8,158) content-size 200x150 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (8,158) content-size 200x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.46875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [8,158 9.46875x17.46875]
|
||||
BlockContainer <div.cell> at (8,158) content-size 200x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.46875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [8,158 9.46875x17]
|
||||
"b"
|
||||
TextNode <#text>
|
||||
|
||||
|
|
|
@ -4,15 +4,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TableWrapper <(anonymous)> at (8,8) content-size 200x300 [BFC] children: not-inline
|
||||
Box <div.table> at (8,8) content-size 200x300 table-box [TFC] children: not-inline
|
||||
Box <div.row.a> at (8,8) content-size 200x100 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (8,8) content-size 200x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [8,8 9.34375x17.46875]
|
||||
BlockContainer <div.cell> at (8,8) content-size 200x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [8,8 9.34375x17]
|
||||
"a"
|
||||
TextNode <#text>
|
||||
Box <div.row.b> at (8,108) content-size 200x200 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (8,108) content-size 200x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.46875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [8,108 9.46875x17.46875]
|
||||
BlockContainer <div.cell> at (8,108) content-size 200x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.46875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [8,108 9.46875x17]
|
||||
"b"
|
||||
TextNode <#text>
|
||||
|
||||
|
|
|
@ -1,204 +1,204 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x146.8125 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x144 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x130.8125 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x128 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 229.359375x130.8125 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 227.359375x128.8125 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 229.359375x128 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 227.359375x126 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 227.359375x128.8125 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 227.359375x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 227.359375x126 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 227.359375x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <th> at (11,11) content-size 70.046875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 70.046875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [11,11 70.046875x17.46875]
|
||||
BlockContainer <th> at (11,11) content-size 70.046875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 70.046875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [11,11 70.046875x17]
|
||||
"Header 1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <th> at (85.046875,11) content-size 72.515625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 72.515625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [85.046875,11 72.515625x17.46875]
|
||||
BlockContainer <th> at (85.046875,11) content-size 72.515625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 72.515625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [85.046875,11 72.515625x17]
|
||||
"Header 2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <th> at (161.5625,11) content-size 72.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 72.796875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [161.5625,11 72.796875x17.46875]
|
||||
BlockContainer <th> at (161.5625,11) content-size 72.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 72.796875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [161.5625,11 72.796875x17]
|
||||
"Header 3"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,30.46875) content-size 227.359375x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,30) content-size 227.359375x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,32.46875) content-size 70.046875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 41.84375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [25,32.46875 41.84375x17.46875]
|
||||
BlockContainer <td> at (11,32) content-size 70.046875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 41.84375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [25,32 41.84375x17]
|
||||
"Cell 1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (85.046875,32.46875) content-size 72.515625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 44.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [99.046875,32.46875 44.3125x17.46875]
|
||||
BlockContainer <td> at (85.046875,32) content-size 72.515625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 44.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [99.046875,32 44.3125x17]
|
||||
"Cell 2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (161.5625,43.203125) content-size 72.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 44.59375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [175.5625,43.203125 44.59375x17.46875]
|
||||
BlockContainer <td> at (161.5625,42.5) content-size 72.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 44.59375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [175.5625,42.5 44.59375x17]
|
||||
"Cell 3"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,51.9375) content-size 227.359375x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,51) content-size 227.359375x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,53.9375) content-size 70.046875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 43.25, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [24,53.9375 43.25x17.46875]
|
||||
BlockContainer <td> at (11,53) content-size 70.046875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 43.25, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [24,53 43.25x17]
|
||||
"Cell 4"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (85.046875,53.9375) content-size 72.515625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 43.953125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [99.046875,53.9375 43.953125x17.46875]
|
||||
BlockContainer <td> at (85.046875,53) content-size 72.515625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 43.953125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [99.046875,53 43.953125x17]
|
||||
"Cell 5"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,73.40625) content-size 227.359375x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,72) content-size 227.359375x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,75.40625) content-size 70.046875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 44.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [24,75.40625 44.234375x17.46875]
|
||||
BlockContainer <td> at (11,74) content-size 70.046875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 44.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [24,74 44.234375x17]
|
||||
"Cell 6"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (85.046875,75.40625) content-size 72.515625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 44.21875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [99.046875,75.40625 44.21875x17.46875]
|
||||
BlockContainer <td> at (85.046875,74) content-size 72.515625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 44.21875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [99.046875,74 44.21875x17]
|
||||
"Cell 7"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (161.5625,75.40625) content-size 72.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 44.984375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [175.5625,75.40625 44.984375x17.46875]
|
||||
BlockContainer <td> at (161.5625,74) content-size 72.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 44.984375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [175.5625,74 44.984375x17]
|
||||
"Cell 8"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,94.875) content-size 227.359375x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,93) content-size 227.359375x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,96.875) content-size 70.046875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 44.328125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [24,96.875 44.328125x17.46875]
|
||||
BlockContainer <td> at (11,95) content-size 70.046875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 44.328125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [24,95 44.328125x17]
|
||||
"Cell 9"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (85.046875,96.875) content-size 72.515625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 51.4375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 7, rect: [96.046875,96.875 51.4375x17.46875]
|
||||
BlockContainer <td> at (85.046875,95) content-size 72.515625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 51.4375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 7, rect: [96.046875,95 51.4375x17]
|
||||
"Cell 10"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (161.5625,107.609375) content-size 72.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 48.1875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 7, rect: [173.5625,107.609375 48.1875x17.46875]
|
||||
BlockContainer <td> at (161.5625,105.5) content-size 72.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 48.1875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 7, rect: [173.5625,105.5 48.1875x17]
|
||||
"Cell 11"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,116.34375) content-size 227.359375x21.46875 table-row children: not-inline
|
||||
Box <tr> at (9,114) content-size 227.359375x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,118.34375) content-size 70.046875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 50.65625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 7, rect: [21,118.34375 50.65625x17.46875]
|
||||
BlockContainer <td> at (11,116) content-size 70.046875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 50.65625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 7, rect: [21,116 50.65625x17]
|
||||
"Cell 12"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (85.046875,118.34375) content-size 72.515625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 50.9375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 7, rect: [96.046875,118.34375 50.9375x17.46875]
|
||||
BlockContainer <td> at (85.046875,116) content-size 72.515625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 50.9375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 7, rect: [96.046875,116 50.9375x17]
|
||||
"Cell 13"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,138.8125) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,136) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x146.8125]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x144]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x130.8125]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x128]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 229.359375x130.8125]
|
||||
PaintableBox (Box<TABLE>) [8,8 229.359375x130.8125]
|
||||
PaintableBox (Box<TBODY>) [9,9 227.359375x128.8125]
|
||||
PaintableBox (Box<TR>) [9,9 227.359375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [9,9 74.046875x21.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 229.359375x128]
|
||||
PaintableBox (Box<TABLE>) [8,8 229.359375x128]
|
||||
PaintableBox (Box<TBODY>) [9,9 227.359375x126]
|
||||
PaintableBox (Box<TR>) [9,9 227.359375x21]
|
||||
PaintableWithLines (BlockContainer<TH>) [9,9 74.046875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TH>) [83.046875,9 76.515625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [83.046875,9 76.515625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TH>) [159.5625,9 76.796875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [159.5625,9 76.796875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,30.46875 227.359375x21.46875] overflow: [9,30.46875 227.359375x42.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30.46875 74.046875x21.46875]
|
||||
PaintableBox (Box<TR>) [9,30 227.359375x21] overflow: [9,30 227.359375x42]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30 74.046875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [83.046875,30.46875 76.515625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [83.046875,30 76.515625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [159.5625,30.46875 76.796875x42.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [159.5625,30 76.796875x42]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,51.9375 227.359375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,51.9375 74.046875x21.46875]
|
||||
PaintableBox (Box<TR>) [9,51 227.359375x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,51 74.046875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [83.046875,51.9375 76.515625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [83.046875,51 76.515625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,73.40625 227.359375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,73.40625 74.046875x21.46875]
|
||||
PaintableBox (Box<TR>) [9,72 227.359375x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,72 74.046875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [83.046875,73.40625 76.515625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [83.046875,72 76.515625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [159.5625,73.40625 76.796875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [159.5625,72 76.796875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,94.875 227.359375x21.46875] overflow: [9,94.875 227.359375x42.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,94.875 74.046875x21.46875]
|
||||
PaintableBox (Box<TR>) [9,93 227.359375x21] overflow: [9,93 227.359375x42]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,93 74.046875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [83.046875,94.875 76.515625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [83.046875,93 76.515625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [159.5625,94.875 76.796875x42.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [159.5625,93 76.796875x42]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,116.34375 227.359375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,116.34375 74.046875x21.46875]
|
||||
PaintableBox (Box<TR>) [9,114 227.359375x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,114 74.046875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [83.046875,116.34375 76.515625x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [83.046875,114 76.515625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,138.8125 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,136 784x0]
|
||||
|
|
|
@ -1,147 +1,147 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x103.875 [BFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x102 [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (0,0) content-size 800x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <body> at (8,8) content-size 784x87.875 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x86 children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 229.359375x87.875 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 229.359375x87.875 table-box [TFC] children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 229.359375x86 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 229.359375x86 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 221.359375x77.875 table-row-group children: not-inline
|
||||
Box <tr> at (10,10) content-size 221.359375x19.46875 table-row children: not-inline
|
||||
Box <tbody> at (8,8) content-size 221.359375x76 table-row-group children: not-inline
|
||||
Box <tr> at (10,10) content-size 221.359375x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <th> at (11,11) content-size 70.046875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 70.046875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [11,11 70.046875x17.46875]
|
||||
BlockContainer <th> at (11,11) content-size 70.046875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 70.046875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [11,11 70.046875x17]
|
||||
"Header 1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <th> at (85.046875,11) content-size 72.515625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 72.515625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [85.046875,11 72.515625x17.46875]
|
||||
BlockContainer <th> at (85.046875,11) content-size 72.515625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 72.515625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [85.046875,11 72.515625x17]
|
||||
"Header 2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <th> at (161.5625,11) content-size 72.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 72.796875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [161.5625,11 72.796875x17.46875]
|
||||
BlockContainer <th> at (161.5625,11) content-size 72.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 72.796875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 8, rect: [161.5625,11 72.796875x17]
|
||||
"Header 3"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,31.46875) content-size 221.359375x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,31) content-size 221.359375x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,43.203125) content-size 70.046875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 49.609375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [11,43.203125 49.609375x17.46875]
|
||||
BlockContainer <td> at (11,42.5) content-size 70.046875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 49.609375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [11,42.5 49.609375x17]
|
||||
"Row 1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (85.046875,32.46875) content-size 72.515625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 41.84375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [85.046875,32.46875 41.84375x17.46875]
|
||||
BlockContainer <td> at (85.046875,32) content-size 72.515625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 41.84375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [85.046875,32 41.84375x17]
|
||||
"Cell 1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (161.5625,32.46875) content-size 72.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 44.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [161.5625,32.46875 44.3125x17.46875]
|
||||
BlockContainer <td> at (161.5625,32) content-size 72.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 44.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [161.5625,32 44.3125x17]
|
||||
"Cell 2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,52.9375) content-size 221.359375x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,52) content-size 221.359375x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (85.046875,53.9375) content-size 72.515625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 44.59375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [85.046875,53.9375 44.59375x17.46875]
|
||||
BlockContainer <td> at (85.046875,53) content-size 72.515625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 44.59375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [85.046875,53 44.59375x17]
|
||||
"Cell 3"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (161.5625,53.9375) content-size 72.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 43.25, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [161.5625,53.9375 43.25x17.46875]
|
||||
BlockContainer <td> at (161.5625,53) content-size 72.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 43.25, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [161.5625,53 43.25x17]
|
||||
"Cell 4"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (10,74.40625) content-size 221.359375x19.46875 table-row children: not-inline
|
||||
Box <tr> at (10,73) content-size 221.359375x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,75.40625) content-size 70.046875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 52.078125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [11,75.40625 52.078125x17.46875]
|
||||
BlockContainer <td> at (11,74) content-size 70.046875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 52.078125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [11,74 52.078125x17]
|
||||
"Row 2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (85.046875,75.40625) content-size 72.515625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 43.953125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [85.046875,75.40625 43.953125x17.46875]
|
||||
BlockContainer <td> at (85.046875,74) content-size 72.515625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 43.953125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [85.046875,74 43.953125x17]
|
||||
"Cell 5"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (161.5625,75.40625) content-size 72.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 44.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [161.5625,75.40625 44.234375x17.46875]
|
||||
BlockContainer <td> at (161.5625,74) content-size 72.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 44.234375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [161.5625,74 44.234375x17]
|
||||
"Cell 6"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,95.875) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,94) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x103.875]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x102]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x87.875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x86]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 229.359375x87.875]
|
||||
PaintableBox (Box<TABLE>) [8,8 229.359375x87.875]
|
||||
PaintableBox (Box<TBODY>) [8,8 221.359375x77.875] overflow: [8,8 227.359375x85.875]
|
||||
PaintableBox (Box<TR>) [10,10 221.359375x19.46875] overflow: [10,10 225.359375x19.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [10,10 72.046875x19.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 229.359375x86]
|
||||
PaintableBox (Box<TABLE>) [8,8 229.359375x86]
|
||||
PaintableBox (Box<TBODY>) [8,8 221.359375x76] overflow: [8,8 227.359375x84]
|
||||
PaintableBox (Box<TR>) [10,10 221.359375x19] overflow: [10,10 225.359375x19]
|
||||
PaintableWithLines (BlockContainer<TH>) [10,10 72.046875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TH>) [84.046875,10 74.515625x19.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [84.046875,10 74.515625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TH>) [160.5625,10 74.796875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [160.5625,10 74.796875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [10,31.46875 221.359375x19.46875] overflow: [10,31.46875 225.359375x40.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,31.46875 72.046875x40.9375]
|
||||
PaintableBox (Box<TR>) [10,31 221.359375x19] overflow: [10,31 225.359375x40]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,31 72.046875x40]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [84.046875,31.46875 74.515625x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [84.046875,31 74.515625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [160.5625,31.46875 74.796875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [160.5625,31 74.796875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [10,52.9375 221.359375x19.46875] overflow: [10,52.9375 225.359375x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [84.046875,52.9375 74.515625x19.46875]
|
||||
PaintableBox (Box<TR>) [10,52 221.359375x19] overflow: [10,52 225.359375x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [84.046875,52 74.515625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [160.5625,52.9375 74.796875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [160.5625,52 74.796875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [10,74.40625 221.359375x19.46875] overflow: [10,74.40625 225.359375x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,74.40625 72.046875x19.46875]
|
||||
PaintableBox (Box<TR>) [10,73 221.359375x19] overflow: [10,73 225.359375x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,73 72.046875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [84.046875,74.40625 74.515625x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [84.046875,73 74.515625x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [160.5625,74.40625 74.796875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [160.5625,73 74.796875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,95.875 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,94 784x0]
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
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 784x17.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (350,8) content-size 100x17.46875 [BFC] children: not-inline
|
||||
Box <div> at (350,8) content-size 100x17.46875 table-box [TFC] children: not-inline
|
||||
Box <(anonymous)> at (350,8) content-size 100x17.46875 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> at (350,8) content-size 100x17.46875 table-cell [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x17 children: not-inline
|
||||
TableWrapper <(anonymous)> at (350,8) content-size 100x17 [BFC] children: not-inline
|
||||
Box <div> at (350,8) content-size 100x17 table-box [TFC] children: not-inline
|
||||
Box <(anonymous)> at (350,8) content-size 100x17 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> at (350,8) content-size 100x17 table-cell [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (350,8) content-size 100x0 children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <div> at (350,8) content-size 2000x17.46875 children: inline
|
||||
line 0 width: 6.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [350,8 6.34375x17.46875]
|
||||
BlockContainer <div> at (350,8) content-size 2000x17 children: inline
|
||||
line 0 width: 6.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [350,8 6.34375x17]
|
||||
"1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (350,25.46875) content-size 100x0 children: inline
|
||||
BlockContainer <(anonymous)> at (350,25) content-size 100x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600] overflow: [0,0 2350x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600] overflow: [0,0 2350x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x17.46875] overflow: [8,8 2342x17.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [350,8 100x17.46875] overflow: [350,8 2000x17.46875]
|
||||
PaintableBox (Box<DIV>) [350,8 100x17.46875] overflow: [350,8 2000x17.46875]
|
||||
PaintableBox (Box(anonymous)) [350,8 100x17.46875] overflow: [350,8 2000x17.46875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [350,8 100x17.46875] overflow: [350,8 2000x17.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x17] overflow: [8,8 2342x17]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [350,8 100x17] overflow: [350,8 2000x17]
|
||||
PaintableBox (Box<DIV>) [350,8 100x17] overflow: [350,8 2000x17]
|
||||
PaintableBox (Box(anonymous)) [350,8 100x17] overflow: [350,8 2000x17]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [350,8 100x17] overflow: [350,8 2000x17]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [350,8 100x0]
|
||||
PaintableWithLines (BlockContainer<DIV>) [350,8 2000x17.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>) [350,8 2000x17]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [350,25.46875 100x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [350,25 100x0]
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
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 784x27.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 102x27.46875 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 100x25.46875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x27 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 102x27 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 100x25 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 91.984375x21.46875 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 91.984375x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 91.984375x21 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 91.984375x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (13,13) content-size 19x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [13,13 14.265625x17.46875]
|
||||
BlockContainer <td> at (13,13) content-size 19x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [13,13 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (38,13) content-size 41.984375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [38,13 9.34375x17.46875]
|
||||
BlockContainer <td> at (38,13) content-size 41.984375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [38,13 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (85.984375,13) content-size 19x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [85.984375,13 10.3125x17.46875]
|
||||
BlockContainer <td> at (85.984375,13) content-size 19x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [85.984375,13 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -35,14 +35,14 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x27.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 102x27.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 102x27.46875]
|
||||
PaintableBox (Box<TBODY>) [9,9 91.984375x21.46875] overflow: [9,9 97.984375x23.46875]
|
||||
PaintableBox (Box<TR>) [11,11 91.984375x21.46875] overflow: [11,11 95.984375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 23x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x27]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 102x27]
|
||||
PaintableBox (Box<TABLE>) [8,8 102x27]
|
||||
PaintableBox (Box<TBODY>) [9,9 91.984375x21] overflow: [9,9 97.984375x23]
|
||||
PaintableBox (Box<TR>) [11,11 91.984375x21] overflow: [11,11 95.984375x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 23x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [36,11 45.984375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [36,11 45.984375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [83.984375,11 23x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [83.984375,11 23x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -5,9 +5,9 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
Box <table> at (109,101) content-size 87.34375x202 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (109,101) content-size 83.34375x198 table-row-group children: not-inline
|
||||
Box <tr> at (111,103) content-size 83.34375x198 table-row children: not-inline
|
||||
BlockContainer <td> at (112,193.265625) content-size 81.34375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 81.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 10, rect: [112,193.265625 81.34375x17.46875]
|
||||
BlockContainer <td> at (112,193.5) content-size 81.34375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 81.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 10, rect: [112,193.5 81.34375x17]
|
||||
"off-center"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
|
|
@ -5,9 +5,9 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
Box <table> at (371.1875,9) content-size 57.625x202 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (371.1875,9) content-size 53.625x198 table-row-group children: not-inline
|
||||
Box <tr> at (373.1875,11) content-size 53.625x198 table-row children: not-inline
|
||||
BlockContainer <td> at (374.1875,101.265625) content-size 51.625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 51.625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [374.1875,101.265625 51.625x17.46875]
|
||||
BlockContainer <td> at (374.1875,101.5) content-size 51.625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 51.625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [374.1875,101.5 51.625x17]
|
||||
"center"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
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 784x17.46875 children: inline
|
||||
line 0 width: 10, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
BlockContainer <body> at (8,8) content-size 784x17 children: inline
|
||||
line 0 width: 10, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from BlockContainer start: 0, length: 0, rect: [13,19 0x0]
|
||||
BlockContainer <button> at (13,19) content-size 0x0 inline-block [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (13,19) content-size 0x0 flex-container(column) [FFC] children: not-inline
|
||||
|
@ -9,7 +9,7 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x17.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x17]
|
||||
PaintableWithLines (BlockContainer<BUTTON>) [8,17 10x4]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [13,19 0x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [13,19 0x0]
|
||||
|
|
|
@ -5,19 +5,19 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
Box <table> at (9,9) content-size 496.1875x202 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 488.1875x198 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 488.1875x198 table-row children: not-inline
|
||||
BlockContainer <td> at (71,71) content-size 26.640625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.640625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [71,71 26.640625x17.46875]
|
||||
BlockContainer <td> at (71,71) content-size 26.640625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.640625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [71,71 26.640625x17]
|
||||
"top"
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (219.640625,101.265625) content-size 45.4375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 45.4375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [219.640625,101.265625 45.4375x17.46875]
|
||||
BlockContainer <td> at (219.640625,101.5) content-size 45.4375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 45.4375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [219.640625,101.5 45.4375x17]
|
||||
"middle"
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (387.078125,131.53125) content-size 56.109375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 56.109375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [387.078125,131.53125 56.109375x17.46875]
|
||||
BlockContainer <td> at (387.078125,132) content-size 56.109375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 56.109375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [387.078125,132 56.109375x17]
|
||||
"bottom"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
|
|
@ -1,114 +1,114 @@
|
|||
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 784x159.875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 103.421875x159.875 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 101.421875x157.875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x158 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 103.421875x158 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 101.421875x156 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 101.421875x157.875 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 101.421875x39.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 101.421875x156 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 101.421875x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (20,20) content-size 9.59375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.59375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,20 9.59375x17.46875]
|
||||
BlockContainer <td> at (20,20) content-size 9.59375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.59375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,20 9.59375x17]
|
||||
"0"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (51.59375,39.734375) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51.59375,39.734375 14.265625x17.46875]
|
||||
BlockContainer <td> at (51.59375,39.5) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51.59375,39.5 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (87.859375,59.46875) content-size 11.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 11.5625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.859375,59.46875 11.5625x17.46875]
|
||||
BlockContainer <td> at (87.859375,59) content-size 11.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 11.5625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.859375,59 11.5625x17]
|
||||
"X"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,48.46875) content-size 101.421875x39.46875 table-row children: not-inline
|
||||
Box <tr> at (9,48) content-size 101.421875x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (20,59.46875) content-size 9.59375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,59.46875 6.34375x17.46875]
|
||||
BlockContainer <td> at (20,59) content-size 9.59375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 6.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,59 6.34375x17]
|
||||
"1"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,87.9375) content-size 101.421875x39.46875 table-row children: not-inline
|
||||
Box <tr> at (9,87) content-size 101.421875x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (20,98.9375) content-size 9.59375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 8.8125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,98.9375 8.8125x17.46875]
|
||||
BlockContainer <td> at (20,98) content-size 9.59375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 8.8125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,98 8.8125x17]
|
||||
"2"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (51.59375,118.671875) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51.59375,118.671875 9.34375x17.46875]
|
||||
BlockContainer <td> at (51.59375,117.5) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [51.59375,117.5 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (9,127.40625) content-size 101.421875x39.46875 table-row children: not-inline
|
||||
Box <tr> at (9,126) content-size 101.421875x39 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (20,138.40625) content-size 9.59375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.09375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,138.40625 9.09375x17.46875]
|
||||
BlockContainer <td> at (20,137) content-size 9.59375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.09375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [20,137 9.09375x17]
|
||||
"3"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (87.859375,138.40625) content-size 11.5625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.859375,138.40625 10.3125x17.46875]
|
||||
BlockContainer <td> at (87.859375,137) content-size 11.5625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 10.3125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [87.859375,137 10.3125x17]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,167.875) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,166) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x159.875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 103.421875x159.875]
|
||||
PaintableBox (Box<TABLE>) [8,8 103.421875x159.875]
|
||||
PaintableBox (Box<TBODY>) [9,9 101.421875x157.875]
|
||||
PaintableBox (Box<TR>) [9,9 101.421875x39.46875] overflow: [9,9 101.421875x118.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 31.59375x39.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x158]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 103.421875x158]
|
||||
PaintableBox (Box<TABLE>) [8,8 103.421875x158]
|
||||
PaintableBox (Box<TBODY>) [9,9 101.421875x156]
|
||||
PaintableBox (Box<TR>) [9,9 101.421875x39] overflow: [9,9 101.421875x117]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 31.59375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [40.59375,9 36.265625x78.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [40.59375,9 36.265625x78]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [76.859375,9 33.5625x118.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [76.859375,9 33.5625x117]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,48.46875 101.421875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,48.46875 31.59375x39.46875]
|
||||
PaintableBox (Box<TR>) [9,48 101.421875x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,48 31.59375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,87.9375 101.421875x39.46875] overflow: [9,87.9375 101.421875x78.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,87.9375 31.59375x39.46875]
|
||||
PaintableBox (Box<TR>) [9,87 101.421875x39] overflow: [9,87 101.421875x78]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,87 31.59375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [40.59375,87.9375 36.265625x78.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [40.59375,87 36.265625x78]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,127.40625 101.421875x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,127.40625 31.59375x39.46875]
|
||||
PaintableBox (Box<TR>) [9,126 101.421875x39]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,126 31.59375x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [76.859375,127.40625 33.5625x39.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [76.859375,126 33.5625x39]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,167.875 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,166 784x0]
|
||||
|
|
|
@ -4,16 +4,16 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
Box <body.table> at (10,10) content-size 298x198 table-box [TFC] children: not-inline
|
||||
Box <div.bottom> at (10,10) content-size 298x99 table-footer-group children: inline
|
||||
Box <(anonymous)> at (10,10) content-size 298x99 table-row children: inline
|
||||
BlockContainer <(anonymous)> at (10,10) content-size 298x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 56.109375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [10,10 56.109375x17.46875]
|
||||
BlockContainer <(anonymous)> at (10,10) content-size 298x17 table-cell [BFC] children: inline
|
||||
line 0 width: 56.109375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [10,10 56.109375x17]
|
||||
"bottom"
|
||||
TextNode <#text>
|
||||
Box <div.top> at (10,109) content-size 298x99 table-header-group children: inline
|
||||
Box <(anonymous)> at (10,109) content-size 298x99 table-row children: inline
|
||||
BlockContainer <(anonymous)> at (10,109) content-size 298x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.640625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [10,109 26.640625x17.46875]
|
||||
BlockContainer <(anonymous)> at (10,109) content-size 298x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.640625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [10,109 26.640625x17]
|
||||
"top"
|
||||
TextNode <#text>
|
||||
|
||||
|
|
|
@ -5,19 +5,19 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
Box <table> at (9,9) content-size 142.1875x202 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 134.1875x198 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 134.1875x198 table-row children: not-inline
|
||||
BlockContainer <td> at (12,12) content-size 26.640625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 26.640625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [12,12 26.640625x17.46875]
|
||||
BlockContainer <td> at (12,12) content-size 26.640625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 26.640625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [12,12 26.640625x17]
|
||||
"top"
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (42.640625,101.265625) content-size 45.4375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 45.4375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [42.640625,101.265625 45.4375x17.46875]
|
||||
BlockContainer <td> at (42.640625,101.5) content-size 45.4375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 45.4375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [42.640625,101.5 45.4375x17]
|
||||
"middle"
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (92.078125,190.53125) content-size 56.109375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 56.109375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [92.078125,190.53125 56.109375x17.46875]
|
||||
BlockContainer <td> at (92.078125,191) content-size 56.109375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 56.109375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [92.078125,191 56.109375x17]
|
||||
"bottom"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
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 784x60.9375 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 60.46875x60.9375 [BFC] children: not-inline
|
||||
Box <table> at (8,35.46875) content-size 60.46875x23.46875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x60 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 60.46875x60 [BFC] children: not-inline
|
||||
Box <table> at (8,35) content-size 60.46875x23 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <caption> at (8,8) content-size 60.46875x17.46875 [BFC] children: inline
|
||||
line 0 width: 60.46875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 7, rect: [8,8 60.46875x17.46875]
|
||||
BlockContainer <caption> at (8,8) content-size 60.46875x17 [BFC] children: inline
|
||||
line 0 width: 60.46875, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 1, length: 7, rect: [8,8 60.46875x17]
|
||||
"Caption"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 56.46875x19.46875 table-row-group children: not-inline
|
||||
Box <tr> at (10,37.46875) content-size 56.46875x19.46875 table-row children: not-inline
|
||||
Box <tbody> at (8,8) content-size 56.46875x19 table-row-group children: not-inline
|
||||
Box <tr> at (10,37) content-size 56.46875x19 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (11,38.46875) content-size 54.46875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 27.5, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,38.46875 27.5x17.46875]
|
||||
BlockContainer <td> at (11,38) content-size 54.46875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 27.5, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 4, rect: [11,38 27.5x17]
|
||||
"Cell"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -28,12 +28,12 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600] overflow: [0,-2 800x602]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600] overflow: [0,-2 800x602]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x60.9375] overflow: [8,-2 784x70.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 60.46875x60.9375] overflow: [8,-2 60.46875x70.9375]
|
||||
PaintableBox (Box<TABLE>) [8,35.46875 60.46875x23.46875] overflow: [8,-2 60.46875x60.9375]
|
||||
PaintableWithLines (BlockContainer<CAPTION>) [8,-2 60.46875x37.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x60] overflow: [8,-2 784x70]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 60.46875x60] overflow: [8,-2 60.46875x70]
|
||||
PaintableBox (Box<TABLE>) [8,35 60.46875x23] overflow: [8,-2 60.46875x60]
|
||||
PaintableWithLines (BlockContainer<CAPTION>) [8,-2 60.46875x37]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TBODY>) [8,8 56.46875x19.46875] overflow: [8,8 58.46875x48.9375]
|
||||
PaintableBox (Box<TR>) [10,37.46875 56.46875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,37.46875 56.46875x19.46875]
|
||||
PaintableBox (Box<TBODY>) [8,8 56.46875x19] overflow: [8,8 58.46875x48]
|
||||
PaintableBox (Box<TR>) [10,37 56.46875x19]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,37 56.46875x19]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
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 784x27.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 420x27.46875 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 418x25.46875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x27 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 420x27 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 418x25 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <colgroup> (not painted) table-column-group children: not-inline
|
||||
|
@ -10,20 +10,20 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
BlockContainer <col> (not painted) children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 412x21.46875 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 412x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 412x21 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 412x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (13,13) content-size 46x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [13,13 14.265625x17.46875]
|
||||
BlockContainer <td> at (13,13) content-size 46x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [13,13 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (65,13) content-size 358x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [65,13 9.34375x17.46875]
|
||||
BlockContainer <td> at (65,13) content-size 358x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [65,13 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -33,12 +33,12 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x27.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 420x27.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 420x27.46875]
|
||||
PaintableBox (Box<TBODY>) [9,9 412x21.46875] overflow: [9,9 416x23.46875]
|
||||
PaintableBox (Box<TR>) [11,11 412x21.46875] overflow: [11,11 414x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 50x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x27]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 420x27]
|
||||
PaintableBox (Box<TABLE>) [8,8 420x27]
|
||||
PaintableBox (Box<TBODY>) [9,9 412x21] overflow: [9,9 416x23]
|
||||
PaintableBox (Box<TR>) [11,11 412x21] overflow: [11,11 414x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 50x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [63,11 362x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [63,11 362x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
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 784x27.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 420x27.46875 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 418x25.46875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x27 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 420x27 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 418x25 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <colgroup> (not painted) table-column-group children: not-inline
|
||||
|
@ -10,20 +10,20 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
BlockContainer <col> (not painted) children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 412x21.46875 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 412x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 412x21 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 412x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (13,13) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [13,13 14.265625x17.46875]
|
||||
BlockContainer <td> at (13,13) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [13,13 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (33.265625,13) content-size 389.734375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [33.265625,13 9.34375x17.46875]
|
||||
BlockContainer <td> at (33.265625,13) content-size 389.734375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [33.265625,13 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -33,12 +33,12 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x27.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 420x27.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 420x27.46875]
|
||||
PaintableBox (Box<TBODY>) [9,9 412x21.46875] overflow: [9,9 416x23.46875]
|
||||
PaintableBox (Box<TR>) [11,11 412x21.46875] overflow: [11,11 414x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 18.265625x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x27]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 420x27]
|
||||
PaintableBox (Box<TABLE>) [8,8 420x27]
|
||||
PaintableBox (Box<TBODY>) [9,9 412x21] overflow: [9,9 416x23]
|
||||
PaintableBox (Box<TR>) [11,11 412x21] overflow: [11,11 414x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 18.265625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [31.265625,11 393.734375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [31.265625,11 393.734375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
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 784x27.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 420x27.46875 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 418x25.46875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x27 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 420x27 [BFC] children: not-inline
|
||||
Box <table> at (9,9) content-size 418x25 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 412x21.46875 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 412x21.46875 table-row children: not-inline
|
||||
Box <tbody> at (9,9) content-size 412x21 table-row-group children: not-inline
|
||||
Box <tr> at (11,11) content-size 412x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (13,13) content-size 14.265625x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [13,13 14.265625x17.46875]
|
||||
BlockContainer <td> at (13,13) content-size 14.265625x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [13,13 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (33.265625,13) content-size 389.734375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [33.265625,13 9.34375x17.46875]
|
||||
BlockContainer <td> at (33.265625,13) content-size 389.734375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 0, length: 1, rect: [33.265625,13 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -28,12 +28,12 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x27.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 420x27.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 420x27.46875]
|
||||
PaintableBox (Box<TBODY>) [9,9 412x21.46875] overflow: [9,9 416x23.46875]
|
||||
PaintableBox (Box<TR>) [11,11 412x21.46875] overflow: [11,11 414x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 18.265625x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x27]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 420x27]
|
||||
PaintableBox (Box<TABLE>) [8,8 420x27]
|
||||
PaintableBox (Box<TBODY>) [9,9 412x21] overflow: [9,9 416x23]
|
||||
PaintableBox (Box<TR>) [11,11 412x21] overflow: [11,11 414x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 18.265625x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [31.265625,11 393.734375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [31.265625,11 393.734375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -1,33 +1,33 @@
|
|||
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 784x21.46875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 784x21.46875 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 784x21.46875 table-box [TFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x21 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 784x21 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 784x21 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (8,8) content-size 784x21.46875 table-row-group children: not-inline
|
||||
Box <tbody> at (8,8) content-size 784x21 table-row-group children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
Box <tr> at (8,8) content-size 784x21.46875 table-row children: not-inline
|
||||
Box <tr> at (8,8) content-size 784x21 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (10,10) content-size 216.09375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 1, rect: [10,10 14.265625x17.46875]
|
||||
BlockContainer <td> at (10,10) content-size 216.09375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 14.265625, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 1, length: 1, rect: [10,10 14.265625x17]
|
||||
"A"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (230.09375,10) content-size 156.796875x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 1, rect: [230.09375,10 9.34375x17.46875]
|
||||
BlockContainer <td> at (230.09375,10) content-size 156.796875x17 table-cell [BFC] children: inline
|
||||
line 0 width: 9.34375, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 1, length: 1, rect: [230.09375,10 9.34375x17]
|
||||
"B"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <td> at (390.890625,10) content-size 399.109375x17.46875 table-cell [BFC] children: inline
|
||||
line 0 width: 29.453125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 3, rect: [390.890625,10 29.453125x17.46875]
|
||||
BlockContainer <td> at (390.890625,10) content-size 399.109375x17 table-cell [BFC] children: inline
|
||||
line 0 width: 29.453125, height: 17, bottom: 17, baseline: 13.296875
|
||||
frag 0 from TextNode start: 1, length: 3, rect: [390.890625,10 29.453125x17]
|
||||
"C D"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
|
@ -39,14 +39,14 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x21.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 784x21.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 784x21.46875]
|
||||
PaintableBox (Box<TBODY>) [8,8 784x21.46875]
|
||||
PaintableBox (Box<TR>) [8,8 784x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 220.09375x21.46875]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x21]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 784x21]
|
||||
PaintableBox (Box<TABLE>) [8,8 784x21]
|
||||
PaintableBox (Box<TBODY>) [8,8 784x21]
|
||||
PaintableBox (Box<TR>) [8,8 784x21]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 220.09375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [228.09375,8 160.796875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [228.09375,8 160.796875x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [388.890625,8 403.109375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [388.890625,8 403.109375x21]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue