Adding test
git-svn-id: svn://10.0.0.236/trunk@239420 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0b617b22e3
commit
b0acf18159
15
mozilla/layout/reftests/bugs/403733-1-ref.html
Normal file
15
mozilla/layout/reftests/bugs/403733-1-ref.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<form action="">
|
||||
<fieldset>
|
||||
<legend id="legend">TEST</legend>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
15
mozilla/layout/reftests/bugs/403733-1.html
Normal file
15
mozilla/layout/reftests/bugs/403733-1.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body onload="document.getElementById('legend').style.display = '';">
|
||||
|
||||
<form action="">
|
||||
<fieldset>
|
||||
<legend id="legend" style="display: none;">TEST</legend>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -447,3 +447,4 @@ fails == 393655-2.html 393655-2-ref.html # Remove 'fails' when 393655 lands
|
||||
== 403656-3.html 403656-3-ref.html
|
||||
== 403656-4.html 403656-4-ref.html
|
||||
== 403656-5.html 403656-5-ref.html
|
||||
== 403733-1.html 403733-1-ref.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user