mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 4333a1d2f109795547fc5e22ebfc8481fa649de7
This commit is contained in:
parent
728ebcc932
commit
8c46b67f8e
456 changed files with 10561 additions and 5108 deletions
|
@ -26,6 +26,7 @@
|
|||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="support/scrollbars.css">
|
||||
|
||||
<p>The test passes if you see scrollbars but there's no overflow, so you cannot actually scroll.</p>
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
display: table-cell;
|
||||
background: cyan;
|
||||
overflow: scroll;
|
||||
margin: 1px 2px 3px 4px;
|
||||
padding: 5px 15px 10px 20px;
|
||||
border: solid magenta;
|
||||
border-width: 12px 9px 6px 3px;
|
||||
|
@ -29,6 +28,7 @@
|
|||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="support/scrollbars.css">
|
||||
|
||||
<p>The test passes if you see scrollbars but there's no overflow, so you cannot actually scroll.</p>
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ img {
|
|||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="support/scrollbars.css">
|
||||
|
||||
<p>The test passes if you see scrollbars but there's no overflow, so you cannot actually scroll.</p>
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
display: table-cell;
|
||||
background: cyan;
|
||||
overflow: scroll;
|
||||
margin: 1px 2px 3px 4px;
|
||||
padding: 5px 15px 10px 20px;
|
||||
border: solid magenta;
|
||||
border-width: 12px 9px 6px 3px;
|
||||
|
@ -30,6 +29,7 @@ img {
|
|||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="support/scrollbars.css">
|
||||
|
||||
<p>The test passes if you see scrollbars but there's no overflow, so you cannot actually scroll.</p>
|
||||
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/* This makes the scrollbars visible on mac, both to humans and screenshots.*/
|
||||
|
||||
::-webkit-scrollbar {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: #eee;
|
||||
border-radius: 8px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue