Bug 1388142 - Convert editor/libeditor/tests/test_CF_HTML_clipboard.html to comply with new data: URI inheritance model. r=smaug

This commit is contained in:
Christoph Kerschbaumer 2017-08-07 21:21:59 +02:00
Родитель a26fb8b04b
Коммит 824e01cc12
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -138,7 +138,7 @@ function runTest() {
win.focus();
}, 0);
}, {once: true});
iframe.src = "data:text/html,";
iframe.srcdoc = "foo";
}, SimpleTest.finish);
}