https://bz.apache.org/bugzilla/show_bug.cgi?id=63674
--- Comment #6 from Felix Schumacher <[email protected]> --- Created attachment 36735 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36735&action=edit Strip results hierarchy even deeper I get an error for at least one of the css files: 2019-08-22 22:30:11,401 WARN c.h.c.r.e.LoggingCSSParseErrorHandler: Browser compliant mode skipped CSS from [1:36853] starting at token 'progid' until [1:36940] to token '}' (based on com.he lger.css.parser.ParseException: Encountered unexpected token: ":" ":" at line 1, column 36859. Was expecting one of: "+" "-" That error together with the setting httpsampler.ignore_failed_embedded_resources=true leads to a deeper hierarchy of sample results than the stripping logic expects. The attached patch strips more of the hierarchy and should solve your problems. -- You are receiving this mail because: You are the assignee for the bug.
