gecko-dev/dom/html/test/file_srcdoc-2.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 строки
159 B
HTML
Исходник Обычный вид История

<!doctype html>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=802895
-->
<body>
<iframe id="iframe" srcdoc="Hello World"></iframe>
</body>
</html>