Reftests for bug 441703 - direction attribute of marquee should be case-insensitive (for selector matching)

This commit is contained in:
Martijn Wargers 2008-08-15 23:22:26 +02:00
parent aca31622dd
commit a09c45c51d
5 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<html><head>
<title>Bug 425247 Marquee with uppercase UP or DOWN as direction doesn't work properly</title>
</head>
<body>
<marquee direction="up" bgcolor="magenta" behavior="alternate" scrollamount="0">
<marquee bgcolor="yellow" behavior="alternate" scrollamount="0">marquee up</marquee>
</marquee>
</body>
</html>

View File

@ -0,0 +1,9 @@
<html><head>
<title>Bug 425247 Marquee with uppercase UP or DOWN as direction doesn't work properly</title>
</head>
<body>
<MARQUEE DIRECTION=UP BGCOLOR=MAGENTA BEHAVIOR=ALTERNATE SCROLLAMOUNT=0>
<MARQUEE BGCOLOR=YELLOW BEHAVIOR=ALTERNATE SCROLLAMOUNT=0>marquee up</MARQUEE>
</MARQUEE>
</body>
</html>

View File

@ -0,0 +1,9 @@
<html><head>
<title>Bug 425247 Marquee with uppercase UP or DOWN as direction doesn't work properly</title>
</head>
<body>
<marquee direction="down" bgcolor="magenta" behavior="alternate" scrollamount="0">
<marquee bgcolor="yellow" behavior="alternate" scrollamount="0">marquee down</marquee>
</marquee>
</body>
</html>

View File

@ -0,0 +1,9 @@
<html><head>
<title>Bug 425247 Marquee with uppercase UP or DOWN as direction doesn't work properly</title>
</head>
<body>
<MARQUEE DIRECTION=DOWN BGCOLOR=MAGENTA BEHAVIOR=ALTERNATE SCROLLAMOUNT=0>
<MARQUEE BGCOLOR=YELLOW BEHAVIOR=ALTERNATE SCROLLAMOUNT=0>marquee down</MARQUEE>
</MARQUEE>
</body>
</html>

View File

@ -837,6 +837,8 @@ fails-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 424074-1-ref2.xul 424074-1-ref3.xul
== 424434-1.html 424434-1-ref.html
== 424631-1.html 424631-1-ref.html
== 424710-1.html 424710-1-ref.html
== 425247-1.html 425247-1-ref.html
== 425247-2.html 425247-2-ref.html
== 425972-1.html 425972-1-ref.html
== 425972-2.html 425972-2-ref.html
!= 425972-1.html 425972-2.html