mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34
This commit is contained in:
@@ -14,29 +14,35 @@
|
||||
|
||||
<style type="text/css">
|
||||
body
|
||||
{
|
||||
color: yellow;
|
||||
font: 20px/1 Ahem;
|
||||
}
|
||||
{
|
||||
color: yellow;
|
||||
font: 20px/1 Ahem;
|
||||
}
|
||||
|
||||
div#abs-pos
|
||||
{
|
||||
height: 9em;
|
||||
left: auto;
|
||||
position: absolute;
|
||||
writing-mode: vertical-lr;
|
||||
}
|
||||
{
|
||||
height: 9em;
|
||||
left: auto;
|
||||
position: absolute;
|
||||
writing-mode: vertical-lr;
|
||||
}
|
||||
|
||||
div#abs-pos > div
|
||||
{
|
||||
background-color: blue;
|
||||
border-bottom: blue solid 1em;
|
||||
border-top: blue solid 1em;
|
||||
}
|
||||
{
|
||||
background-color: blue;
|
||||
border-bottom: blue solid 1em;
|
||||
border-top: blue solid 1em;
|
||||
}
|
||||
|
||||
div.left-border { border-left: blue solid 1em; }
|
||||
div.left-border
|
||||
{
|
||||
border-left: blue solid 1em;
|
||||
}
|
||||
|
||||
div#right-border { border-right: blue solid 1em; }
|
||||
div#right-border
|
||||
{
|
||||
border-right: blue solid 1em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user