blob: 08464fc9eb408f892a9a9922c3d923c380e82d26 [file] [log] [blame]
<!doctype HTML>
<title>Backgrounds on the root element of an iframe should extend to cover the entire canvas of the iframe 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-iframe-root-ref.html">
<iframe srcdoc="
<!doctype HTML>
<style>
html {
background: linear-gradient(lightblue, yellow);
height: 300px;
margin: 50px;
overflow: hidden;
}
</style>"></iframe>