testing/web-platform/tests/css/css-backgrounds/background-margin-iframe-root.html
author Duncan McIntosh <dmcintosh@mozilla.com>
Wed, 09 Jul 2025 19:42:02 +0000 (8 hours ago)
changeset 795924 9ccc6a2267cbf69c621fec973bd28573c2a45a1f
parent 572024 bfa0efec7d9a1312a5ddf14d4ceab2362c146f0f
permissions -rw-r--r--
Bug 1966586 - Reuse other browser windows when opening _blank links in Taskbar Tabs windows. r=nrishel This doesn't affect other tab additions, nor does it stop the tab bar from appearing altogether. The idea is that _if_ another tab is somehow made, the user should see it; but we should not create new tabs if we can avoid it. This also adds tests for opening URIs in popups and taskbar tabs to make it less likely that this breaks in future. Differential Revision: https://phabricator.services.mozilla.com/D253726
<!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">
<meta name=fuzzy content="0-1;0-750">
<iframe srcdoc="
<!doctype HTML>
<style>
  html {
    background: linear-gradient(lightblue, yellow);
    height: 300px;
    margin: 50px;
    overflow: hidden;
  }
</style>"></iframe>