forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1743907 - cleanup webrender manifest annotation in wpt (part 4/5)…
…. r=jgraham Differential Revision: https://phabricator.services.mozilla.com/D133718
- Loading branch information
Showing
235 changed files
with
249 additions
and
869 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
testing/web-platform/meta/css/filter-effects/remove-filter-repaint.html.ini
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
[remove-filter-repaint.html] | ||
expected: | ||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): PASS | ||
if (os == "linux") and not webrender and debug: PASS | ||
if os == "mac": PASS | ||
[PASS, FAIL] |
9 changes: 3 additions & 6 deletions
9
testing/web-platform/meta/css/filter-effects/svg-mutation-drop-shadow-color.html.ini
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 |
---|---|---|
@@ -1,8 +1,5 @@ | ||
[svg-mutation-drop-shadow-color.html] | ||
expected: | ||
if (os == "linux") and webrender and debug and not fission: ["PASS", "FAIL"] | ||
if (os == "win") and (processor == "x86_64") and debug and webrender: ["PASS", "FAIL"] | ||
if (os == "win") and (processor == "x86_64") and debug and not webrender: ["PASS", "FAIL"] | ||
if (os == "win") and (processor == "x86_64") and not debug: ["PASS", "FAIL"] | ||
if (os == "android") and not debug and webrender: ["PASS", "FAIL"] | ||
if (os == "linux") and not webrender: ["PASS", "FAIL"] | ||
if (os == "linux") and debug and not fission: ["PASS", "FAIL"] | ||
if (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"] | ||
if (os == "android") and not debug: ["PASS", "FAIL"] |
7 changes: 3 additions & 4 deletions
7
testing/web-platform/meta/css/filter-effects/svg-mutation-drop-shadow-offset.html.ini
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
[svg-mutation-drop-shadow-offset.html] | ||
expected: | ||
if (os == "linux") and webrender and debug and fission: PASS | ||
if (os == "linux") and debug and fission: PASS | ||
if (os == "win") and (processor == "x86") and not debug: PASS | ||
if (os == "android") and not debug and not webrender: PASS | ||
if (os == "linux") and webrender and not debug: PASS | ||
if (os == "linux") and not debug: PASS | ||
if (os == "android") and debug: PASS | ||
if (os == "mac") and webrender: PASS | ||
if (os == "mac"): PASS | ||
[PASS, FAIL] |
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
8 changes: 3 additions & 5 deletions
8
testing/web-platform/meta/css/filter-effects/svg-mutation-group-position-changed.html.ini
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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
[svg-mutation-group-position-changed.html] | ||
expected: | ||
if (os == "win") and not debug and not webrender and (processor == "x86"): PASS | ||
if (os == "win") and not debug and webrender: PASS | ||
if (os == "android") and not debug and not webrender: PASS | ||
if (os == "android") and debug and webrender: PASS | ||
if (os == "linux") and not debug and webrender: PASS | ||
if (os == "win") and not debug: PASS | ||
if (os == "android") and debug: PASS | ||
if (os == "linux") and not debug: PASS | ||
if os == "mac": PASS | ||
[PASS, FAIL] |
7 changes: 2 additions & 5 deletions
7
testing/web-platform/meta/css/filter-effects/svg-mutation-group-size-changed.html.ini
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 |
---|---|---|
@@ -1,10 +1,7 @@ | ||
[svg-mutation-group-size-changed.html] | ||
expected: | ||
if (os == "win") and not debug and not webrender and (processor == "x86"): PASS | ||
if (os == "linux") and webrender and debug and fission: PASS | ||
if (os == "android") and not debug and not webrender: PASS | ||
if (os == "mac") and debug and not webrender: PASS | ||
if (os == "linux") and webrender and not debug: PASS | ||
if (os == "linux") and debug and fission: PASS | ||
if (os == "linux") and not debug: PASS | ||
if (os == "android") and debug: PASS | ||
if (os == "mac") and not debug: PASS | ||
[PASS, FAIL] |
4 changes: 1 addition & 3 deletions
4
testing/web-platform/meta/css/filter-effects/svg-mutation-group-transform-changed.html.ini
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
[svg-mutation-group-transform-changed.html] | ||
expected: | ||
if (os == "win") and not debug and not webrender and (processor == "x86"): PASS | ||
if (os == "android") and not debug and not webrender: PASS | ||
if (os == "win") and not debug and webrender: PASS | ||
if (os == "win") and not debug: PASS | ||
if (os == "android") and debug: PASS | ||
if os == "mac": PASS | ||
[PASS, FAIL] |
5 changes: 2 additions & 3 deletions
5
testing/web-platform/meta/css/filter-effects/svg-mutation-object-position-changed.html.ini
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
[svg-mutation-object-position-changed.html] | ||
expected: | ||
if (os == "linux") and webrender and debug and not fission: ["PASS", "FAIL"] | ||
if (os == "android") and not debug and webrender: ["PASS", "FAIL"] | ||
if (os == "linux") and debug and not fission: ["PASS", "FAIL"] | ||
if (os == "android") and not debug: ["PASS", "FAIL"] | ||
if (os == "win") and (processor == "x86") and debug: ["PASS", "FAIL"] | ||
if (os == "linux") and not webrender: ["PASS", "FAIL"] | ||
if (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"] |
10 changes: 3 additions & 7 deletions
10
testing/web-platform/meta/css/filter-effects/svg-mutation-object-size-changed.html.ini
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 |
---|---|---|
@@ -1,9 +1,5 @@ | ||
[svg-mutation-object-size-changed.html] | ||
expected: | ||
if (os == "win") and (processor == "x86_64") and not debug and not webrender: ["PASS", "FAIL"] | ||
if (os == "win") and (processor == "x86_64") and not debug and webrender: ["PASS", "FAIL"] | ||
if (os == "linux") and not webrender and not debug: ["PASS", "FAIL"] | ||
if (os == "linux") and not webrender and debug: ["PASS", "FAIL"] | ||
if (os == "android") and not debug and webrender: ["PASS", "FAIL"] | ||
if (os == "mac") and debug and webrender: ["PASS", "FAIL"] | ||
if (os == "win") and (processor == "x86_64") and debug: ["PASS", "FAIL"] | ||
if (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"] | ||
if (os == "android") and not debug: ["PASS", "FAIL"] | ||
if (os == "mac") and debug: ["PASS", "FAIL"] |
8 changes: 2 additions & 6 deletions
8
testing/web-platform/meta/css/filter-effects/svg-mutation-object-transform-changed.html.ini
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 |
---|---|---|
@@ -1,9 +1,5 @@ | ||
[svg-mutation-object-transform-changed.html] | ||
expected: | ||
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"] | ||
if (os == "win") and debug and not webrender and (processor == "x86"): ["PASS", "FAIL"] | ||
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"] | ||
if (os == "win") and debug and webrender: ["PASS", "FAIL"] | ||
if (os == "linux") and not debug and not webrender: ["PASS", "FAIL"] | ||
if (os == "android") and not debug and webrender: ["PASS", "FAIL"] | ||
if (os == "win") and debug: ["PASS", "FAIL"] | ||
if (os == "android") and not debug: ["PASS", "FAIL"] | ||
if (os == "linux") and debug: ["PASS", "FAIL"] |
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
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
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
4 changes: 2 additions & 2 deletions
4
testing/web-platform/meta/css/motion/offset-rotate-005.html.ini
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[offset-rotate-005.html] | ||
fuzzy: | ||
if (os == "linux") and webrender: maxDifference=1;totalPixels=0-3 | ||
if (os == "android") and webrender: maxDifference=1;totalPixels=0-3 | ||
if (os == "linux"): maxDifference=1;totalPixels=0-3 | ||
if (os == "android"): maxDifference=1;totalPixels=0-3 | ||
expected: | ||
if swgl and (os == "win"): [PASS, FAIL] |
2 changes: 1 addition & 1 deletion
2
testing/web-platform/meta/css/reference/pass_if_filler_text_match_bold.xht.ini
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[pass_if_filler_text_match_bold.xht] | ||
expected: | ||
if (os == "win") and webrender and not debug: ["PASS", "TIMEOUT"] | ||
if (os == "win") and not debug: ["PASS", "TIMEOUT"] |
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/selectors/selection-image-001.html.ini
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
testing/web-platform/meta/css/selectors/selection-image-002.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/selectors/selector-placeholder-shown-type-change-002.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/selectors/selector-placeholder-shown-type-change-003.html.ini
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ndor-imports/mozilla/mozilla-central-reftests/counter-styles-3/dependent-builtin.html.ini
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[dependent-builtin.html] | ||
fuzzy: | ||
if (os == "mac") and webrender: maxDifference=0-103;totalPixels=0-65 | ||
if (os == "mac"): maxDifference=0-103;totalPixels=0-65 |
3 changes: 0 additions & 3 deletions
3
...-imports/mozilla/mozilla-central-reftests/counter-styles-3/redefine-attr-mapping.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...m/meta/css/vendor-imports/mozilla/mozilla-central-reftests/masking/mask-image-3f.html.ini
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...m/meta/css/vendor-imports/mozilla/mozilla-central-reftests/masking/mask-image-3i.html.ini
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[mask-image-3i.html] | ||
fuzzy: | ||
if webrender and (os == "win"): maxDifference=0-1;totalPixels=0-8 | ||
if (os == "win"): maxDifference=0-1;totalPixels=0-8 |
2 changes: 1 addition & 1 deletion
2
...meta/css/vendor-imports/mozilla/mozilla-central-reftests/masking/mask-opacity-1c.html.ini
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[mask-opacity-1c.html] | ||
fuzzy: | ||
if not (webrender and not swgl and os == "linux"): maxDifference=0-1;totalPixels=5000 | ||
if not (not swgl and os == "linux"): maxDifference=0-1;totalPixels=5000 |
3 changes: 1 addition & 2 deletions
3
testing/web-platform/meta/custom-elements/reactions/HTMLMetaElement.html.ini
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[HTMLMetaElement.html] | ||
expected: | ||
if not webrender and (processor == "x86") and not fission and (os == "win") and not debug: ["OK", "TIMEOUT"] | ||
if webrender and not fission and (os == "win") and not debug: ["OK", "TIMEOUT"] | ||
if not fission and (os == "win") and not debug: ["OK", "TIMEOUT"] |
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
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
2 changes: 0 additions & 2 deletions
2
testing/web-platform/meta/element-timing/cross-origin-element.sub.html.ini
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
[cross-origin-element.sub.html] | ||
expected: | ||
if (os == "linux") and not webrender and not debug and not fission: ["OK", "TIMEOUT"] | ||
[Cross-origin image element is NOT observable.] | ||
expected: FAIL | ||
|
19 changes: 0 additions & 19 deletions
19
testing/web-platform/meta/encoding/api-invalid-label.any.js.ini
This file was deleted.
Oops, something went wrong.
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
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
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
49 changes: 0 additions & 49 deletions
49
.../web-platform/meta/encoding/legacy-mb-korean/euc-kr/euckr-encode-href-errors-han.html.ini
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
testing/web-platform/meta/encoding/legacy-mb-tchinese/big5/big5-decode-csbig5.html.ini
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
33 changes: 0 additions & 33 deletions
33
...g/web-platform/meta/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-han.html.ini
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
testing/web-platform/meta/encoding/textdecoder-fatal-single-byte.any.js.ini
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.