mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1890824 - Add an exception to browser_parsable_css.js.
To deal with a variable that is still used from aboutprofiling.css, which for some reason is devtools. MANUAL PUSH: Trivial orange fix CLOSED TREE
This commit is contained in:
parent
9fcd2ec8df
commit
76ccf69421
@ -117,6 +117,8 @@ let propNameAllowlist = [
|
||||
isFromDevTools: false,
|
||||
},
|
||||
{ propName: "--browser-stack-z-index-rdm-toolbar", isFromDevTools: false },
|
||||
// about:profiling is in devtools even though it uses non-devtools styles.
|
||||
{ propName: "--in-content-border-hover", isFromDevTools: false },
|
||||
|
||||
// These variables are specified from devtools but read from non-devtools
|
||||
// styles, which confuses the test.
|
||||
|
Loading…
Reference in New Issue
Block a user