mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'1393983442315fc6a96bacda5202036ca10327e3'
This commit is contained in:
parent
37f26f5250
commit
e8bd8b22fa
300 changed files with 3487 additions and 1857 deletions
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="UTF-8">
|
||||
<title>CSS Ruby reference</title>
|
||||
<style>
|
||||
div { font-size: 50px; }
|
||||
rb, rt, span { unicode-bidi: isolate; }
|
||||
</style>
|
||||
<p>All three examples should look the same:</p>
|
||||
|
||||
<div>
|
||||
<p>
|
||||
<ruby dir=rtl>۱ ۲ ۳<rt>1 2 3</rt></ruby>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<ruby dir=rtl>۱ ۲ ۳<rt>1 2 3</rt></ruby>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<ruby dir=rtl>۱ ۲ ۳<rt>1 2 3</rt></ruby>
|
||||
</p>
|
||||
</div>
|
26
tests/wpt/web-platform-tests/css/css-ruby/ruby-bidi-004.html
Normal file
26
tests/wpt/web-platform-tests/css/css-ruby/ruby-bidi-004.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="UTF-8">
|
||||
<title>CSS Ruby test: dir=rtl on rb and rt elements</title>
|
||||
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
|
||||
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ruby-1/#bidi">
|
||||
<link rel="match" href="ruby-bidi-004-ref.html">
|
||||
<style>
|
||||
div { font-size: 50px; }
|
||||
rb, rt, span { unicode-bidi: isolate; }
|
||||
</style>
|
||||
<p>All three examples should look the same:</p>
|
||||
|
||||
<div>
|
||||
<p>
|
||||
<ruby dir=rtl>۱ ۲ ۳<rt>1 2 3</rt></ruby>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<ruby><span dir=rtl>۱ ۲ ۳</span><rt dir=rtl>1 2 3</rt></ruby>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<ruby><rb dir=rtl>۱ ۲ ۳</rb><rt dir=rtl>1 2 3</rt></ruby>
|
||||
</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue