Reftests for bug 386470, r=peterv

git-svn-id: svn://10.0.0.236/trunk@230690 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
martijn.martijn%gmail.com
2007-07-23 23:40:17 +00:00
parent 69b41881ca
commit a8ef60d239
5 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<!DOCTYPE HTML><html>
<head>
</head>
<body>
<MARQUEE scrollamount="0" direction="right" behavior="alternate" style="background-color: blue; height: 100px;"><div style="width: 50px; height: 50px; background-color: lime;"></div></MARQUEE>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<!DOCTYPE HTML><html>
<head>
</head>
<body>
<MARQUEE style="background-color: blue; height: 100px;" contenteditable><div style="width: 50px; height: 50px; background-color: lime;"></div></MARQUEE>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<!DOCTYPE HTML><html>
<head>
</head>
<body>
<MARQUEE style="background-color: blue; height: 100px;" direction="down" scrollamount="0" behavior="alternate"><div style="width: 50px; height: 50px; background-color: lime;"></div></MARQUEE>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<!DOCTYPE HTML><html>
<head>
</head>
<body>
<MARQUEE style="background-color: blue; height: 100px;" direction="up" contenteditable><div style="width: 50px; height: 50px; background-color: lime;"></div></MARQUEE>
</body>
</html>

View File

@@ -290,5 +290,8 @@ random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 379316-2.html 379316-2-ref.html # bug
== 384576-1.html 384576-1-ref.html
== 384762-1.html about:blank
== 384876-1.html 384876-1-ref.html
== 386470-1a.html 386470-1-ref.html
== 386470-1b.html 386470-1-ref.html
== 386470-1c.html 386470-1-ref.html
== 386920-1.html 386920-1-ref.html
== 387344-1.html 387344-1-ref.html