File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -157,14 +157,13 @@ <h2>All results</h2>
157
157
test . id . indexOf ( 'text-combine-upright-parsing-digits' ) >= 0 ;
158
158
test . isMay =
159
159
test . id . indexOf ( 'form-controls' ) >= 0 ||
160
- test . id . indexOf ( 'full-width-00' ) >= 0 ||
161
- test . id === 'text-combine-upright-compression-005a' ||
162
- test . id === 'text-combine-upright-compression-006' ||
163
- test . id . indexOf ( 'text-combine-upright-parsing-digits' ) >= 0 ;
160
+ test . id . indexOf ( 'full-width-00' ) >= 0 ;
164
161
test . hasDependency =
165
162
test . id . indexOf ( 'bidi-00' ) >= 0 ||
166
- test . id . indexOf ( 'flexbox' ) >= 0 ||
167
163
test . id === 'extract-ordered-list-direction-and-writing-modes' ||
164
+ test . id . indexOf ( 'flexbox' ) >= 0 ||
165
+ test . id === 'text-combine-upright-compression-005a' ||
166
+ test . id === 'text-combine-upright-compression-006' ||
168
167
test . id . indexOf ( 'text-orientation-script-001' ) >= 0 ;
169
168
if ( test . Blink && test . Blink . result === 'no_support' )
170
169
test . Blink . result = 'fail' ;
You can’t perform that action at this time.
0 commit comments