summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/script/language-novalid.html
blob: 3ac19056a03cfba0e4f5fb899e513f343a2b09f8 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<title>the "language" attribute is obsolete</title>
<meta charset=utf-8>
</head>
<body>
<script language=vbscript src=url></script>
</body>
</html>