testing/web-platform/tests/css/css-masking/mask-image/reference/mask-image-ib-split-ref.html
author Lando <lando@lando.test>
Thu, 10 Jul 2025 16:11:40 +0000 (10 hours ago)
changeset 795966 8f464d9c468ba1a7c1b0338deaa8bc8023f8ae3d
parent 501638 b30cd570f78dccede3891c605aefaaacfc80816f
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<title>CSS Reference: mask-image on an inline with a block inside split by a columnset</title>
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
<style>
  body { column-width: 40px; column-gap: 0; }
  div { padding-inline-start: 40px; margin: 1em 0; border-bottom-style: solid; }
  span { margin-inline-end: -2px; }
  div { mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGDwAQAAUQBNt+pgmgAAAABJRU5ErkJggg==); }
</style>
<body><x><span></span><div></div></x></body>
</html>