diff --git a/test/html5/html4/marquee5.html b/test/html5/html4/marquee5.html new file mode 100644 index 0000000..861e7ae --- /dev/null +++ b/test/html5/html4/marquee5.html @@ -0,0 +1,16 @@ + + + + + + marquee + + + + Marquee scrolling text across the page + +

A marquee tag is not supported in HTML5

+ + + + diff --git a/test/html5/html4/testmarq.bat b/test/html5/html4/testmarq.bat new file mode 100644 index 0000000..c09f68e --- /dev/null +++ b/test/html5/html4/testmarq.bat @@ -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% +