forked from mirrors/gecko-dev
		
	--HG-- extra : rebase_source : 51c27b69f29ce299954ddafc6140a91fc508b917 extra : source : 5cb02c09512316d63f6a3fbda81d04a081cf2907 extra : histedit_source : 01eccfaa0faf1d92e45324e3bb296334fbd53449
		
			
				
	
	
		
			31 lines
		
	
	
	
		
			775 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
	
		
			775 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
  <meta charset="UTF-8">
 | 
						|
  <title>Bug 1055665 - Test for ruby-position</title>
 | 
						|
  <link rel="stylesheet" href="common.css">
 | 
						|
  <style>
 | 
						|
    html {
 | 
						|
      writing-mode: vertical-rl;
 | 
						|
    }
 | 
						|
    body {
 | 
						|
      font-family: monospace;
 | 
						|
      /* use a large line-height here to avoid additional leadings */
 | 
						|
      line-height: 8em;
 | 
						|
    }
 | 
						|
    rtc, rt {
 | 
						|
      font-size: 100% !important;
 | 
						|
      line-height: normal !important;
 | 
						|
    }
 | 
						|
  </style>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <ruby>
 | 
						|
    <rb>base##</rb>
 | 
						|
    <rtc style="ruby-position: under"><rt>left##</rt></rtc>
 | 
						|
    <rtc style="ruby-position: over"><rt>right#</rt></rtc>
 | 
						|
    <rtc style="ruby-position: under"><rt>left2#</rt></rtc>
 | 
						|
    <rtc style="ruby-position: over"><rt>right2</rt></rtc>
 | 
						|
  </ruby>
 | 
						|
</body>
 | 
						|
</html>
 |