mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 607418 - Intermittent failure in dom/tests/mochitest/localstorage/test_localStorageOriginsSchemaDiffs.html (proper observer remove update 2), r=jst, a=test-only
This commit is contained in:
parent
c3d9e2fdce
commit
4eeba6fa23
@ -73,10 +73,10 @@ function doStep()
|
||||
|
||||
case 5:
|
||||
is(localStorage.getItem("Y"), null, "Y null in the master");
|
||||
releaseTestObserver();
|
||||
break;
|
||||
|
||||
case 7:
|
||||
releaseTestObserver();
|
||||
return finishTest();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user