mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:32:43 +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.
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| 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]
 | |
|                     "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]
 | |
|                     "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]
 | |
|                 TextPaintable (TextNode<#text>)
 |