Status: PASS | Duration: 8ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/filter-effects/root-element-with-opacity-filter-001.html
<!DOCTYPE html> <title>Opacity Filter: root element opacity filter</title> <link rel="help" href="https://drafts.fxtf.org/filter-effects/#FilterProperty"> <link rel="help" href="https://drafts.fxtf.org/filter-effects/#funcdef-filter-opacity"> <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=349587"> <link rel="match" href="reference/root-element-with-opacity-filter-001-ref.html"> <meta name="assert" content="This test ensures that the root renderer has an opacity filter"/> <html style="filter: opacity(0.501)"> This test ensures we properly paint the root element when an opacity filter is applied.
/css/filter-effects/reference/root-element-with-opacity-filter-001-ref.html
<!DOCTYPE html> <html> <body style="filter: opacity(0.501)"> This test ensures we properly paint the root element when an opacity filter is applied.