Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b

This commit is contained in:
Ms2ger 2015-10-06 12:33:05 +02:00
parent ad94ef5a96
commit 145aea3eeb
1196 changed files with 14344 additions and 6221 deletions

View file

@ -4,7 +4,7 @@
<link href="mailto:disound@gmail.com" rel="author" title="disound" />
<link href="http://www.w3.org/TR/css3-background/#the-border-style" rel="help" />
<meta content="image" name="flags" />
<meta content="Border-style is a shorthand for the other four. Its four values set the top, right, bottom and left border respectively. A missing left is the same as right, a missing bottom is the same as top, and a missing right is also the same as top." name="assert" />
<meta content="'Border-style' is a shorthand for the other four. Its four values set the top, right, bottom and left border respectively. A missing left is the same as right, a missing bottom is the same as top, and a missing right is also the same as top." name="assert" />
<style>
#ref {
background-color: white;
@ -30,4 +30,5 @@
<div id="ref"></div>
<div id="test"></div>
</body></html>