Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger
2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View File

@@ -6,7 +6,7 @@ body {
color: blue;
}
/* Set the width of the content div so that the blocks will wrap downward when they're not flowing into a region */
#content {
#content {
flow-into: content;
width: 125px;
}
@@ -22,7 +22,7 @@ body {
background-color: gray;
display: inline-block;
width: 100px;
height: 100px;
height: 100px;
}
/* Set color on the target to be different than the others */
#target-block {
@@ -46,4 +46,4 @@ input:focus {
}
#log {
clear: both;
}
}

View File

@@ -1,10 +1,10 @@
#source
#source
{
flow-into: content;
}
#region
{
flow-from: content;
#region
{
flow-from: content;
}
#start-select
{
@@ -18,5 +18,5 @@
{
width: 15px;
height: 15px;
display: inline-block;
}
display: inline-block;
}