chromium/third_party/blink/web_tests/fast/parser/resources/xhtml-scripts.js

// This shouldn't be known since we haven't parsed that far yet.
var d = document.getElementById('div2');

if (d)
    failure = true;