Update web-platform-tests to revision 9a6026305062c90d84a567d81434010dde6c6c22

This commit is contained in:
WPT Sync Bot 2020-04-21 08:21:40 +00:00
parent d77bf218fa
commit 906e45aab0
210 changed files with 6028 additions and 383 deletions

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<style>
body {
direction: rtl;
white-space: pre-wrap;
}
.bg {
background: orange;
}
.override {
unicode-bidi: bidi-override;
}
</style>
<body>
<div>אבג <span class="bg">אבגד</span> אבגדה</div>
<div>אבג <span class="bg">אבגד</span> אבגדה</div>
<div class="override">123 <span class="bg override">12345</span> 1234567</div>
<div class="override">123 <span class="bg override">12345</span> 1234567</div>
</body>