mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
LibWeb+headless-browser: Include paint tree in layout test output
This will give us a more comprehensive look at what actually gets rendered in the end, and also allows us to catch more behavior changes.
This commit is contained in:
parent
7d7c419ce6
commit
09eed8eea2
347 changed files with 4397 additions and 4 deletions
|
@ -44,3 +44,20 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x98.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 197.328125x98.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 197.328125x98.9375]
|
||||
PaintableBox (Box<TBODY>) [9,9 195.328125x96.9375]
|
||||
PaintableBox (Box<TR>) [9,9 195.328125x48.46875] overflow: [9,9 195.328125x96.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 63.078125x96.9375]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [72.078125,9 86.984375x96.9375]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [159.0625,9 45.265625x48.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,57.46875 195.328125x48.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [159.0625,57.46875 45.265625x48.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -21,3 +21,20 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (10,52.9375) content-size 780x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [10,52.9375 780x0]
|
||||
|
|
|
@ -10,3 +10,13 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
frag 0 from TextNode start: 0, length: 34, rect: [235.265625,8 329.46875x17.46875]
|
||||
"DaTa DisplaYiNg CSS WeBpaGE ScReEn"
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -22,3 +22,13 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -70,3 +70,27 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,93.875) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x85.875]
|
||||
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.953125x17.46875]
|
||||
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]
|
||||
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]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,93.875 784x0]
|
||||
|
|
|
@ -152,3 +152,51 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,202.34375) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x210.34375]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x194.34375]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.horizontal) [8,8 784x194.34375]
|
||||
PaintableWithLines (BlockContainer<TABLE>) [8,8 160.90625x194.34375]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [9,9 158.90625x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [9,9 158.90625x192.34375]
|
||||
PaintableBox (Box(anonymous)) [9,9 158.90625x192.34375]
|
||||
PaintableBox (Box<TBODY>) [9,9 158.90625x192.34375]
|
||||
PaintableBox (Box<TR>) [9,9 158.90625x38.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 55.265625x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [64.265625,9 53.546875x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [117.8125,9 50.09375x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,47.46875 158.90625x38.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,47.46875 55.265625x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [64.265625,47.46875 53.546875x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [117.8125,47.46875 50.09375x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,85.9375 158.90625x38.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,85.9375 55.265625x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [64.265625,85.9375 53.546875x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [117.8125,85.9375 50.09375x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,124.40625 158.90625x38.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,124.40625 55.265625x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [64.265625,124.40625 53.546875x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [117.8125,124.40625 50.09375x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,162.875 158.90625x38.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,162.875 55.265625x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [64.265625,162.875 53.546875x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [117.8125,162.875 50.09375x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,202.34375 784x0]
|
||||
|
|
|
@ -62,3 +62,24 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x84.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 169.671875x84.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 169.671875x84.9375]
|
||||
PaintableBox (Box<TBODY>) [8,8 169.671875x84.9375]
|
||||
PaintableBox (Box<TR>) [8,8 169.671875x42.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 57.265625x42.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>.td-thick-border) [65.265625,8 54.859375x42.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [120.125,8 57.546875x42.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,50.46875 169.671875x42.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,50.46875 57.265625x42.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,50.46875 54.859375x42.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>.td-thick-border) [120.125,50.46875 57.546875x42.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -68,3 +68,25 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,165.875) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x173.875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x157.875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 59.265625x157.875]
|
||||
PaintableBox (Box<TABLE>) [8,8 59.265625x157.875]
|
||||
PaintableBox (Box<TBODY>) [8,8 59.265625x157.875]
|
||||
PaintableBox (Box<TR>) [8,8 59.265625x40.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 59.265625x40.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,48.46875 59.265625x38.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,48.46875 59.265625x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,86.9375 59.265625x38.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,86.9375 59.265625x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,125.40625 59.265625x40.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,125.40625 59.265625x40.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,165.875 784x0]
|
||||
|
|
|
@ -67,3 +67,25 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x127.40625]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 112.8125x127.40625]
|
||||
PaintableBox (Box<TABLE>) [8,8 112.8125x127.40625]
|
||||
PaintableBox (Box<TBODY>) [8,8 112.8125x127.40625]
|
||||
PaintableBox (Box<TR>.td-thick-border) [8,8 112.8125x42.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 57.265625x42.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,8 55.546875x42.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,50.46875 112.8125x42.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,50.46875 57.265625x42.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,50.46875 55.546875x42.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>.td-thick-border) [8,92.9375 112.8125x42.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,92.9375 57.265625x42.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,92.9375 55.546875x42.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -68,3 +68,26 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x121.40625]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 111.40625x121.40625]
|
||||
PaintableBox (Box<TABLE>) [8,8 111.40625x121.40625]
|
||||
PaintableBox (Box<THEAD>) [8,8 111.40625x40.46875]
|
||||
PaintableBox (Box<TR>) [8,8 111.40625x40.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 57.265625x40.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,8 54.140625x40.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TBODY>.thick-border) [8,48.46875 111.40625x80.9375]
|
||||
PaintableBox (Box<TR>) [8,48.46875 111.40625x40.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,48.46875 57.265625x40.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,48.46875 54.140625x40.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,88.9375 111.40625x40.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,88.9375 57.265625x40.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [65.265625,88.9375 54.140625x40.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -25,3 +25,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [87.265625,23 39.34375x47.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -139,3 +139,46 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,267.34375) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x275.34375]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x259.34375]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,19 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,19 51.09375x39.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,68.46875 51.09375x39.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,117.9375 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,117.9375 51.09375x39.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,167.40625 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,167.40625 51.09375x39.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,216.875 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,216.875 51.09375x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,267.34375 784x0]
|
||||
|
|
|
@ -139,3 +139,46 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,267.34375) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x275.34375]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x259.34375]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,19 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,19 51.09375x39.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,68.46875 51.09375x39.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,117.9375 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,117.9375 51.09375x39.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,167.40625 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,167.40625 51.09375x39.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,216.875 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,216.875 51.09375x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,267.34375 784x0]
|
||||
|
|
|
@ -34,3 +34,17 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
frag 0 from TextNode start: 1, length: 1, rect: [603.828125,8 10.3125x17.46875]
|
||||
"C"
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<DIV>.right) [603.828125,8 188.15625x17.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -146,3 +146,48 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,267.34375) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x275.34375]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x259.34375]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,19 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,19 51.09375x39.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,68.46875 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,68.46875 51.09375x39.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,117.9375 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,117.9375 51.09375x39.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,167.40625 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,167.40625 51.09375x39.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [105.265625,216.875 54.546875x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [179.8125,216.875 51.09375x39.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,267.34375 784x0]
|
||||
|
|
|
@ -258,3 +258,81 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,269.625) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x261.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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [99.015625,11 80.28125x21.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [99.015625,34.46875 80.28125x21.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [99.015625,57.9375 80.28125x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,82.40625 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,82.40625 163.296875x60.40625]
|
||||
PaintableBox (Box<TABLE>.table-border-black) [8,82.40625 163.296875x60.40625]
|
||||
PaintableBox (Box<TBODY>) [8,82.40625 163.296875x60.40625]
|
||||
PaintableBox (Box<TR>) [8,82.40625 163.296875x19.96875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,82.40625 84.515625x19.96875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [92.515625,82.40625 78.78125x19.96875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,102.375 163.296875x20.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,102.375 84.515625x20.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [92.515625,102.375 78.78125x20.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,122.84375 163.296875x19.96875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,122.84375 84.515625x19.96875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [92.515625,122.84375 78.78125x19.96875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,142.8125 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,142.8125 159.296875x54.40625]
|
||||
PaintableBox (Box<DIV>.table.border-black) [8,142.8125 159.296875x54.40625]
|
||||
PaintableBox (Box<DIV>.table-row.border-black) [8,142.8125 159.296875x17.96875]
|
||||
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [8,142.8125 82.515625x17.96875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [90.515625,142.8125 76.78125x17.96875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<DIV>.table-row.border-black) [8,160.78125 159.296875x18.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [8,160.78125 82.515625x18.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [90.515625,160.78125 76.78125x18.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<DIV>.table-row.border-black) [8,179.25 159.296875x17.96875]
|
||||
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [8,179.25 82.515625x17.96875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<DIV>.table-cell.border-black) [90.515625,179.25 76.78125x17.96875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,197.21875 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,197.21875 168.296875x72.40625]
|
||||
PaintableBox (Box<DIV>.table.thick-border-black) [8,197.21875 168.296875x72.40625]
|
||||
PaintableBox (Box<DIV>.table-row.thick-border-black) [8,197.21875 168.296875x22.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [8,197.21875 87.015625x22.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [95.015625,197.21875 81.28125x22.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<DIV>.table-row.thick-border-black) [8,219.6875 168.296875x27.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [8,219.6875 87.015625x27.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [95.015625,219.6875 81.28125x27.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<DIV>.table-row.thick-border-black) [8,247.15625 168.296875x22.46875]
|
||||
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [8,247.15625 87.015625x22.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<DIV>.table-cell.thick-border-black) [95.015625,247.15625 81.28125x22.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,269.625 784x0]
|
||||
|
|
|
@ -67,3 +67,25 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,91.875) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x99.875]
|
||||
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.953125x17.46875]
|
||||
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]
|
||||
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]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,91.875 784x0]
|
||||
|
|
|
@ -41,3 +41,20 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,31.46875) content-size 80x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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(anonymous)) [8,8 80x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 80x23.46875]
|
||||
PaintableBox (Box<TABLE>#table) [8,8 80x23.46875]
|
||||
PaintableBox (Box<TBODY>) [8,8 71.984375x19.46875] overflow: [8,8 77.984375x21.46875]
|
||||
PaintableBox (Box<TR>) [10,10 71.984375x19.46875] overflow: [10,10 75.984375x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,10 19.828125x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [31.828125,10 13.828125x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [47.65625,10 38.328125x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,31.46875 80x0]
|
||||
|
|
|
@ -4,3 +4,10 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
Box <body> at (8,8) content-size 102x100 table-box [TFC] children: not-inline
|
||||
Box <div.row> at (8,8) content-size 102x100 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (9,9) content-size 100x0 table-cell [BFC] children: not-inline
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 102x100]
|
||||
PaintableBox (Box<BODY>) [8,8 102x100]
|
||||
PaintableBox (Box<DIV>.row) [8,8 102x100]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [8,8 102x100]
|
||||
|
|
|
@ -62,3 +62,24 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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 775.96875x38.9375] overflow: [8,8 781.96875x42.9375]
|
||||
PaintableBox (Box<TR>) [10,10 775.96875x19.46875] overflow: [10,10 779.96875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TH>) [10,10 302.625x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TH>) [314.625,10 170.71875x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TH>) [487.34375,10 302.625x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [10,31.46875 775.96875x19.46875] overflow: [10,31.46875 779.96875x19.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,31.46875 302.625x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [314.625,31.46875 170.71875x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [487.34375,31.46875 302.625x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -63,3 +63,25 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x115.40625]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 89.359375x115.40625]
|
||||
PaintableBox (Box<TABLE>) [8,8 89.359375x115.40625]
|
||||
PaintableBox (Box<TBODY>) [8,8 89.359375x115.40625]
|
||||
PaintableBox (Box<TR>) [8,8 89.359375x38.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 29.453125x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [37.453125,8 29.8125x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [67.265625,8 30.09375x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,46.46875 89.359375x38.46875] overflow: [8,46.46875 89.359375x76.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,46.46875 29.453125x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [37.453125,46.46875 59.90625x76.9375]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [8,84.9375 89.359375x38.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,84.9375 29.453125x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -51,3 +51,22 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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.6875x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [92.6875,9 161.3125x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [254,9 173x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,30.46875 418x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30.46875 83.6875x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [92.6875,30.46875 334.3125x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -37,3 +37,18 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [193,9 24x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,30.46875 208x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30.46875 208x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -43,3 +43,21 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,52.9375) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x60.9375]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x44.9375]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 39.296875x44.9375]
|
||||
PaintableBox (Box<TABLE>) [8,8 39.296875x44.9375]
|
||||
PaintableBox (Box<TBODY>) [9,9 37.296875x42.9375]
|
||||
PaintableBox (Box<TR>) [9,9 37.296875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 21.546875x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [30.546875,9 15.75x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,30.46875 37.296875x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,30.46875 37.296875x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,52.9375 784x0]
|
||||
|
|
|
@ -29,3 +29,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
frag 0 from TextNode start: 424, length: 7, rect: [66,99.34375 47.21875x17.46875]
|
||||
"client."
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x112.8125] overflow: [8,8 786x112.8125]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 784x112.8125] overflow: [8,8 786x112.8125]
|
||||
PaintableBox (Box<TABLE>.ambox) [8,8 786x112.8125]
|
||||
PaintableBox (Box<TBODY>) [9,9 778x106.8125] overflow: [9,9 782x108.8125]
|
||||
PaintableBox (Box<TR>) [11,11 778x106.8125] overflow: [11,11 780x106.8125]
|
||||
PaintableWithLines (BlockContainer<TD>.mbox-image) [11,11 52x106.8125]
|
||||
PaintableWithLines (BlockContainer<DIV>.mbox-image-div) [12,39.40625 50x50]
|
||||
PaintableWithLines (BlockContainer<TD>.mbox-text) [65,11 726x106.8125]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -13,3 +13,13 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
frag 0 from TextNode start: 59, length: 40, rect: [108,25.46875 399.9375x17.46875]
|
||||
"To AdJuSt PRiCiNG sTYLiNG ceLL oF TAbLeS"
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x34.9375]
|
||||
PaintableWithLines (BlockContainer<DIV>.wrapper) [8,8 784x34.9375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [108,8 584x34.9375]
|
||||
PaintableBox (Box<DIV>.box) [108,8 584x34.9375]
|
||||
PaintableBox (Box(anonymous)) [108,8 584x34.9375]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [108,8 584x34.9375]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -10,3 +10,13 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
frag 0 from TextNode start: 0, length: 5, rect: [12,12 39.78125x17.46875]
|
||||
"Hello"
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -29,3 +29,21 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
frag 0 from TextNode start: 0, length: 5, rect: [103.90625,33.46875 38.078125x17.46875]
|
||||
"false"
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [102.90625,11 40.078125x19.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [102.90625,32.46875 40.078125x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -91,3 +91,31 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,119.34375) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x127.34375]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x111.34375]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 63.046875x111.34375]
|
||||
PaintableBox (Box<TABLE>#full-table) [8,40.9375 63.046875x76.40625] overflow: [8,8 61.046875x107.34375]
|
||||
PaintableWithLines (BlockContainer<CAPTION>) [8,8 59.046875x34.9375]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<THEAD>) [10,10 53.03125x21.46875] overflow: [10,10 57.03125x56.40625]
|
||||
PaintableBox (Box<TR>) [12,44.9375 53.03125x21.46875] overflow: [12,44.9375 55.03125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [12,44.9375 25.25x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [39.25,44.9375 27.78125x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TBODY>) [10,31.46875 53.03125x21.46875] overflow: [10,31.46875 57.03125x58.40625]
|
||||
PaintableBox (Box<TR>) [12,68.40625 53.03125x21.46875] overflow: [12,68.40625 55.03125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [12,68.40625 25.25x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [39.25,68.40625 27.78125x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TFOOT>) [10,52.9375 53.03125x21.46875] overflow: [10,52.9375 57.03125x60.40625]
|
||||
PaintableBox (Box<TR>) [12,91.875 53.03125x21.46875] overflow: [12,91.875 55.03125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [12,91.875 25.25x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [39.25,91.875 27.78125x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,119.34375 784x0]
|
||||
|
|
|
@ -27,3 +27,17 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,93.875) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x85.875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 81.4375x85.875]
|
||||
PaintableBox (Box<TABLE>) [8,8 81.4375x85.875]
|
||||
PaintableBox (Box<TBODY>) [9,9 75.4375x77.859375] overflow: [9,9 77.4375x81.859375]
|
||||
PaintableBox (Box<TR>) [11,11 75.4375x21.453125] overflow: [11,11 75.4375x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 75.4375x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [11,34.453125 75.4375x56.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,34.453125 75.4375x56.40625]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,93.875 784x0]
|
||||
|
|
|
@ -80,3 +80,31 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,132.9375) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x140.9375]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x124.9375]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [48.5625,15 68.265625x110.9375]
|
||||
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]
|
||||
PaintableBox (Box<TBODY>) [63.5625,30 34.265625x74.9375] overflow: [63.5625,30 36.265625x78.9375]
|
||||
PaintableBox (Box<TR>) [65.5625,32 34.265625x37.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [65.5625,32 34.265625x37.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [65.5625,71.46875 34.265625x37.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [65.5625,71.46875 34.265625x37.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,132.9375 784x0]
|
||||
|
|
|
@ -36,3 +36,17 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x22.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 88.328125x22.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 88.328125x22.46875]
|
||||
PaintableBox (Box<TBODY>) [9,9 86.328125x20.46875]
|
||||
PaintableBox (Box<TR>) [9,9 86.328125x20.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 17.265625x20.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [26.265625,9 51.796875x20.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [78.0625,9 17.265625x20.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -14,3 +14,12 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x0] overflow: [8,8 6x6]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 6x6]
|
||||
PaintableBox (Box<TABLE>#t) [8,8 6x6]
|
||||
PaintableBox (Box<TBODY>) [8,8 2x2] overflow: [8,8 4x4]
|
||||
PaintableBox (Box<TR>) [10,10 2x2]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,10 2x2]
|
||||
|
|
|
@ -32,3 +32,17 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
InlinePaintable (InlineNode<A>)
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [10,21.734375 43.21875x9.734375]
|
||||
PaintableWithLines (BlockContainer<TD>) [10,21.734375 2x9.71875]
|
||||
|
|
|
@ -4,3 +4,10 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
Box <body> at (8,8) content-size 102x100 table-box [TFC] children: not-inline
|
||||
Box <div.row> at (8,8) content-size 102x100 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (9,9) content-size 100x0 table-cell [BFC] children: not-inline
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 102x100]
|
||||
PaintableBox (Box<BODY>) [8,8 102x100]
|
||||
PaintableBox (Box<DIV>.row) [8,8 102x100]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [8,8 102x100]
|
||||
|
|
|
@ -92,3 +92,34 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,124.40625) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x132.40625]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x116.40625]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [36.5625,11 44.265625x110.40625]
|
||||
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]
|
||||
PaintableBox (Box<TBODY>) [43.5625,18 26.265625x88.40625] overflow: [43.5625,18 28.265625x94.40625]
|
||||
PaintableBox (Box<TR>) [45.5625,20 26.265625x29.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [45.5625,20 26.265625x29.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [45.5625,51.46875 26.265625x29.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [45.5625,51.46875 26.265625x29.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [45.5625,82.9375 26.265625x29.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [45.5625,82.9375 26.265625x29.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,124.40625 784x0]
|
||||
|
|
|
@ -7,3 +7,13 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
BlockContainer <div.cell> at (8,8) content-size 200x0 table-cell [BFC] children: not-inline
|
||||
Box <div.row.b> at (8,58) content-size 200x100 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (8,58) content-size 200x0 table-cell [BFC] children: not-inline
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x150]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 200x150]
|
||||
PaintableBox (Box<DIV>.table) [8,8 200x150]
|
||||
PaintableBox (Box<DIV>.row.a) [8,8 200x50]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [8,8 200x50]
|
||||
PaintableBox (Box<DIV>.row.b) [8,58 200x100]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [8,58 200x100]
|
||||
|
|
|
@ -7,3 +7,13 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
BlockContainer <div.cell> at (8,8) content-size 200x0 table-cell [BFC] children: not-inline
|
||||
Box <div.row.b> at (8,158) content-size 200x150 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (8,158) content-size 200x0 table-cell [BFC] children: not-inline
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x300]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 200x300]
|
||||
PaintableBox (Box<DIV>.table) [8,8 200x300]
|
||||
PaintableBox (Box<DIV>.row.a) [8,8 200x150]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [8,8 200x150]
|
||||
PaintableBox (Box<DIV>.row.b) [8,158 200x150]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [8,158 200x150]
|
||||
|
|
|
@ -15,3 +15,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
frag 0 from TextNode start: 0, length: 1, rect: [8,158 9.46875x17.46875]
|
||||
"b"
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x300]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 200x300]
|
||||
PaintableBox (Box<DIV>.table) [8,8 200x300]
|
||||
PaintableBox (Box<DIV>.row.a) [8,8 200x150]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [8,8 200x150]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<DIV>.row.b) [8,158 200x150]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [8,158 200x150]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -15,3 +15,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
frag 0 from TextNode start: 0, length: 1, rect: [8,108 9.46875x17.46875]
|
||||
"b"
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x300]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 200x300]
|
||||
PaintableBox (Box<DIV>.table) [8,8 200x300]
|
||||
PaintableBox (Box<DIV>.row.a) [8,8 200x100]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [8,8 200x100]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<DIV>.row.b) [8,108 200x200]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [8,108 200x200]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -109,3 +109,39 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,95.875) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x103.875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [0,0 800x0]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x87.875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TH>) [84.046875,10 74.515625x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TH>) [160.5625,10 74.796875x19.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [84.046875,31.46875 74.515625x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [160.5625,31.46875 74.796875x19.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [160.5625,52.9375 74.796875x19.46875]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [84.046875,74.40625 74.515625x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [160.5625,74.40625 74.796875x19.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,95.875 784x0]
|
||||
|
|
|
@ -14,3 +14,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (350,25.46875) content-size 2000x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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 2000x17.46875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [350,8 2000x17.46875]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [350,8 2000x0]
|
||||
PaintableWithLines (BlockContainer<DIV>) [350,8 2000x17.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [350,25.46875 2000x0]
|
||||
|
|
|
@ -9,3 +9,11 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
Box <tr> at (21,31) content-size 0x0 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x100]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 24x100]
|
||||
PaintableBox (Box<TABLE>) [8,8 24x100]
|
||||
PaintableBox (Box<TBODY>) [19,19 0x0] overflow: [21,31 0x0]
|
||||
PaintableBox (Box<TR>) [21,31 0x0]
|
||||
|
|
|
@ -32,3 +32,17 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x27.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 93.328125x27.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 93.328125x27.46875]
|
||||
PaintableBox (Box<TBODY>) [9,9 83.3125x21.46875] overflow: [9,9 89.3125x23.46875]
|
||||
PaintableBox (Box<TR>) [11,11 83.3125x21.46875] overflow: [11,11 87.3125x21.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 22.03125x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [35.03125,11 40.859375x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [77.890625,11 20.421875x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -84,3 +84,31 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,163.875) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x155.875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 100.421875x155.875]
|
||||
PaintableBox (Box<TABLE>) [8,8 100.421875x155.875]
|
||||
PaintableBox (Box<TBODY>) [9,9 98.421875x153.875]
|
||||
PaintableBox (Box<TR>) [9,9 98.421875x38.46875] overflow: [9,9 98.421875x115.40625]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,9 30.59375x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [39.59375,9 35.265625x76.9375]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [74.859375,9 32.5625x115.40625]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,47.46875 98.421875x38.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,47.46875 30.59375x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,85.9375 98.421875x38.46875] overflow: [9,85.9375 98.421875x76.9375]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,85.9375 30.59375x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [39.59375,85.9375 35.265625x76.9375]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<TR>) [9,124.40625 98.421875x38.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [9,124.40625 30.59375x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [74.859375,124.40625 32.5625x38.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,163.875 784x0]
|
||||
|
|
|
@ -16,3 +16,16 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
frag 0 from TextNode start: 0, length: 3, rect: [10,10 26.640625x0]
|
||||
"top"
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x218]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [9,9 300x200]
|
||||
PaintableBox (Box<BODY>.table) [9,9 300x200]
|
||||
PaintableBox (Box<DIV>.bottom) [10,10 298x0]
|
||||
PaintableBox (Box(anonymous)) [10,10 298x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [10,10 298x0]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableBox (Box<DIV>.top) [10,10 298x0]
|
||||
PaintableBox (Box(anonymous)) [10,10 298x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [10,10 298x0]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -6,3 +6,12 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
Box <tbody> at (108,108) content-size 580x10 table-row-group children: not-inline
|
||||
Box <tr> at (110,110) content-size 580x10 table-row children: not-inline
|
||||
BlockContainer <td.cell> at (111,115) content-size 578x0 table-cell [BFC] children: not-inline
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x214]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 784x214]
|
||||
PaintableBox (Box<TABLE>.table) [8,8 784x214]
|
||||
PaintableBox (Box<TBODY>) [108,108 580x10] overflow: [108,108 582x12]
|
||||
PaintableBox (Box<TR>) [110,110 580x10]
|
||||
PaintableWithLines (BlockContainer<TD>.cell) [110,110 580x10]
|
||||
|
|
|
@ -22,3 +22,17 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x220]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x204]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 144.1875x204]
|
||||
PaintableBox (Box<TABLE>) [8,8 144.1875x204]
|
||||
PaintableBox (Box<TBODY>) [9,9 134.1875x198] overflow: [9,9 140.1875x200]
|
||||
PaintableBox (Box<TR>) [11,11 134.1875x198] overflow: [11,11 138.1875x198]
|
||||
PaintableWithLines (BlockContainer<TD>) [11,11 28.640625x198]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [41.640625,11 47.4375x198]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [91.078125,11 58.109375x198]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -25,3 +25,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -30,3 +30,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [63,11 362x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -30,3 +30,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [31.265625,11 393.734375x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -25,3 +25,15 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (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]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [31.265625,11 393.734375x21.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -36,3 +36,17 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> (not painted) children: inline
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x20.46875]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 784x20.46875]
|
||||
PaintableBox (Box<TABLE>) [8,8 784x20.46875]
|
||||
PaintableBox (Box<TBODY>) [8,8 783.96875x20.46875]
|
||||
PaintableBox (Box<TR>) [8,8 783.96875x20.46875]
|
||||
PaintableWithLines (BlockContainer<TD>) [8,8 218.09375x20.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [226.09375,8 155.921875x20.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<TD>) [382.015625,8 409.953125x20.46875]
|
||||
TextPaintable (TextNode<#text>)
|
||||
|
|
|
@ -5,3 +5,11 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
Box <div.table> at (8,8) content-size 200x0 table-box [TFC] children: not-inline
|
||||
Box <div.row> at (8,8) content-size 200x0 table-row children: not-inline
|
||||
BlockContainer <div.cell> at (8,8) content-size 200x0 table-cell [BFC] children: not-inline
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x0]
|
||||
PaintableWithLines (TableWrapper(anonymous)) [8,8 200x0]
|
||||
PaintableBox (Box<DIV>.table) [8,8 200x0]
|
||||
PaintableBox (Box<DIV>.row) [8,8 200x0]
|
||||
PaintableWithLines (BlockContainer<DIV>.cell) [8,8 200x0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue