1 [list-style-image-zoom-dynamic.html]
3 if (os == "win") and (processor == "x86") and not debug: ["PASS", "FAIL"]
4 if (os == "linux") and not debug and not webrender: ["PASS", "FAIL"]
5 if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
6 if (os == "mac") and not debug: ["PASS", "FAIL"]