Bug 1069519 part 1 - Use common.css in previous ruby reftests. r=dholbert

--HG--
extra : source : 044fe5c95847a6324cdc66e0b2f5855c38d05f0e
This commit is contained in:
Xidorn Quan 2015-01-08 16:02:41 +11:00
parent b2edbbe9e5
commit 2f733e0b8b
7 changed files with 12 additions and 61 deletions

View File

@ -6,15 +6,7 @@
<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>
<link rel="stylesheet" href="common.css">
</head>
<body>
新幹線

View File

@ -6,15 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/2014/WD-css-ruby-1-20140805/">
<meta name="assert" content="Test checks that ruby text is rendered.">
<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>
<link rel="stylesheet" href="common.css">
</head>
<body>
<ruby>

View File

@ -6,14 +6,9 @@
<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>
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%; color: transparent; }
ruby, rb, rt, rbc, rtc { unicode-bidi: isolate; }
rtc { color: transparent; }
</style>
</head>
<body>

View File

@ -1,15 +1,9 @@
<html>
<meta charset="UTF-8">
<head>
<link rel="stylesheet" href="common.css">
<style>
body { line-height: 5em; }
ruby { display: ruby; }
rb { display: ruby-base; white-space: nowrap; }
rp { display: none; }
rt { display: ruby-text; white-space: nowrap; font-size: 50%; }
rbc { display: ruby-base-container; }
rtc { display: ruby-text-container; }
ruby, rb, rt, rbc, rtc { unicode-bidi: isolate; }
</style>
</head>
<body>
@ -25,7 +19,7 @@ ruby, rb, rt, rbc, rtc { unicode-bidi: isolate; }
<p>
<ruby><rbc><rb>Base one</rb><rb><span> </span></rb><rb>Base three</rb></rbc
><rtc><rt>Text one</rt><rt><span> </span></rt><rt>Text three</rt></rtc></ruby>
><rtc pseudo><rt>Text one</rt><rt pseudo><span> </span></rt><rt>Text three</rt></rtc></ruby>
</p>
<p>

View File

@ -1,15 +1,9 @@
<html>
<meta charset="UTF-8">
<head>
<link rel="stylesheet" href="common.css">
<style>
body { line-height: 5em; }
ruby { display: ruby; }
rb { display: ruby-base; white-space: nowrap; }
rp { display: none; }
rt { display: ruby-text; white-space: nowrap; font-size: 50%; }
rbc { display: ruby-base-container; }
rtc { display: ruby-text-container; }
ruby, rb, rt, rbc, rtc { unicode-bidi: isolate; }
</style>
</head>
<body>

View File

@ -2,25 +2,17 @@
<html>
<meta charset="UTF-8">
<head>
<style>
ruby { display: ruby; }
rb { display: ruby-base; white-space: nowrap; }
rp { display: none; }
rt { display: ruby-text; white-space: nowrap; font-size: 50%; }
rbc { display: ruby-base-container; }
rtc { display: ruby-text-container; }
ruby, rb, rt, rbc, rtc { unicode-bidi: isolate; }
</style>
<link rel="stylesheet" href="common.css">
</head>
<body>
<!-- Unclear how this should render. See http://lists.w3.org/Archives/Public/www-style/2014Jul/0620.html //-->
abcd<ruby><rbc><rb><span> BASE</span></rb></rbc><rtc><rt>TEXT</rt></rtc></ruby>
abcd<ruby><rbc><rb><span> BASE</span></rb></rbc><rtc pseudo><rt>TEXT</rt></rtc></ruby>
abcd<ruby><rbc><rb><span>BASE</span></rb></rbc><rtc><rt>TEXT</rt></rtc></ruby>
abcd<ruby><rbc><rb><span>BASE</span></rb></rbc><rtc pseudo><rt>TEXT</rt></rtc></ruby>
abcd<ruby><rbc><rb><span> BASE</span></rb></rbc><rtc><rt>TEXT</rt></rtc></ruby>
abcd<ruby><rbc><rb><span> BASE</span></rb></rbc><rtc pseudo><rt>TEXT</rt></rtc></ruby>
<ruby><rbc></rbc></ruby>

View File

@ -2,15 +2,7 @@
<html>
<meta charset="UTF-8">
<head>
<style>
ruby { display: ruby; }
rb { display: ruby-base; white-space: nowrap; }
rp { display: none; }
rt { display: ruby-text; white-space: nowrap; font-size: 50%; }
rbc { display: ruby-base-container; }
rtc { display: ruby-text-container; }
ruby, rb, rt, rbc, rtc { unicode-bidi: isolate; }
</style>
<link rel="stylesheet" href="common.css">
</head>
<body>