1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/343293-2.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 +<style> 1.6 +html::first-line { } 1.7 +</style> 1.8 +<script> 1.9 +function doe() { 1.10 + document.getElementsByTagName('caption')[0].removeAttribute('style'); 1.11 +} 1.12 +window.onload=doe; 1.13 +</script> 1.14 + 1.15 +<caption style="float: left;"></caption> 1.16 +<span style="float: right;"></span> 1.17 +</html>