498036-1.html (242B)
1 <!DOCTYPE html> 2 <!-- bogus assertion when one stylesheet contains two @import rules 3 specifying malformed URIs --> 4 <html> 5 <head> 6 <style type="text/css"> 7 8 @import 'data:css'; 9 @import 'data:css'; 10 11 </style> 12 </head> 13 <body> 14 </body> 15 </html>