Adding test.

git-svn-id: svn://10.0.0.236/trunk@229259 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2007-07-03 18:27:38 +00:00
parent bc4b4d1b48
commit e11e970ca2
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<body>
<select id="filter_by" size="12" disabled="disabled"></select>
</body>
</html>

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<body>
<select id="filter_by" size="12"></select>
<script language='javascript'>
document.body.offsetWidth;
document.getElementById("filter_by").disabled = true;
</script>
</body>
</html>

View File

@@ -268,4 +268,5 @@ random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 379316-2.html 379316-2-ref.html # bug
== 380842-1.html 380842-1-ref.html
== 381130-1.html 381130-1-ref.html
== 381507-1.html 381507-1-ref.html
== 382600-1.html 382600-1-ref.html
== 383551-1.html 383551-1-ref.html