mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add a crashtest
This commit is contained in:
parent
50c5641cad
commit
d8a8d97b03
8
dom/src/jsurl/crashtests/341963-1.html
Normal file
8
dom/src/jsurl/crashtests/341963-1.html
Normal file
@ -0,0 +1,8 @@
|
||||
<script>
|
||||
|
||||
location = "javascript:x.x.x";
|
||||
|
||||
for(var i in {})
|
||||
;
|
||||
|
||||
</script>
|
@ -1,2 +1,3 @@
|
||||
load 341963-1.html
|
||||
load 344874-1.html
|
||||
load 344996-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user