summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/script/001-novalid.xhtml
blob: dd911944f8b59e5c62e76950de13ac3844683e23 (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>the "language" attribute is obsolete</title>
</head>
<body>
<script language="vbscript"></script>
</body>
</html>