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:
Emilio Cobos Álvarez 2024-04-11 00:31:32 +02:00
parent 9fcd2ec8df
commit 76ccf69421

View File

@ -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.