-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8bba70
commit a8c89f0
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |