add marquee test
This commit is contained in:
parent
6c37493c75
commit
a08c7c9444
16
test/html5/html4/marquee5.html
Normal file
16
test/html5/html4/marquee5.html
Normal 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>
|
||||||
|
|
12
test/html5/html4/testmarq.bat
Normal file
12
test/html5/html4/testmarq.bat
Normal 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%
|
||||||
|
|
Loading…
Reference in a new issue