summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/reference/clip-under-filter-003-ref.html
blob: e60456b3058be9055adbf45c4feffee4b40e9b56 (plain)
1
2
3
4
5
<!DOCTYPE html>
<div style="width:100px; height:100px; border:5px dashed black; background:green;">
</div>
This test verifies overflow clip correctly applies to children in the presence of a filter on the same element.<br/>
It succeeds if a green box with dashed black border is shown. No red border should be visible.