mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision b'ac590e83f80632559480abda677db69b17f6ece1'
This commit is contained in:
parent
14fbe153e2
commit
56531f4672
148 changed files with 3092 additions and 1755 deletions
|
@ -6,6 +6,13 @@
|
|||
height: 0px;
|
||||
border: 1px dotted black;
|
||||
}
|
||||
select {
|
||||
/*
|
||||
WebKit applies intrinsic (default) margins to control elements in some circumstances,
|
||||
let's disable them to avoid mismatch errors caused by those margins.
|
||||
*/
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
|
@ -11,6 +11,13 @@
|
|||
height: 0px;
|
||||
border: 1px dotted black;
|
||||
}
|
||||
select {
|
||||
/*
|
||||
WebKit applies intrinsic (default) margins to control elements in some circumstances,
|
||||
let's disable them to avoid mismatch errors caused by those margins.
|
||||
*/
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
|
@ -10,6 +10,13 @@
|
|||
width: 100%;
|
||||
background: lime;
|
||||
}
|
||||
select {
|
||||
/*
|
||||
WebKit applies intrinsic (default) margins to control elements in some circumstances,
|
||||
let's disable them to avoid mismatch errors caused by those margins.
|
||||
*/
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
|
@ -14,6 +14,13 @@
|
|||
.with-background {
|
||||
background: lime;
|
||||
}
|
||||
select {
|
||||
/*
|
||||
WebKit applies intrinsic (default) margins to control elements in some circumstances,
|
||||
let's disable them to avoid mismatch errors caused by those margins.
|
||||
*/
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue