1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/368247-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<style type="text/css"> 1.7 +div { 1.8 + width: 64px; 1.9 + height: 64px; 1.10 + border: 64px solid blue; 1.11 +} 1.12 +</style> 1.13 + <body> 1.14 +<div style="height: 0; border-bottom: 0; border-top-left-radius: 64px; border-top-right-radius: 64px;"></div> 1.15 +<div style="height: 64px; border-width: 0 64px;"></div> 1.16 +<div style="height: 0; border-top: 0; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px;"></div> 1.17 + </body> 1.18 +</html>