Skip to content

Commit 21bafb3

Browse files
committed
[css-writing-modes-3] implementation-report.html: corrected some classification of test results
1 parent 816da8e commit 21bafb3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

css-writing-modes-3/implementation-report.html

+4-5
Original file line numberDiff line numberDiff 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';

0 commit comments

Comments
 (0)