Adding test

git-svn-id: svn://10.0.0.236/trunk@239420 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2007-11-15 06:21:14 +00:00
parent 0b617b22e3
commit b0acf18159
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form action="">
<fieldset>
<legend id="legend">TEST</legend>
</fieldset>
</form>
</body>
</html>

View 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>

View File

@ -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