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

@@ -17,8 +17,8 @@
left: 10px;
}
#a {
top: 150px;
left: 230px;
top: 148px;
left: 239px;
border: 2px dotted blue;
background: green;
border-radius: 3px;
@@ -29,8 +29,8 @@
flex: none;
}
#b {
top: 150px;
left: 283px;
top: 148px;
left: 293px;
border: 2px dotted blue;
background: green;
border-radius: 3px;
@@ -41,8 +41,8 @@
flex: none;
}
#c {
top: 150px;
left: 336px;
top: 148px;
left: 347px;
border: 2px dotted blue;
background: green;
border-radius: 3px;
@@ -63,4 +63,5 @@
<div style="position:absolute" id="b"></div>
<div style="position:absolute" id="c"></div>
</body></html>