1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/first-line/stress-5.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 +<style> 1.8 +#b::first-letter { } 1.9 +#c::first-line { } 1.10 +</style> 1.11 +</head> 1.12 +<body> 1.13 +This page should not crash Mozilla 1.14 +<div id="c"> 1.15 + <table> 1.16 + <div id="b" style="display:table-header-group;"> 1.17 + <q> 1.18 + text 1.19 + <div style="position:fixed;"> 1.20 + <q>y</q> 1.21 + </div> 1.22 + </q> 1.23 + </div> 1.24 + <span style="display: table;"></span> 1.25 +</div> 1.26 + 1.27 +</body> 1.28 +</html>