mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fixing test because we changed the -moz prop name
This commit is contained in:
parent
7c11291ecc
commit
2d5f5cc74b
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user