1 <script src=
"data:text/javascript," id=
"target"></script>
4 testRunner
.dumpAsText();
6 document
.getElementById("target").src
;
9 This tests that accessing the
<tt>src
</tt> attribute of a
<tt>script
</tt> element does not
10 cause an assertion to fail.