Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
svg
/
dom
/
SVGException-obsolete.html
blob: 8b928b34514aade022a76b7dc74e9d7b46e80350 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script
src
=
"../../resources/js-test.js"
></script>
<script>
description
(
"Tests that the obsolete SVGException is not exposed."
);
shouldBe
(
"window.SVGException"
,
"undefined"
);
</script>
</body>
</html>