mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update web-platform-tests to revision fa5f0edd48aca7acfa7d35f1be31cb0dd65817c6
This commit is contained in:
parent
6659e9004d
commit
a4cebda3db
110 changed files with 1473 additions and 526 deletions
|
@ -0,0 +1,28 @@
|
|||
<!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
|
||||
{
|
||||
border: 10px double red;
|
||||
border-image-outset: 2;
|
||||
border-image-repeat: round stretch;
|
||||
border-image-slice: 30;
|
||||
border-image-source: url("../support/blue-and-red-diamonds-81x81.png");
|
||||
border-image-width: 4;
|
||||
height: 150px;
|
||||
margin: 50px 0px 100px 50px;
|
||||
width: 150px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if there are <strong>2 identical images.</strong>
|
||||
|
||||
<div></div>
|
||||
|
||||
<div></div>
|
Loading…
Add table
Add a link
Reference in a new issue