mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision 9a5d71b326166e12784bdd9d161772e20f87c1fd
This commit is contained in:
parent
f7630dad87
commit
4ae3d09ff3
86 changed files with 2739 additions and 640 deletions
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<html lang=en>
|
||||
<meta charset=utf-8>
|
||||
<title>CSS test reference</title>
|
||||
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
|
||||
<style>
|
||||
div {
|
||||
display: inline-block;
|
||||
height: 5px;
|
||||
background: blue;
|
||||
width: 50px;
|
||||
color: transparent;
|
||||
font-size: 100px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if there are two, not one, blue lines below.</p>
|
||||
<div></div><div>a</div>
|
Loading…
Add table
Add a link
Reference in a new issue