mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:42:43 +00:00 
			
		
		
		
	Base: Add a little web test page for inline elements with CSS padding
This commit is contained in:
		
							parent
							
								
									f35b406dfb
								
							
						
					
					
						commit
						017490aa7f
					
				
					 2 changed files with 16 additions and 0 deletions
				
			
		
							
								
								
									
										15
									
								
								Base/res/html/misc/padding-inline.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								Base/res/html/misc/padding-inline.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | |||
| <style> | ||||
| span { | ||||
|     padding-left: 20px; | ||||
|     padding-right: 40px; | ||||
|     padding-top: 10px; | ||||
|     padding-bottom: 10px; | ||||
|     background-color: red; | ||||
|     border: 3px solid black; | ||||
|     color: white; | ||||
| } | ||||
| </style> | ||||
| <div> | ||||
|     <span>Hello friends!</span> | ||||
|     <span>This span has padding!</span> | ||||
| </div> | ||||
|  | @ -35,6 +35,7 @@ span#loadtime { | |||
|     <p>This page loaded in <b><span id="loadtime"></span></b> ms</p> | ||||
|     <p>Some small test pages:</p> | ||||
|     <ul> | ||||
|         <li><a href="padding-inline.html">inline elements with padding</a></li> | ||||
|         <li><a href="event-bubbling-and-multiple-listeners.html">event bubbling and multiple listeners</a></li> | ||||
|         <li><a href="checkbox.html">checkbox</a></li> | ||||
|         <li><a href="canvas-rotate.html">canvas rotate()</a></li> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling