mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 5721f7843f406054b8e02b0e33ff8e733830cc3d
This commit is contained in:
parent
f9e7c6b9dc
commit
1dbfe69c91
124 changed files with 2796 additions and 350 deletions
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<link href="resources/flexbox.css" rel="stylesheet">
|
||||
<style>
|
||||
.flexbox, .inline-flexbox {
|
||||
width: 20em;
|
||||
font-kerning: none;
|
||||
}
|
||||
</style>
|
||||
<div class="flexbox">
|
||||
AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD
|
||||
</div>
|
||||
|
||||
<div class="inline-flexbox">
|
||||
AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD
|
||||
</div>
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<p>When stretching a range input, the thumb should be centered vertically.</p>
|
||||
<div style="height: 200px;">
|
||||
<input type="range" style="width: 100%; height: 100%; margin: 0;">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue