1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/50630-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<title>CSS 2.1 Test Suite: Test for float placement rules (reference)</title> 1.8 +<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" /> 1.9 +<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" /> 1.10 +<style> 1.11 +.left { float:left; } 1.12 +.right { float:right; } 1.13 +.left, .right { width:50px; height:50px; background:yellow; } 1.14 +p { overflow:auto; } 1.15 +</style> 1.16 +</head> 1.17 +<body style="width:400px;"> 1.18 +<p><span class="left"></span>HelloKitty 1.19 +<p><span class="right"></span>HelloKitty 1.20 +<p dir="rtl"><span class="left"></span>HelloKitty 1.21 +<p dir="rtl"><span class="right"></span>HelloKitty 1.22 +<p style="text-align:right;"><span class="left"></span>HelloKitty 1.23 +<p style="text-align:right;"><span class="right"></span>HelloKitty 1.24 +</body> 1.25 +</html>