Bug 478219 test.

This commit is contained in:
Boris Zbarsky 2009-03-16 07:53:13 -04:00
parent 914389430a
commit 864d26a94d
2 changed files with 27 additions and 0 deletions

View 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>

View File

@ -31,3 +31,4 @@ load 404123-1.html
load 455451-1.html
load 457537-1.html
load 457537-2.html
load 478219-1.xhtml