diff options
Diffstat (limited to 'layout/reftests/bugs/428423-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/428423-1-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/428423-1-ref.html b/layout/reftests/bugs/428423-1-ref.html new file mode 100644 index 0000000000..8d7057a0cf --- /dev/null +++ b/layout/reftests/bugs/428423-1-ref.html @@ -0,0 +1,10 @@ +<html> +<head><style> + .float { float: left } /* Just using for shrink-wrapping */ + .orange { background: orange } +</style></head> +<body> + The orange box should only be as wide as its text.<br> + <div class="float orange">foo</div> +</body> +</html> |