Skip to content

Commit 1f8d5b0

Browse files
committed
[css-text] Yay! more tests.
1 parent 8ecdffb commit 1f8d5b0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

css-text-3/Overview.bs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2237,6 +2237,7 @@ Line Breaking Details</h3>
22372237
line-breaking/line-breaking-006.html
22382238
line-breaking/line-breaking-007.html
22392239
line-breaking/line-breaking-008.html
2240+
line-breaking/line-breaking-021.html
22402241
i18n/css3-text-line-break-baspglwj-001.html
22412242
i18n/css3-text-line-break-baspglwj-002.html
22422243
i18n/css3-text-line-break-baspglwj-120.html
@@ -3569,6 +3570,7 @@ Shaping Across Intra-word Breaks</h3>
35693570
<!-- manual test
35703571
text-align/text-align-last-012.html
35713572
-->
3573+
text-align/text-align-wins-001.html
35723574
</wpt>
35733575

35743576
<p>If <dfn dfn-for=text-align-last dfn-type=value>auto</dfn> is specified,
@@ -3604,6 +3606,7 @@ Shaping Across Intra-word Breaks</h3>
36043606
parsing/text-justify-valid.html
36053607
parsing/text-justify-invalid.html
36063608
parsing/text-justify-computed.html
3609+
text-justify/text-justify-006.html
36073610
</wpt>
36083611

36093612
<p>This property selects the justification method used when a line's
@@ -3612,6 +3615,10 @@ Shaping Across Intra-word Breaks</h3>
36123615
but is inherited from block containers to the root inline box containing their inline-level contents.
36133616
It takes the following values:</p>
36143617

3618+
<wpt>
3619+
text-justify/text-justify-006.html
3620+
</wpt>
3621+
36153622
<dl dfn-for=text-justify dfn-type=value>
36163623
<dt><dfn>auto</dfn></dt>
36173624
<dd>The UA determines the justification algorithm to follow, based
@@ -3667,6 +3674,7 @@ Shaping Across Intra-word Breaks</h3>
36673674

36683675
<wpt>
36693676
text-justify/text-justify-001.html
3677+
text-justify/text-justify-006.html
36703678
</wpt>
36713679
<wpt pathprefix="/css/vendor-imports/mozilla/mozilla-central-reftests/text3/">
36723680
text-justify-none-001.html
@@ -4542,6 +4550,7 @@ Cursive Scripts</h4>
45424550
inheritance.html
45434551
parsing/hanging-punctuation-valid.html
45444552
parsing/hanging-punctuation-invalid.html
4553+
hanging-punctuation/hanging-punctuation-inline-001.html
45454554
</wpt>
45464555

45474556
<p>This property determines whether a punctuation mark, if one is present,

css-text-3/test-coverage.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ <h3 id="justification-method-the-text-justify-property">6.4 <a href="https://dra
334334
<p>Missing tests:
335335

336336
<ul>
337-
<li>Applies to inlines
338337
<li>No test of Animation type.
339338
</ul>
340339

@@ -468,7 +467,6 @@ <h4 id="hanging-punctuation-the-hanging-punctuation-property">8.2.1 <a href="htt
468467
<p>Missing tests:
469468

470469
<ul>
471-
<li>applies to inlines
472470
<li>No test of Animation type.
473471
<li>Affects intrinsic sizing
474472
<li>each value has a test, and checks with some characters, but there isn’t a test for every relevant unicode character

0 commit comments

Comments
 (0)