mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision a5cb9597799c5f9bf0a809006161a0c50055828f
This commit is contained in:
parent
8b56b7a3c2
commit
2a42c14544
646 changed files with 93200 additions and 2587 deletions
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="UTF-8">
|
||||
<title>Absolutely-positioned element in ruby container</title>
|
||||
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ruby-1/#formatting-context">
|
||||
<link rel="match" href="abs-in-ruby-base-ref.html">
|
||||
<link rel="stylesheet" href="/fonts/ahem.css">
|
||||
<link rel="stylesheet" href="support/ruby-common.css">
|
||||
<style>
|
||||
.rel { position: relative; }
|
||||
.abs { position: absolute; left: 0; top: -1em; }
|
||||
</style>
|
||||
<body style="font: 50px/3 Ahem">
|
||||
X<ruby class="rel"><rbc><rb><span class="abs">X</span></rb></rbc></ruby>
|
Loading…
Add table
Add a link
Reference in a new issue