File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 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>
157157 test . id . indexOf ( 'text-combine-upright-parsing-digits' ) >= 0 ;
158158 test . isMay =
159159 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 ;
164161 test . hasDependency =
165162 test . id . indexOf ( 'bidi-00' ) >= 0 ||
166- test . id . indexOf ( 'flexbox' ) >= 0 ||
167163 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' ||
168167 test . id . indexOf ( 'text-orientation-script-001' ) >= 0 ;
169168 if ( test . Blink && test . Blink . result === 'no_support' )
170169 test . Blink . result = 'fail' ;
You can’t perform that action at this time.
0 commit comments