Bug 901385 - test_mutationobservers.html failing on b2g and Android mochitest because of the use of showModalDialog. r=smaug

This commit is contained in:
Martijn Wargers 2013-08-05 13:02:57 +02:00
parent 1f2a3c5844
commit 82728757f4
4 changed files with 6 additions and 5 deletions

View File

@ -487,8 +487,12 @@ function testModalDialog() {
});
m.observe(div, { childList: true });
div.innerHTML = "<span><span>foo</span></span>";
window.showModalDialog("mutationobserver_dialog.html");
ok(didHandleCallback, "Should have called the callback while showing modal dialog!");
try {
window.showModalDialog("mutationobserver_dialog.html");
ok(didHandleCallback, "Should have called the callback while showing modal dialog!");
} catch(e) {
todo(false, "showModalDialog not implemented on this platform");
}
then(testTakeRecords);
}

View File

@ -23,7 +23,6 @@
"content/base/test/test_mixed_content_blocker.html": "TIMED_OUT, SSL_REQUIRED",
"content/base/test/test_mixed_content_blocker_bug803225.html": "TIMED_OUT, SSL_REQUIRED",
"content/base/test/test_mixed_content_blocker_frameNavigation.html": "TIMED_OUT, SSL_REQUIRED",
"content/base/test/test_mutationobservers.html": "",
"content/base/test/test_plugin_freezing.html": "CLICK_TO_PLAY",
"content/base/test/test_object.html": "",
"content/base/test/test_range_bounds.html": "",

View File

@ -21,7 +21,6 @@
"content/base/test/test_mixed_content_blocker.html": "TIMED_OUT, SSL_REQUIRED",
"content/base/test/test_mixed_content_blocker_bug803225.html": "TIMED_OUT, SSL_REQUIRED",
"content/base/test/test_mixed_content_blocker_frameNavigation.html": "TIMED_OUT, SSL_REQUIRED",
"content/base/test/test_mutationobservers.html": "",
"content/base/test/test_plugin_freezing.html": "CLICK_TO_PLAY",
"content/base/test/test_object.html": "",
"content/base/test/test_range_bounds.html": "",

View File

@ -82,7 +82,6 @@
"content/base/test/test_bug666604.html":"",
"content/base/test/test_bug675121.html":"",
"content/base/test/test_classList.html":"",
"content/base/test/test_mutationobservers.html":"",
"content/base/test/test_title.html":"",
"content/canvas/test/crossorigin/test_video_crossorigin.html":"",
"content/events/test/test_bug422132.html":"",