gecko/layout/reftests/css-ruby/ruby-reflow-1-noruby.html

23 lines
701 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">
<style>
ruby { display: ruby; }
rb { display: ruby-base; white-space: nowrap; }
rp { display: none; }
rt { display: ruby-text; white-space: nowrap; }
rbc { display: ruby-base-container; }
rtc { display: ruby-text-container; font-size:50%; }
ruby, rb, rt, rbc, rtc { unicode-bidi: isolate; }
</style>
</head>
<body>
新幹線
</body>
</html>