Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgrim-brave committed Oct 8, 2020
1 parent 92fbda9 commit 72c0218
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/data/navigator/ua-remote-iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
<body>
<script>
window.onmessage = function(event) {
document.title = "pass";
if (navigator.userAgent == event.data) {

document.title = "pass";
}
}
var iframe = document.createElement("iframe");
Expand Down

0 comments on commit 72c0218

Please sign in to comment.