tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mask-no-interpolation.html (588B)


      1 <!DOCTYPE html>
      2 <link rel=author href="mailto:jarhar@chromium.org">
      3 <link rel=help href="https://drafts.fxtf.org/css-masking/#the-mask">
      4 <link rel=help href="https://github.com/w3c/csswg-drafts/issues/4441">
      5 <link rel=help href="https://drafts.csswg.org/css-transitions-2/#transition-property-property">
      6 <script src="/resources/testharness.js"></script>
      7 <script src="/resources/testharnessreport.js"></script>
      8 <script src="/css/support/interpolation-testcommon.js"></script>
      9 
     10 <body>
     11 <script>
     12 test_no_interpolation({
     13  property: 'mask',
     14  from: 'none',
     15  to: 'url(mask.png)'
     16 });
     17 </script>