Skip to content

Commit

Permalink
Gecko sync update
Browse files Browse the repository at this point in the history
  • Loading branch information
moz-wptsync-bot authored and github-actions[bot] committed Dec 26, 2023
1 parent f8bba70 commit a8c89f0
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions css/css-content/parsing/META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
links:
- product: firefox
results:
- status: CRASH
test: content-computed.html
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1871766
- product: firefox
results:
- subtest: e.style['content'] = "open-quote / \"alt text\"" should set the property
value
test: content-valid.html
- subtest: e.style['content'] = "close-quote / \"alt text\"" should set the property
value
test: content-valid.html
- subtest: e.style['content'] = "no-open-quote / \"alt text\"" should set the property
value
test: content-valid.html
- subtest: e.style['content'] = "no-close-quote / \"alt text\"" should set the property
value
test: content-valid.html
- subtest: e.style['content'] = "attr(alt) / \"alt text\"" should set the property
value
test: content-valid.html
- subtest: e.style['content'] = "attr(data-foo) / \"alt text\"" should set the property
value
test: content-valid.html
- subtest: e.style['content'] = "counter(counter-name) / \"alt text\"" should set
the property value
test: content-valid.html
- subtest: e.style['content'] = "counter(counter-name, counter-style) / \"alt text\""
should set the property value
test: content-valid.html
- subtest: e.style['content'] = "counter(counter-name, dECiMaL) / \"alt text\""
should set the property value
test: content-valid.html
- subtest: e.style['content'] = "counter(counter-name, DECIMAL) / \"alt text\""
should set the property value
test: content-valid.html
- subtest: e.style['content'] = "counters(counter-name, \".\") / \"alt text\"" should
set the property value
test: content-valid.html
- subtest: e.style['content'] = "counters(counter-name, \".\", counter-style) /
\"alt text\"" should set the property value
test: content-valid.html
- subtest: e.style['content'] = "counters(counter-name, \".\", dECiMaL) / \"alt
text\"" should set the property value
test: content-valid.html
- subtest: e.style['content'] = "counters(counter-name, \".\", DECIMAL) / \"alt
text\"" should set the property value
test: content-valid.html
- subtest: e.style['content'] = "url(\"https://www.example.com/picture.svg\") /
\"alt text\"" should set the property value
test: content-valid.html
- subtest: e.style['content'] = "\"hello\" / \"alt text\"" should set the property
value
test: content-valid.html
- subtest: e.style['content'] = "\"hello\" \"world\" / \"alt text\"" should set
the property value
test: content-valid.html
- subtest: e.style['content'] = "\"hello\" attr(alt) \"world\" / \"alt text\"" should
set the property value
test: content-valid.html
- subtest: e.style['content'] = "counter(counter-name) \"potato\" / \"alt text\""
should set the property value
test: content-valid.html
- subtest: e.style['content'] = "counters(counter-name, \".\") \"potato\" / \"alt
text\"" should set the property value
test: content-valid.html
- subtest: e.style['content'] = "\"(\" counters(counter-name, \".\", counter-style)
\")\" / \"alt text\"" should set the property value
test: content-valid.html
- subtest: e.style['content'] = "open-quote \"hello\" \"world\" close-quote / \"alt
text\"" should set the property value
test: content-valid.html
- subtest: e.style['content'] = "url(\"https://www.example.com/picture.svg\") \"hello\"
/ \"alt text\"" should set the property value
test: content-valid.html
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1871767

0 comments on commit a8c89f0

Please sign in to comment.