mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 478219 test.
This commit is contained in:
parent
914389430a
commit
864d26a94d
26
layout/forms/crashtests/478219-1.xhtml
Normal file
26
layout/forms/crashtests/478219-1.xhtml
Normal file
@ -0,0 +1,26 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<input style="overflow: scroll;-moz-binding:url(#xbl);" type="image"/>
|
||||
<script>
|
||||
alert('test');
|
||||
</script>
|
||||
</body>
|
||||
|
||||
<bindings xmlns="http://www.mozilla.org/xbl">
|
||||
<binding id="xbl" inheritstyle="false">
|
||||
<content>
|
||||
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" contenteditable="true">
|
||||
<style>style {-moz-binding:url(#xbl);</style>
|
||||
</div>
|
||||
|
||||
<textarea xmlns="http://www.w3.org/1999/xhtml"></textarea>
|
||||
|
||||
</content>
|
||||
|
||||
</binding>
|
||||
|
||||
</bindings>
|
||||
</html>
|
@ -31,3 +31,4 @@ load 404123-1.html
|
||||
load 455451-1.html
|
||||
load 457537-1.html
|
||||
load 457537-2.html
|
||||
load 478219-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user