Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'

This commit is contained in:
WPT Sync Bot 2022-11-10 01:22:36 +00:00
parent ace9b32b1c
commit df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions

View file

@ -8,6 +8,17 @@
<title>CSS Ruby Reference: basic 'block ruby' layout.</title>
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
<style>
@font-face
{
font-family: "mplus-1p-regular";
src: url("/fonts/mplus-1p-regular.woff") format("woff");
}
html
{
font-family: "mplus-1p-regular";
}
.b { background: lightblue; }
.mbp {
margin: 1px 3px 5px 7px;
@ -25,13 +36,13 @@ rbc {
display: ruby-base-container;
unicode-bidi: isolate;
}
.w { white-space: nowrap; width:2.5em; }
.w { white-space: nowrap; width:2.5em; margin: 1em 0em; }
</style>
A<div class=b><ruby><rt></rt></ruby></div>B
A<div class="b"><ruby><rt></rt></ruby></div>B
A<div class="mbp b"><ruby><rt></rt></ruby></div>B
<div class=columns>A<div class="mbp b"><ruby><rt></rt><rt></rt><rt></rt><rt></rt><rt></rt></ruby></div>B</div>
<div style="width:2.5em; border:1px solid; text-align: center">
<p><div class="w b"><ruby><rb><rb><rb><rb><rb><rb><rb><rb></ruby></div></p>
<p><div class="w b"><ruby><rbc></rbc><rbc></rbc><rbc></rbc><rbc></rbc><rbc></rbc><rbc></rbc><rbc></rbc><rbc></rbc></ruby></div></p>
<div class="columns">A<div class="mbp b"><ruby><rt></rt><rt></rt><rt></rt><rt></rt><rt></rt></ruby></div>B</div>
<div style="width:2.5em; border:1px solid;">
<div class="w b"><ruby><rb><rb><rb><rb><rb><rb><rb><rb></ruby></div>
<div class="w b"><ruby><rbc></rbc><rbc></rbc><rbc></rbc><rbc></rbc><rbc></rbc><rbc></rbc><rbc></rbc><rbc></rbc></ruby></div>
</div>
</html>