tenfourfox/layout/reftests/bugs/713856-dynamic.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
225 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<ul>
<li id="blub">
<p>Test</p>
</li>
</ul>
<script>
document.getElementById('blub').firstChild.data = document.getElementById('blub').firstChild.data;
</script>
</body>
</html>