Bug 1517025 - Add crashtest with invalid URL r=kershaw

Differential Revision: https://phabricator.services.mozilla.com/D16817

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Valentin Gosu 2019-01-21 08:40:29 +00:00
Родитель 5f1bc348cd
Коммит 177f356f36
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,5 @@
<html>
<body>
<iframe src="/\b%9ª">
</body>
</html>

Просмотреть файл

@ -249,3 +249,4 @@ load 1516560.html
load structured_clone_container_throws.html
load xhr_empty_datauri.html
load xhr_html_nullresponse.html
load 1517025.html