|
132 | 132 |
|
133 | 133 | const a = getComputedStyle(document.getElementById('a')); |
134 | 134 | const b = getComputedStyle(document.getElementById('b')); |
135 | | - const c = getComputedStyle(document.getElementById('c')); |
136 | | - const d = getComputedStyle(document.getElementById('d')); |
137 | | - const e = getComputedStyle(document.getElementById('e')); |
| 135 | + // const c = getComputedStyle(document.getElementById('c')); |
| 136 | + // const d = getComputedStyle(document.getElementById('d')); |
| 137 | + // const e = getComputedStyle(document.getElementById('e')); |
138 | 138 |
|
139 | 139 | assert_equals(a.color, 'rgb(0, 128, 0)', 'a color'); |
140 | 140 | assert_equals(a.backgroundColor, system_is_dark ? 'rgb(0, 2, 0)' : 'rgb(2, 0, 0)', 'a background-color'); |
|
175 | 175 |
|
176 | 176 | const a = getComputedStyle(document.getElementById('a')); |
177 | 177 | const b = getComputedStyle(document.getElementById('b')); |
178 | | - const c = getComputedStyle(document.getElementById('c')); |
179 | | - const d = getComputedStyle(document.getElementById('d')); |
180 | | - const e = getComputedStyle(document.getElementById('e')); |
| 178 | + // const c = getComputedStyle(document.getElementById('c')); |
| 179 | + // const d = getComputedStyle(document.getElementById('d')); |
| 180 | + // const e = getComputedStyle(document.getElementById('e')); |
181 | 181 |
|
182 | 182 | assert_equals(a.color, 'rgb(0, 128, 0)', 'a color'); |
183 | 183 | assert_equals(a.backgroundColor, 'rgb(2, 0, 0)', 'a background-color'); |
|
0 commit comments