forked from mirrors/gecko-dev
		
	 ad5b003c60
			
		
	
	
		ad5b003c60
		
	
	
	
	
		
			
			Automatic update from web-platform-tests Move ruby tests out of vendor-imports (#8615) -- wpt-commits: d854644fdf6b3d7a4075dbf69a519251fd7b4cfd wpt-pr: 31999
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			441 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			441 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="ja">
 | |
| <head>
 | |
|   <meta charset="UTF-8">
 | |
|   <title>CSS Reference: Autohide ruby annotations which are identical to their bases</title>
 | |
|   <link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
 | |
|   <style>
 | |
|     body { line-height: 5em; }
 | |
|   </style>
 | |
| </head>
 | |
| <body>
 | |
|   <ruby>
 | |
|     <rb>振</rb><rb>り</rb><rb>仮</rb><rb>名</rb>
 | |
|     <rt>ふ</rt><rt></rt><rt>が</rt><rt>な</rt>
 | |
|   </ruby>
 | |
| </body>
 | |
| </html>
 |