add marquee test

This commit is contained in:
Geoff McLane 2014-08-08 19:52:03 +02:00
parent 6c37493c75
commit a08c7c9444
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>
marquee
</title>
</head>
<body>
<marquee>Marquee scrolling text across the page</marquee>
<p>A marquee tag is not supported in HTML5</p>
</body>
</html>

View file

@ -0,0 +1,12 @@
@setlocal
@call setexe
@set TMPFIL=marquee5.html
@if NOT EXIST %TMPFIL% (
@echo Unable to locate FILE %TMPFIL%
@exit /b 1
)
@call testone
@echo See %TMPINFO%