tenfourfox/layout/style/crashtests/498036-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
242 B
HTML

<!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>