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