mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<title>CSS Backgrounds and Borders Test: border_style_values</title>
|
||||
<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="‘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. <border-style> = none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset" 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. <border-style> = none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset" name="assert">
|
||||
<style>
|
||||
#test {
|
||||
width: 100%;
|
||||
@@ -66,4 +66,5 @@
|
||||
<div id="outset">outset</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user