blob: 4fd9ddb42deb451db5295227ad8ea2442ccc3a97 [file] [log] [blame]
<!DOCTYPE html>
<html>
<span href="#" title="This should not appear as a tooltip"><span id="container" title>Hello.</span></span>
<pre id=result></pre>
<script>
if (window.internals) {
testRunner.dumpAsText();
result.innerText = internals.toolTipFromElement(container);
}
</script>
</html>