summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/resources/xhtml-scripts.js
blob: 696dfab37b02c2363ccf261a0d7938b4c7aa474a (plain)
1
2
3
4
5
// This shouldn't be known since we haven't parsed that far yet.
var d = document.getElementById('div2');

if (d)
    failure = true;