diff options
Diffstat (limited to 'layout/reftests/bugs/1721223-1-notref.html')
-rw-r--r-- | layout/reftests/bugs/1721223-1-notref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1721223-1-notref.html b/layout/reftests/bugs/1721223-1-notref.html new file mode 100644 index 0000000000..773480d4dd --- /dev/null +++ b/layout/reftests/bugs/1721223-1-notref.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<style> +div { + background: black; + height: 2em; + margin: 1em; + float: left; +} +</style> + +<p>The two blocks should NOT be the same width:</p> + +<div></div> + +<div></div> |