mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user