forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			621 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			621 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html style="overflow:hidden;">
 | 
						|
<head>
 | 
						|
<title>CSS Test: Ruby Base Frames Reflowed</title>
 | 
						|
<link rel="author" title="Susanna Bowen" href="mailto:sgbowen8@gmail.com">
 | 
						|
<link rel="help" href="http://www.w3.org/TR/2014/WD-css-ruby-1-20140805/">
 | 
						|
<meta name="assert" content="Test checks that ruby bases are reflowed.">
 | 
						|
<meta charset="UTF-8">
 | 
						|
<link rel="stylesheet" href="common.css">
 | 
						|
<style>
 | 
						|
body { line-height: 2em; }
 | 
						|
rtc { color: transparent; }
 | 
						|
</style>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<ruby>
 | 
						|
  <rbc><rb>新</rb><rb>幹</rb><rb>線</rb></rbc>
 | 
						|
  <rtc><rt>しん</rt><rt>かん</rt><rt>せん</rt></rtc>
 | 
						|
</ruby>
 | 
						|
</body>
 | 
						|
</html>
 |