Skip to content

Commit

Permalink
Part 3: Defer to -moz-default-appearance when appearance is auto.
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D83429

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1620467
gecko-commit: d96951bf852ede4060885463d8b0cc6c4b9f758c
gecko-integration-branch: autoland
gecko-reviewers: emilio
  • Loading branch information
heycam authored and moz-wptsync-bot committed Jul 23, 2020
1 parent 59cec4f commit e60c6ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/css-ui/appearance-progress-bar-002-ref.html
@@ -1,4 +1,4 @@
<!doctype html>
<title>CSS Test Reference</title>
<progress style="appearance:auto">
<progress style="appearance:none">
<progress style="appearance:auto" value="0.5">
<progress style="appearance:none" value="0.5">
4 changes: 2 additions & 2 deletions css/css-ui/appearance-progress-bar-002.html
Expand Up @@ -7,8 +7,8 @@
#progress1 { appearance: none }
#progress2 { appearance: auto }
</style>
<progress id="progress1">
<progress id="progress2">
<progress id="progress1" value="0.5">
<progress id="progress2" value="0.5">
<script>
document.body.offsetTop;
progress1.style.appearance = "auto";
Expand Down

0 comments on commit e60c6ef

Please sign in to comment.