wpt / css / css-break / ink-overflow-001-print.html

Status: PASS | Duration: 28ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-break/ink-overflow-001-print.html

<!DOCTYPE html>
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
<link rel="help" href="https://www.w3.org/TR/css-break-3/">
<link rel="match" href="about:blank">
<meta name="flags" content="paged">
<style>
@page {
  size: 5in 3in;
  margin: 0.5in;
}

:root {
  print-color-adjust: exact;
}

html,body {
  color:black; background-color:white; font:20px/1 monospace; padding:0; margin:0;
}

body {
  width: 100vw;
  height: 100vh;
  outline: 100px solid red;
  box-shadow: 100px 100px 0 #F00;
}
</style>
<body></body>

/css/css-break/about:blank

Failed to load source: wpt.live returned HTTP 404 Not Found for https://raw.githubusercontent.com/web-platform-tests/wpt/a95401e4e06351eb1e15f0e15cf50abf08fa545f/css/css-break/about:blank