Update web-platform-tests to revision fa5f0edd48aca7acfa7d35f1be31cb0dd65817c6

This commit is contained in:
WPT Sync Bot 2020-06-25 08:21:34 +00:00
parent 6659e9004d
commit a4cebda3db
110 changed files with 1473 additions and 526 deletions

View file

@ -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>