Update web-platform-tests to revision 48e3fd2f4d41fa00640d27738bdda07db95594cc

This commit is contained in:
WPT Sync Bot 2020-12-16 08:23:35 +00:00
parent 3bf1085c72
commit fe2a1a9e9d
768 changed files with 50260 additions and 12336 deletions

View file

@ -16,6 +16,7 @@
}
.blue { color: blue; }
.space { color: transparent; }
.text { background: blue; }
</style>
<p>Test passes if a blue box (the white space) is visible at the left start in first line.</p>
<div>ب<span class="blue">X</span>OP<span class="space">X<br>XXX</span>D</div>
<div>ب<span class="blue">X</span><span class="text">OP</span><span class="space">X<br>XXX</span>D</div>

View file

@ -17,6 +17,7 @@
}
.blue { color: blue; }
.space { color: transparent; }
.text { background: blue; }
</style>
<p>Test passes if a blue box (the white space) is visible at the left start in first line.</p>
<div>ب<span class="blue">X</span>OP<span class="space">X<br>XXX</span>D</div>
<div>ب<span class="blue">X</span><span class="text">OP</span><span class="space">X<br>XXX</span>D</div>

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com"/>
<style>
div { white-space: pre; }
</style>
<p>Test passes if the characters below are arranged in pairs with a empty line in between.</p>
<div>ああ<br><br>ああ</div>