mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:32:44 +00:00 
			
		
		
		
	 c01c4b41e2
			
		
	
	
		c01c4b41e2
		
	
	
	
	
		
			
			This patch just adds the new root paintable and updates the tests expectations. The next patch will move painting logic from the layout viewport to the paint viewport.
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| Viewport <#document> at (0,0) content-size 800x600 children: not-inline
 | |
|   BlockContainer <html> at (1,1) content-size 798x124 [BFC] children: not-inline
 | |
|     BlockContainer <body> at (10,10) content-size 780x106 children: not-inline
 | |
|       TableWrapper <(anonymous)> at (10,10) content-size 110x106 [BFC] children: not-inline
 | |
|         Box <table> at (11,11) content-size 108x104 table-box [TFC] children: not-inline
 | |
|           Box <tbody> at (11,11) content-size 104x100 table-row-group children: not-inline
 | |
|             Box <tr> at (13,13) content-size 104x100 table-row children: not-inline
 | |
|               BlockContainer <td> at (15,62) content-size 100x2 table-cell [BFC] children: not-inline
 | |
|                 BlockContainer <(anonymous)> at (16,63) content-size 98x0 children: inline
 | |
|                   TextNode <#text>
 | |
| 
 | |
| ViewportPaintable (Viewport<#document>) [0,0 800x600]
 | |
|   PaintableWithLines (BlockContainer<HTML>) [0,0 800x126]
 | |
|     PaintableWithLines (BlockContainer<BODY>) [9,9 782x108]
 | |
|       PaintableWithLines (TableWrapper(anonymous)) [10,10 110x106]
 | |
|         PaintableBox (Box<TABLE>) [10,10 110x106]
 | |
|           PaintableBox (Box<TBODY>) [11,11 104x100] overflow: [11,11 106x102]
 | |
|             PaintableBox (Box<TR>) [13,13 104x100]
 | |
|               PaintableWithLines (BlockContainer<TD>) [13,13 104x100]
 | |
|                 PaintableWithLines (BlockContainer(anonymous)) [15,62 100x2]
 |