Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/filter-effects/fixed-pos-filter-clip-001.html
<!DOCTYPE html> <meta charset="utf-8"> <meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-399"> <title>filter + fixed pos clipping</title> <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> <link rel="author" title="Mozilla" href="https://mozilla.org"> <link rel="help" href="https://drafts.fxtf.org/filter-effects/#FilterProperty"> <link rel="help" href="https://bugzil.la/1661147"> <link rel="match" href="/css/reference/blank.html"> <body style="margin:0"> <div style="background:red; width: 200px; height: 200px;"></div> <div style="position: fixed; left: 0px; top: 0px;"> <div style="position: relative; background: white; filter: blur(10px); width: 400px; height: 400px; left: -50px; top: -50px;"></div> </div>
<!doctype html> <title>CSS Test Reference</title> <!-- Intentionally blank -->