mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove console.log call in iframe_hierarchy.html.
This commit is contained in:
parent
1d7689cb3f
commit
ff3056339c
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue