mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #8980 - Ms2ger:console, r=frewsxcv
Remove console.log call in iframe_hierarchy.html. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8980) <!-- Reviewable:end -->
This commit is contained in:
commit
81282ba82a
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