blob: 8870023e08898b3314c707d5a67412e1ce730de1 [file] [log] [blame]
<script src="data:text/javascript," id="target"></script>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.getElementById("target").src;
</script>
<p>
This tests that accessing the <tt>src</tt> attribute of a <tt>script</tt> element does not
cause an assertion to fail.
</p>