mshtml: Added VBScript as event attribute tests.

This commit is contained in:
Jacek Caban 2012-09-06 11:59:23 +02:00 committed by Alexandre Julliard
parent 76b1a7e016
commit 1cd527924f
1 changed files with 1 additions and 4 deletions

View File

@ -26,9 +26,6 @@ Sub runTest()
End Sub
</script>
</script>
<body>
<script>
runTest()
</script>
<body onload="If true then runTest()">
</body>
</html>