Commit 938e197b authored by Glenn Watson's avatar Glenn Watson
Browse files

Bug 1770045 - Fix panic in render task graph with nested backdrop-filters r=gfx-reviewers,bradwerth

This was fixed by the patch in 1769963, so this patch just adds a
crash test to ensure we don't regress in future.

Differential Revision: https://phabricator.services.mozilla.com/D147223
parent 37541b0c
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
<style>
* {
  backdrop-filter: sepia(16%);
  opacity: 0.879;
}
input {
  border: none;
}
</style>
<input>
+1 −0
Original line number Diff line number Diff line
@@ -214,3 +214,4 @@ load 1758127-1.html
load 1762973-1.html
pref(layout.css.backdrop-filter.enabled,true) load 1765667.html
load 1768096-1.html
pref(layout.css.backdrop-filter.enabled,true) load 1770045.html