summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/invalid_url.html
blob: fdd0ee6d89a6c636cd7ffcdd2bde649f168a14b5 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head></head>
<body>
  <!--
     If invalid url isn't correctly handled, this test will crash when gfx.webrender.all=true
  -->
	<div style="padding: 1px; filter:url('data://not-valid-data');"></div>
</body>
</html>