about summary refs log blame commit diff stats
path: root/test/js/text.html
blob: 8a511868b7125e8be9fd902b0595600b4281cb82 (plain) (tree)
1
2
3
4
5
6
7
               

                                
        

                                                        
         
<!doctype html>
<div id=x>Fail</div>
<script src=asserts.js></script>
<script>
assert_equals(new Text("data").ownerDocument, document);
document.getElementById("x").textContent = "Success";
</script>