forked from mirrors/gecko-dev
Bug 1895745 - Update test expectations for css/css-content/parsing/content-computed.html.
Differential Revision: https://phabricator.services.mozilla.com/D210301
This commit is contained in:
parent
fa9aa75fa5
commit
4425d6ef2f
1 changed files with 19 additions and 114 deletions
|
|
@ -1,152 +1,57 @@
|
|||
[content-computed.html]
|
||||
[Property content value 'open-quote / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'close-quote / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'no-open-quote / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'no-close-quote / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'counter(counter-name) / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'counter(counter-name, counter-style) / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'counter(counter-name, dECiMaL) / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'counter(counter-name, DECIMAL) / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'counters(counter-name, ".") / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'counters(counter-name, ".", counter-style) / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'counters(counter-name, ".", dECiMaL) / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'counters(counter-name, ".", DECIMAL) / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'url("https://www.example.com/picture.svg") / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value '"hello" / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'counter(counter-name) "potato" / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'counters(counter-name, ".") "potato" / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value '"(" counters(counter-name, ".", counter-style) ")" / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'open-quote "hello" "world" close-quote / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[Property content value 'url("https://www.example.com/picture.svg") "hello" / "alt text"']
|
||||
expected:
|
||||
if not debug and (os == "linux") and not asan and tsan: PASS
|
||||
if not debug and (os == "linux") and asan: PASS
|
||||
if not debug and (os == "mac"): [PASS, FAIL]
|
||||
if not debug and (os == "android"): [PASS, FAIL]
|
||||
FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
|
|
|||
Loading…
Reference in a new issue