mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 746021 - Don't assert that the window ids are the same when they shouldn't be. r=msucan
This commit is contained in:
parent
9d43831eef
commit
3f261756c8
@ -30,8 +30,6 @@ let TestObserver = {
|
||||
"sourceName is correct");
|
||||
|
||||
if (++errors == 2) {
|
||||
is(lastWindowId, aSubject.outerWindowID,
|
||||
"same window ID (" + lastWindowId + ") for both errors");
|
||||
executeSoon(performTest);
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user