Fixing test because we changed the -moz prop name

This commit is contained in:
bzbarsky@mit.edu 2007-11-21 11:51:19 -08:00
parent 7c11291ecc
commit 2d5f5cc74b

View File

@ -4,7 +4,7 @@
<script>
function boom()
{
document.getElementById("div").style.width = "-moz-shrink-wrap";
document.getElementById("div").style.width = "-moz-fit-content";
}
</script>
<style type="text/css">