summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/static/browser_parsable_css.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/static/browser_parsable_css.js')
-rw-r--r--browser/base/content/test/static/browser_parsable_css.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/browser/base/content/test/static/browser_parsable_css.js b/browser/base/content/test/static/browser_parsable_css.js
index fb91da578a..6b075fc98f 100644
--- a/browser/base/content/test/static/browser_parsable_css.js
+++ b/browser/base/content/test/static/browser_parsable_css.js
@@ -36,6 +36,12 @@ let ignoreList = [
errorMessage: /Unknown property.*overflow-clip-box/i,
isFromDevTools: false,
},
+ // content: -moz-alt-content is UA-only.
+ {
+ sourceName: /\b(html)\.css$/i,
+ errorMessage: /Error in parsing value for ‘content’/i,
+ isFromDevTools: false,
+ },
// These variables are declared somewhere else, and error when we load the
// files directly. They're all marked intermittent because their appearance
// in the error console seems to not be consistent.