mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1067022 - Annotate the expected 5 "bad inline size" assertions on 10.10 in test_bug995943.xul, r=dbaron
--HG-- extra : rebase_source : 4cda7e6863fd6daad5de642be9ace6a0f04c8e54
This commit is contained in:
parent
c2317d89e6
commit
1659198e81
@ -26,8 +26,10 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=995943
|
||||
/** Test for CAPS file:// URI prefs. **/
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.requestCompleteLog();
|
||||
if (Services.appinfo.OS == "Darwin") // See bug 1067022
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
if (navigator.userAgent.indexOf("Mac OS X 10.10") != -1)
|
||||
SimpleTest.expectAssertions(5); // See bug 1067022
|
||||
else if (Services.appinfo.OS == "Darwin")
|
||||
SimpleTest.expectAssertions(0, 1); // See bug 1067022
|
||||
|
||||
var rootdir = Services.appinfo.OS == "WINNT" ? "file:///C:" : "file:///";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user