зеркало из https://github.com/mozilla/gecko-dev.git
Bug 478219 test.
This commit is contained in:
Родитель
1863ecc5d2
Коммит
c671919d32
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче