mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:32:45 +00:00 
			
		
		
		
	Base: Move HTML test pages into /home/anon/html
Also add a simple test page for inline style sheets.
This commit is contained in:
		
							parent
							
								
									37a37accd4
								
							
						
					
					
						commit
						17c06d7c9a
					
				
					 3 changed files with 24 additions and 0 deletions
				
			
		
							
								
								
									
										24
									
								
								Base/home/anon/html/css.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								Base/home/anon/html/css.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,24 @@ | |||
| <html> | ||||
|     <head> | ||||
|         <title>CSS test</title> | ||||
|         <style type="text/css"> | ||||
|             #foo { | ||||
|                 background-color: #ff0000; | ||||
|                 color: #00ffff; | ||||
|             } | ||||
|             #bar { | ||||
|                 background-color: #00ff00; | ||||
|                 color: #ff00ff; | ||||
|             } | ||||
|             #baz { | ||||
|                 background-color: #0000ff; | ||||
|                 color: #ffff00; | ||||
|             } | ||||
|         </style> | ||||
|     </head> | ||||
|     <body> | ||||
|         <div id="foo">This is foo</div> | ||||
|         <div id="bar">This is bar</div> | ||||
|         <div id="baz">This is baz</div> | ||||
|     </body> | ||||
| </html> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling