gecko-dev/layout/style/test/file_blank_doc_backend.html
Xidorn Quan a7882b3415 Bug 1384162 part 4 - Add test to ensure that blank document uses the same backend as its parent document and update test expectation. r=bz
MozReview-Commit-ID: 3rBCCbtW3J1

--HG--
extra : rebase_source : 7cfd8e5655d9d6ced3aba6f315670d240b4c6acc
2017-07-26 20:03:39 +10:00

9 lines
228 B
HTML

<!DOCTYPE html>
<iframe></iframe>
<script>
let iframe = document.querySelector("iframe");
iframe.contentDocument.writeln("<style></style>");
iframe.contentDocument.close();
opener.finish(window, iframe.contentWindow);
</script>