Issue #2653 - Part 2: Update tests

This commit is contained in:
Moonchild 2024-11-17 21:37:56 +01:00 committed by roytam1
commit 0e6fa95840
13 changed files with 2 additions and 531 deletions

View file

@ -20,7 +20,6 @@
// set 'remote' to true here will make the the iframe remote in _inproc_
// test and in-process in _oop_ test.
iframe.setAttribute('remote', 'true');
iframe.setAttribute('mozapp', 'http://example.org/manifest.webapp');
iframe.addEventListener('mozbrowserloadend', function(e) {
ok("mute" in iframe, "iframe.mute exists");