Skip to content

Commit 2b38c03

Browse files
KyleJuKyle Ju
andauthored
switch the default to experimental (#2406)
Co-authored-by: Kyle Ju <[email protected]>
1 parent dcca3dd commit 2b38c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/components/wpt-bsf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ class WPTBSF extends LoadingState(PolymerElement) {
6464
<h5>Browser-specific failures are the number of WPT tests which fail in exactly one browser. This graph shows the BSF scores for Chrome, Firefox and Safari.</h5>
6565
<h5>Channel</h5>
6666
<div class="channel">
67-
<paper-button class\$="[[stableButtonClass(isExperimental)]]" onclick="[[clickStable]]">Stable</paper-button>
6867
<paper-button class\$="[[experimentalButtonClass(isExperimental)]]" onclick="[[clickExperimental]]">Experimental</paper-button>
68+
<paper-button class\$="[[stableButtonClass(isExperimental)]]" onclick="[[clickStable]]">Stable</paper-button>
6969
</div>
7070
<h5>Last updated WPT revision</h5>
7171
<div class="sha">
@@ -105,7 +105,7 @@ class WPTBSF extends LoadingState(PolymerElement) {
105105
},
106106
isExperimental: {
107107
type: Boolean,
108-
value: false,
108+
value: true,
109109
},
110110
chartOptions: {
111111
type: Object,

0 commit comments

Comments
 (0)