Skip to content

Commit

Permalink
eliminate unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Montalvo committed Mar 24, 2022
1 parent 688d4d1 commit f88fe2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/platform/iframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,6 @@ <h1>Iframe</h1>
(function() {
const elm = document.getElementById('testSetJavascriptSrc');

const domain = document.domain;
const iframe = document.createElement('iframe');
iframe.src = 'javascript:void(0);';
elm.parentNode.appendChild(iframe);
Expand Down

0 comments on commit f88fe2c

Please sign in to comment.