diff options
Diffstat (limited to 'layout/reftests/floats/1322843-1-ref.html')
-rw-r--r-- | layout/reftests/floats/1322843-1-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/floats/1322843-1-ref.html b/layout/reftests/floats/1322843-1-ref.html new file mode 100644 index 0000000000..f3b15eb9e0 --- /dev/null +++ b/layout/reftests/floats/1322843-1-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<title>Bug 1322843 - Intrinsic width with float</title> +<style> + #outer { + width: 200px; + height: 200px; + background: green; + } +</style> +<div id="outer"></div> |