mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Update web-platform-tests to revision 56ac936e7ad12aa22ecf12e43d560a8039522677
This commit is contained in:
parent
6757f22bb2
commit
e89aad0a30
78 changed files with 806 additions and 246 deletions
|
@ -0,0 +1,22 @@
|
|||
<!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: orange;
|
||||
border: blue solid 30px;
|
||||
box-shadow: 20px 20px darkgray;
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if there is a filled orange square with a thick blue border and if such square has a gray outer shadow at its bottom and at its right side.
|
||||
|
||||
<div></div>
|
Loading…
Add table
Add a link
Reference in a new issue