Remove console.log call in iframe_hierarchy.html.

This commit is contained in:
Ms2ger 2015-12-15 12:07:55 +01:00
parent 1d7689cb3f
commit ff3056339c

View file

@ -7,7 +7,6 @@
<script>
var t = async_test("iframe content hierarchy is correct");
function do_test() {
console.log("whee");
t.step(function() {
var doc = document.getElementsByTagName("iframe")[0].contentDocument;
doc = doc.getElementsByTagName("iframe")[0].contentDocument;