Update web-platform-tests to revision 9b5bdedc2ad7797a6b99895157aeaa2b3a2d61e6

This commit is contained in:
WPT Sync Bot 2020-04-20 08:19:06 +00:00
parent 99cd30eaad
commit 10112eddce
92 changed files with 1518 additions and 445 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>Empty ruby text container</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="help" href="https://drafts.csswg.org/css-ruby-1/#ruby-layout">
<link rel="match" href="empty-ruby-text-container-ref.html">
<style>
a { float: right; }
</style>
<div style="font-size: 64px; line-height: 5">a<ruby><rb>b</rb><rtc><a>&nbsp;</a></rtc><rt>c</rt></ruby>d</div>