mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 559705 - Testcase. a=test
This commit is contained in:
parent
e1e320d77e
commit
b89bf03e3b
14
layout/base/crashtests/559705.xhtml
Normal file
14
layout/base/crashtests/559705.xhtml
Normal file
@ -0,0 +1,14 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<bindings xmlns="http://www.mozilla.org/xbl">
|
||||
<binding id="foo">
|
||||
<content>
|
||||
<iframe xmlns="http://www.w3.org/1999/xhtml" src="javascript:void 0"><children xmlns="http://www.mozilla.org/xbl"/></iframe>
|
||||
</content>
|
||||
</binding>
|
||||
</bindings>
|
||||
</head>
|
||||
<body>
|
||||
<span style="-moz-binding: url(#foo)"></span>
|
||||
</body>
|
||||
</html>
|
@ -299,6 +299,7 @@ load 540760.xul
|
||||
load 540771-1.xhtml
|
||||
load 541869-1.xhtml
|
||||
load 541869-2.html
|
||||
load 559705.xhtml
|
||||
load 560441-1.xhtml
|
||||
load 560447-1.html
|
||||
load 564063-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user