Skip to content

Commit b6e9332

Browse files
committed
[css-scrollbar] Update test coverage
1 parent b536869 commit b6e9332

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

css-scrollbars-1/Overview.bs

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ Value Definitions</h3>
125125
Missing:
126126
* Tests checking that the property does anything
127127
* Tests checking that the colors apply to the right parts
128-
* Initial value
129-
* Tests of animation type">
128+
* Initial value">
130129
</wpt>
131130

132131
<wpt title="The following tests have no basis in the spec:
@@ -154,6 +153,12 @@ Value Definitions</h3>
154153
inheritance.html
155154
scrollbar-color-parsing.html
156155
</wpt>
156+
<wpt pathprefix="web-animations/animation-model/animation-types">
157+
scrollbar-interpolation.html
158+
interpolation-per-property-002.html
159+
addition-per-property-002.html
160+
accumulation-per-property-002.html
161+
</wpt>
157162

158163
This property allows the author to set colors of an element's scrollbars.
159164

@@ -281,8 +286,7 @@ Value Definitions</h3>
281286
Missing:
282287
* Test that thin does something different fromm auto in at least some cases
283288
* Test that none does not affect scrollability
284-
* Initial value
285-
* Tests of animation type">
289+
* Initial value">
286290
</wpt>
287291

288292
<pre class="propdef">
@@ -301,6 +305,11 @@ Value Definitions</h3>
301305
scrollbar-width-parsing.html
302306
textarea-scrollbar-width-none.html
303307
</wpt>
308+
<wpt pathprefix="web-animations/animation-model/animation-types">
309+
interpolation-per-property-002.html
310+
addition-per-property-002.html
311+
accumulation-per-property-002.html
312+
</wpt>
304313

305314
This property allows the author to specify
306315
the desired thickness of an element’s scrollbars.

css-scrollbars-1/test-coverage.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ <h2 class="heading settled" data-level="2" id="scrollbar-color"><span class="sec
9999
<p>Tests checking that the colors apply to the right parts</p>
100100
</li><li data-md="">
101101
<p>Initial value</p>
102-
</li><li data-md="">
103-
<p>Tests of animation type</p>
104-
</li></ul>
102+
</li></ul>
105103
<p></p>
106104
<ul class="wpt-tests-list"></ul>
107105
<hr>
@@ -155,9 +153,7 @@ <h2 class="heading settled" data-level="3" id="scrollbar-width"><span class="sec
155153
<p>Test that none does not affect scrollability</p>
156154
</li><li data-md="">
157155
<p>Initial value</p>
158-
</li><li data-md="">
159-
<p>Tests of animation type</p>
160-
</li></ul>
156+
</li></ul>
161157
<p></p>
162158
<ul class="wpt-tests-list"></ul>
163159
<hr>

0 commit comments

Comments
 (0)