Update web-platform-tests to revision 78eae724c61bb01d858a01a324363e997ac66851

This commit is contained in:
WPT Sync Bot 2020-04-25 08:18:23 +00:00
parent 537e575d3d
commit 55139554ba
366 changed files with 10291 additions and 2008 deletions

View file

@ -0,0 +1,12 @@
<!doctype HTML>
<title>Backgrounds on the root element should extend to cover the entire canvas in the presence of margin</title>
<link rel="author" title="Philip Rogers" href="mailto:pdr@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#root-background">
<link rel="match" href="background-margin-root-ref.html">
<style>
html {
background: linear-gradient(lightblue, yellow);
height: 300px;
margin: 50px;
}
</style>