mshtml: Added HTML comments in VBScript code tests.
This commit is contained in:
parent
214fab8568
commit
b5691b5e63
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<script type="text/vbscript">
|
||||
<!--
|
||||
Dim counter
|
||||
|
||||
counter = 1
|
||||
|
@ -8,6 +9,7 @@ counter = 1
|
|||
Sub ok(b,m)
|
||||
Call external.ok(b,m)
|
||||
End Sub
|
||||
-->
|
||||
</script>
|
||||
<script>
|
||||
' Verifies that we're in VBScript although there is no type specified
|
||||
|
|
Loading…
Reference in New Issue