Skip to content

Commit 5e3da11

Browse files
committed
fmt
1 parent a5838d9 commit 5e3da11

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/postcss-light-dark-function/test/wpt/light-dark-inherited.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@
132132

133133
const a = getComputedStyle(document.getElementById('a'));
134134
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'));
138138

139139
assert_equals(a.color, 'rgb(0, 128, 0)', 'a color');
140140
assert_equals(a.backgroundColor, system_is_dark ? 'rgb(0, 2, 0)' : 'rgb(2, 0, 0)', 'a background-color');
@@ -175,9 +175,9 @@
175175

176176
const a = getComputedStyle(document.getElementById('a'));
177177
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'));
181181

182182
assert_equals(a.color, 'rgb(0, 128, 0)', 'a color');
183183
assert_equals(a.backgroundColor, 'rgb(2, 0, 0)', 'a background-color');

0 commit comments

Comments
 (0)