gecko-dev/testing/web-platform/tests/css/css-cascade/reference/ref-green-text.html
Alexey Shvayka eb171ac640 Bug 1622911 [wpt PR 22283] - [css-cascade] Test "all" shorthand with "color" property, a=testonly
Automatic update from web-platform-tests
[css-cascade] Test "all" shorthand with "color" property (#22283)

* Add reference

* Add "all: inherit" test

* Add "all: initial" test

* Add "all: revert" test

* Add "all: unset" test
--

wpt-commits: 3712eda8757f15375fd10dd6531318a76acd1ec7
wpt-pr: 22283
2020-03-19 17:32:58 +00:00

9 lines
190 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>Green text reference</title>
<style>
.test { color: green; }
</style>
<body>
<p class="test">Test passes if this text is green.</p>
</body>