From a08c7c9444bcae919c0d2c4e5e31a56498741e74 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Fri, 8 Aug 2014 19:52:03 +0200 Subject: [PATCH] add marquee test --- test/html5/html4/marquee5.html | 16 ++++++++++++++++ test/html5/html4/testmarq.bat | 12 ++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 test/html5/html4/marquee5.html create mode 100644 test/html5/html4/testmarq.bat 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% +