Bug 1694522: Mark webkit-appearance-progress-bar-002.html as expected pass on Windows when the non-native theme is enabled. r=mstange

Differential Revision: https://phabricator.services.mozilla.com/D106216
This commit is contained in:
Stephen A Pohl 2021-02-23 23:35:50 +00:00
parent 6e18d8be19
commit 701d445789

View File

@ -1,3 +1,3 @@
[webkit-appearance-progress-bar-002.html]
expected:
if os == "win": FAIL
if (os == "win") and not non_native_theme: FAIL