mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
11 lines
422 B
HTML
11 lines
422 B
HTML
<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>> |