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

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" >
<html lang="en">
<head>
<meta charset="utf-8">
<title>text-align: justify, dir=auto, RTL first strong</title>
@ -7,24 +7,20 @@
<link rel='help' href='https://drafts.csswg.org/css-text-3/#text-align-property'>
<link rel='match' href='reference/text-align-justify-ref-005.html'>
<meta name="assert" content="text-align:justify aligns text in order to exactly fill the line box. Unless otherwise specified by text-align-last, the last line before a forced break or the end of the block is start-aligned in this case, to the right.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style type='text/css'>
.test { text-align: justify; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; width: 399px; color: orange; font: 24px/24px Ahem; }
.ref { text-align: right; position: relative; height:72px; }
.rb { position: absolute; background-color: orange; width: 72px; }
#rb1 { top: 0; left: 0; height: 48px; }
#rb2 { top: 0; left: 109px; height: 48px; }
#rb3 { top: 0; left: 218px; height: 48px; }
#rb4 { top: 0; left: 327px; height: 72px; }
#rb5 { top: 48px; right: 96px; height: 24px; }
#rb6 { top: 48px; right: 192px; height: 24px; }
.test, .ref { border: 1px solid orange; margin: 20px; width: 450px; color: orange; font: 25px/1 Ahem; }
</style>
</head>
<body>
<div id='instructions'>Test passes if the shading in both orange boxes is the same.</div>
<div dir="auto" class="test">&rlm;XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX</div>
<div class="ref"><div class="rb" id="rb1"></div><div class="rb" id="rb2"></div><div class="rb" id="rb3"></div><div class="rb" id="rb4"></div><div class="rb" id="rb5"></div><div class="rb" id="rb6"></div></div>
<div dir="auto" class="test">&rlm;TES TES TES TES TES TES TES TES TES TES TES</div>
<div class="ref">
<div style="word-spacing: 1em;">REF REF REF REF</div>
<div style="word-spacing: 1em;">REF REF REF REF</div>
<div style="text-align: right;">REF REF REF</div>
</div>
</body>
</html>
</html>