mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Update web-platform-tests to revision 14f4f8e2c8ec5868a7c50fe647555cd966ba08a3
This commit is contained in:
parent
3097eb7de9
commit
714a3cfe1e
101 changed files with 2305 additions and 206 deletions
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<title>CSS Reference Test</title>
|
||||
|
||||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
||||
|
||||
<style>
|
||||
div
|
||||
{
|
||||
background-color: green;
|
||||
height: 100px;
|
||||
width: 600px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if there is a filled green rectangle and <strong>no red</strong>.
|
||||
|
||||
<div></div>
|
Loading…
Add table
Add a link
Reference in a new issue