mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Adding outset ref test.
This commit is contained in:
parent
06bbecc049
commit
b6f315cb35
2 changed files with 21 additions and 0 deletions
|
@ -220,4 +220,5 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
== table_caption_bottom_a.html table_caption_bottom_ref.html
|
== table_caption_bottom_a.html table_caption_bottom_ref.html
|
||||||
== clip_a.html clip_ref.html
|
== clip_a.html clip_ref.html
|
||||||
!= inset_blackborder.html blackborder_ref.html
|
!= inset_blackborder.html blackborder_ref.html
|
||||||
|
!= outset_blackborder.html blackborder_ref.html
|
||||||
|
|
||||||
|
|
20
tests/ref/outset_blackborder.html
Normal file
20
tests/ref/outset_blackborder.html
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<html>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box {
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
margin: 0px;
|
||||||
|
border-width: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.outset { border-style: outset; }
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="box outset"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue