|
20 | 20 |
|
21 | 21 | // `<text-edge>`
|
22 | 22 | test_computed_value('text-box', 'text');
|
23 |
| -test_computed_value('text-box', 'cap'); |
24 | 23 | test_computed_value('text-box', 'ideographic');
|
25 | 24 | test_computed_value('text-box', 'cap alphabetic');
|
26 | 25 | test_computed_value('text-box', 'text alphabetic');
|
|
31 | 30 | test_computed_value('text-box', 'auto trim-both', 'trim-both');
|
32 | 31 | test_computed_value('text-box', 'none text', 'none text');
|
33 | 32 | test_computed_value('text-box', 'text text none', 'none text');
|
34 |
| -test_computed_value('text-box', 'none cap', 'none cap'); |
35 |
| -test_computed_value('text-box', 'cap ideographic none', 'none cap ideographic'); |
| 33 | +test_computed_value('text-box', 'none cap text'); |
| 34 | +test_computed_value('text-box', 'cap alphabetic none', 'none cap alphabetic'); |
36 | 35 | test_computed_value('text-box', 'ideographic none', 'none ideographic');
|
37 | 36 |
|
38 | 37 | // Both `<text-box-trim>` and `<text-box-edge>`
|
|
45 | 44 | test_computed_value('text-box', 'trim-both cap alphabetic', 'cap alphabetic');
|
46 | 45 | test_computed_value('text-box', 'trim-start ideographic ideographic', 'trim-start ideographic');
|
47 | 46 | test_computed_value('text-box', 'trim-start ideographic-ink ideographic-ink', 'trim-start ideographic-ink');
|
48 |
| -test_computed_value('text-box', 'trim-end cap text', 'trim-end cap'); |
49 |
| -test_computed_value('text-box', 'trim-end ex text', 'trim-end ex'); |
50 |
| -test_computed_value('text-box', 'cap text trim-end', 'trim-end cap'); |
51 |
| -test_computed_value('text-box', 'ex text trim-end', 'trim-end ex'); |
52 |
| -test_computed_value('text-box', 'cap text trim-both', 'cap'); |
53 |
| -test_computed_value('text-box', 'ex text trim-both', 'ex'); |
| 47 | +test_computed_value('text-box', 'trim-end cap text'); |
| 48 | +test_computed_value('text-box', 'trim-end ex text', 'trim-end ex text'); |
| 49 | +test_computed_value('text-box', 'cap text trim-end', 'trim-end cap text'); |
| 50 | +test_computed_value('text-box', 'ex text trim-end', 'trim-end ex text'); |
| 51 | +test_computed_value('text-box', 'cap text trim-both', 'cap text'); |
| 52 | +test_computed_value('text-box', 'ex text trim-both', 'ex text'); |
54 | 53 | </script>
|
0 commit comments