mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1069519 part 1 - Use common.css in previous ruby reftests. r=dholbert
--HG-- extra : source : 044fe5c95847a6324cdc66e0b2f5855c38d05f0e
This commit is contained in:
parent
b2edbbe9e5
commit
2f733e0b8b
@ -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>
|
||||
新幹線
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user