mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision 78eae724c61bb01d858a01a324363e997ac66851
This commit is contained in:
parent
537e575d3d
commit
55139554ba
366 changed files with 10291 additions and 2008 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue