tenfourfox/layout/style/crashtests/498036-1.html

16 lines
242 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<!-- bogus assertion when one stylesheet contains two @import rules
specifying malformed URIs -->
<html>
<head>
<style type="text/css">
@import 'data:css';
@import 'data:css';
</style>
</head>
<body>
</body>
</html>