tenfourfox/dom/base/crashtests/815276.html

7 lines
181 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<body onload="((new DOMParser).parseFromString('<x/>', 'text/xml')).adoptNode(document.getElementById('v'));">
<div id="v"><bdi>x</bdi></div>
</body>
</html>