Skip to content

Commit cf2c4af

Browse files
[compositing] Point current-work symlink to compositing-2 (#13431)
Without this exception, the default algorithm picks compositing-1 ("Refining") over compositing-2 ("Exploring"). This matches the original fxtf-drafts infrastructure, which had compositing-2 as the current work.
1 parent 8700981 commit cf2c4af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/build-index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def create_symlink(shortname, spec_folder):
123123

124124

125125
CURRENT_WORK_EXCEPTIONS = {
126+
"compositing": 2,
126127
"css-conditional": 5,
127128
"css-easing": 2,
128129
"css-grid": 2,

0 commit comments

Comments
 (0)