summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ruby/ruby-reflow-1-noruby.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-ruby/ruby-reflow-1-noruby.html')
-rw-r--r--layout/reftests/css-ruby/ruby-reflow-1-noruby.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/css-ruby/ruby-reflow-1-noruby.html b/layout/reftests/css-ruby/ruby-reflow-1-noruby.html
new file mode 100644
index 000000000..4119dc9bd
--- /dev/null
+++ b/layout/reftests/css-ruby/ruby-reflow-1-noruby.html
@@ -0,0 +1,17 @@
+<!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; }
+</style>
+</head>
+<body>
+新幹線
+</body>
+</html>