Sign in
webkit
/
WebKit
/
da07302f03b98af4076c8b238b2ea7120c9d21d1
/
.
/
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
;