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:
Phil Ringnalda 2015-01-18 12:53:13 -08:00
parent c2317d89e6
commit 1659198e81

View File

@ -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:///";