Sign in
webkit
/
WebKit
/
3a634092e3245645233a54f0f3632665b4137d5f
/
.
/
LayoutTests
/
fast
/
parser
/
resources
/
xhtml-scripts.js
blob: 696dfab37b02c2363ccf261a0d7938b4c7aa474a [
file
] [
log
] [
blame
]
// This shouldn't be known since we haven't parsed that far yet.
var
d
=
document
.
getElementById
(
'div2'
);
if
(
d
)
failure
=
true
;