зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1636326 [wpt PR 23471] - Forced Colors Mode - revert at author origin, a=testonly
Automatic update from web-platform-tests Forced Colors Mode - revert at author origin The spec now indicates that we should revert forced colors related properties at the author origin rather than reverting back to the UA level (https://www.w3.org/TR/css-color-adjust-1/#forced). Bug: 970285 Change-Id: Id05c1fcde61ce7908223e570eb39039bbca931ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2181579 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#769392} -- wpt-commits: 6c82701a8cde89e61513229966f65b31960b31a9 wpt-pr: 23471
This commit is contained in:
Родитель
f29630e73c
Коммит
640181b148
|
@ -10,17 +10,17 @@
|
|||
|
||||
td, th {
|
||||
border: 1px solid;
|
||||
border-bottom-color: black;
|
||||
border-left-color: purple;
|
||||
border-right-color: orange;
|
||||
border-top-color: green;
|
||||
border-bottom-color: black !important;
|
||||
border-left-color: purple !important;
|
||||
border-right-color: orange !important;
|
||||
border-top-color: green !important;
|
||||
padding: 8px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: blue;
|
||||
color: red;
|
||||
background-color: blue !important;
|
||||
color: red !important;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче