StyleSheetNode styleSheetNode =
new StyleSheetNode(styleSheetOneNodes,
iconNodes,
localeSet,
0,
new AgentAtRuleMatcher(browserSelector),
platforms,
0,
accProps);
StyleSheetNode anotherStyleSheetNode =
new StyleSheetNode(anotherStyleSheetOneNodes,
anotherIconNodes,
localeSet,
0,
new AgentAtRuleMatcher(anotherBrowserSelector),
anotherPlatforms,
0,
anotherAccProps);
StyleSheetNode sameDiffOrderStyleSheetNode =
new StyleSheetNode(anotherStyleSheetOneNodes,
anotherIconNodes,
diffOrderLocalesSet,
0,
new AgentAtRuleMatcher(anotherBrowserDiffOrder),
differentOrderPlatforms,
0,
differentOrderAccProps);
// these should be equal