We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac5f27 commit e24f4f7Copy full SHA for e24f4f7
test/runner.html
@@ -106,8 +106,9 @@
106
}
107
// Both sd and ce are supported, force both polyfills
108
if (flags.length === 2) {
109
+ // Note: Disabled to speed up testing, may be reenabled at a later date when the test timing is less of an issue.
110
// ce + sd becomes a single test iteration.
- flags.push('wc-ce=true&wc-shadydom=true');
111
+ // flags.push('wc-ce=true&wc-shadydom=true');
112
113
114
// economize testing by testing css shimming
0 commit comments