Skip to content

Commit 16d11be

Browse files
committed
Update README
1 parent 50f701e commit 16d11be

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following test should not be ported to WPT, since they test features that ar
1515
* reflection-computed-style.html
1616

1717

18-
The following tests may be ported to WPT, as they test standard features, but as they are crash tests rather than conformance tests, it is not certain whether that's useful:
18+
The following tests could be ported to WPT, as they test standard features, but as they are crash tests rather than conformance tests, it is not certain whether that's useful:
1919
* transition-crash.html
2020
* transition-crash2.html
2121
* transition-crash3.html
@@ -26,14 +26,16 @@ The following tests may be ported to WPT, as they test standard features, but as
2626
* regression-62276.html
2727
* cubic-bezier-with-multiple-calcs-crash.html.html
2828

29+
The following tests check behavior that isn't actually defined, and it looks like it might not end up being defined the same way as the tests expect (see https://drafts.csswg.org/css-values-3/#calc-serialize or https://drafts.csswg.org/css-values-4/#calc-serialize):
30+
* getComputedStyle-margin-percentage.html
31+
* cssom.html
32+
* simple-calcs.html
33+
* simplification.html
34+
2935
Everything else should be added to WPT.
3036

3137
----
3238

3339
Todo: finish reviewing and converting the following tests:
34-
* those listed above as (maybe) not to be ported to WPT
35-
* getComputedStyle-margin-percentage.html
36-
* simple-calcs.html
37-
* simplification.html
3840
* transitions-dependent.html
3941
* transitions.html

0 commit comments

Comments
 (0)