Skip to content

Commit 244ffba

Browse files
committed
Flip tests for being-rendered per whatwg/html#2256 (comment)
1 parent 433a557 commit 244ffba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

html/semantics/interactive-elements/the-summary-element/activation-behavior.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@
7070
);
7171

7272
testSummary(
73-
"details-not-being-rendered", false, false,
74-
"Should stay closed if the details is not being rendered (and thus the summary is not)"
73+
"details-not-being-rendered", false, true,
74+
"Should open a closed details even if the details is not being rendered"
7575
);
7676

7777
testSummary(
78-
"summary-not-being-rendered", false, false,
79-
"Should stay closed if the summary is not being rendered"
78+
"summary-not-being-rendered", false, true,
79+
"Should open a closed details even if the summary is not being rendered"
8080
);
8181

8282
testSummary(

0 commit comments

Comments
 (0)