Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34

This commit is contained in:
Ms2ger
2015-11-23 13:14:18 +01:00
parent 037cac7353
commit a00f2d6310
479 changed files with 13629 additions and 1611 deletions

View File

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