mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Issue #1382 - Part 2: Add crash test
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=842114
This commit is contained in:
parent
691afc8c8b
commit
ebe27baa23
2 changed files with 7 additions and 0 deletions
6
layout/base/crashtests/842114.html
Normal file
6
layout/base/crashtests/842114.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div style="filter: url(#f); display: inline;"><div></div><svg><filter id="f"/></svg></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -438,6 +438,7 @@ load 833604-1.html
|
|||
load 835056.html
|
||||
load 836990-1.html
|
||||
load 840480.html
|
||||
load 842114.html
|
||||
load 847242.html
|
||||
pref(layers.progressive-paint,false) pref(layers.low-precision-buffer,false) load 852293.html
|
||||
pref(layers.force-active,true) load 859526-1.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue