Update web-platform-tests to revision 9d583db6a1a16763322dce912bf057490cd7b0c7

This commit is contained in:
WPT Sync Bot 2020-04-19 08:19:10 +00:00
parent 306e8ac5f9
commit e116a19f0b
243 changed files with 6909 additions and 2244 deletions

View file

@ -19,7 +19,7 @@ and the element is scrolled to (0, 60px), only the second image is shown." />
#element-with-attachment-scroll {
width: 500px;
height: 500px;
background-image: url('support/60x60-red.png'), url('support/60x60-green.png');
background-image: url('/css/support/60x60-red.png'), url('support/60x60-green.png');
background-position: 0 0, 0 60px;
background-repeat: no-repeat;
}