mshtml: Added HTML comments in VBScript code tests.

This commit is contained in:
Jacek Caban 2012-10-18 11:49:53 +02:00 committed by Alexandre Julliard
parent 214fab8568
commit b5691b5e63
1 changed files with 2 additions and 0 deletions

View File

@ -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