Update web-platform-tests to revision 4333a1d2f109795547fc5e22ebfc8481fa649de7

This commit is contained in:
WPT Sync Bot 2018-06-22 21:05:34 -04:00
parent 728ebcc932
commit 8c46b67f8e
456 changed files with 10561 additions and 5108 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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;
}