1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/422276.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<html> 1.5 +<head> 1.6 +</head> 1.7 +<body> 1.8 +<div style="overflow: scroll;"> 1.9 + <div> 1.10 + <q> 1.11 + <span style="display: -moz-box;"></span> 1.12 + </q> 1.13 + </div> 1.14 + <q></q> 1.15 +</div> 1.16 + 1.17 +<style> 1.18 +body *+* {quotes: "quote" "quote" !important;} 1.19 +</style> 1.20 +</body> 1.21 +</html> 1.22 \ No newline at end of file