mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Test for bug 831287
This commit is contained in:
parent
713fca5b10
commit
2c92244d9c
11
content/base/crashtests/831287.html
Normal file
11
content/base/crashtests/831287.html
Normal file
@ -0,0 +1,11 @@
|
||||
<head dir=auto id=test1><body id=test2><div" id=test3 itemtype=http://example.com/bar style="speak-numeral:> "><canvas id=c><p id=test4>FAIL (fallback content)</p></canvas>
|
||||
|
||||
><script>
|
||||
document.addEventListener("DOMContentLoaded", CFcrash, false);
|
||||
function CFcrash() {
|
||||
test1.appendChild(test4);
|
||||
test1.setAttribute("dir", "foopy");
|
||||
test1.appendChild(c);
|
||||
test4.textContent = test2.outerHTML;
|
||||
c.appendChild(test3);
|
||||
}</script>>
|
@ -130,6 +130,7 @@ load 827190.html
|
||||
load 828054.html
|
||||
load 829428.html
|
||||
load 830098.html
|
||||
load 831287.html
|
||||
load 832644.html
|
||||
load 836890.html
|
||||
load 838489-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user