declarations-trim-whitespace.html.ini (866B)
1 [declarations-trim-whitespace.html] 2 [--foo-2: bar;] 3 expected: 4 if (os == "linux") and not debug: [PASS, FAIL] 5 6 [--foo-9:bar (then ws until end of rule)] 7 expected: 8 if (os == "mac") and not debug: [PASS, FAIL] 9 if (os == "android") and not debug: [PASS, FAIL] 10 11 [--foo-5: bar !important;] 12 expected: 13 if (os == "mac") and not debug: [PASS, FAIL] 14 if (os == "android") and not debug: [PASS, FAIL] 15 16 [--foo-6: bar !important ;] 17 expected: 18 if (os == "mac") and not debug: [PASS, FAIL] 19 if (os == "android") and not debug: [PASS, FAIL] 20 21 [--foo-4: bar ;] 22 expected: 23 if (os == "mac") and not debug: [PASS, FAIL] 24 if (os == "android") and not debug: [PASS, FAIL] 25 26 [--foo-3:bar ;] 27 expected: 28 if (os == "mac") and not debug: [PASS, FAIL] 29 if (os == "android") and not debug: [PASS, FAIL]