blob: 734154fbbd652f40871380d5d3a2e68fae0a5e2d [file] [log] [blame]
<html>
<head>
<meta charset="utf-8">
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<script>
function getContent() {
var regx=new RegExp('&nbsp;','gi');
if (document.body.innerHTML.search("&nbsp;&nbsp;'&quot;") < 0)
document.write("FAIL: <xmp>" + document.body.innerHTML + "</xmp>");
else
document.write("PASS<p>");
}
</script>
</head>
<body onload="getContent()"><div id="div" foo="&nbsp; '&quot;"></div></body></html>