forked from sailfishos/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1501562 - Update wpt expectation metadata for geckoview testrunne…
…ractivity Differential Revision: https://phabricator.services.mozilla.com/D30423 --HG-- extra : moz-landing-system : lando
- Loading branch information
Showing
656 changed files
with
4,438 additions
and
1,969 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
9 changes: 5 additions & 4 deletions
9
testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.arc.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,9 @@ | ||
[2d.path.stroke.prune.arc.html] | ||
[Zero-length line segments from arcTo and arc are removed before stroking] | ||
expected: | ||
if (os == "linux"): FAIL | ||
if (os == "win"): FAIL | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "linux": FAIL | ||
if os == "win": FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL | ||
|
9 changes: 5 additions & 4 deletions
9
testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.closed.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,9 @@ | ||
[2d.path.stroke.prune.closed.html] | ||
[Zero-length line segments from closed paths are removed before stroking] | ||
expected: | ||
if (os == "win"): FAIL | ||
if (os == "mac"): FAIL | ||
if (os == "linux"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "win": FAIL | ||
if os == "mac": FAIL | ||
if os == "linux": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL | ||
|
9 changes: 5 additions & 4 deletions
9
testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.curve.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,9 @@ | ||
[2d.path.stroke.prune.curve.html] | ||
[Zero-length line segments from quadraticCurveTo and bezierCurveTo are removed before stroking] | ||
expected: | ||
if (os == "linux"): FAIL | ||
if (os == "win"): FAIL | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "linux": FAIL | ||
if os == "win": FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL | ||
|
9 changes: 5 additions & 4 deletions
9
testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.line.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,9 @@ | ||
[2d.path.stroke.prune.line.html] | ||
[Zero-length line segments from lineTo are removed before stroking] | ||
expected: | ||
if (os == "linux"): FAIL | ||
if (os == "win"): FAIL | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "linux": FAIL | ||
if os == "win": FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL | ||
|
9 changes: 5 additions & 4 deletions
9
testing/web-platform/meta/2dcontext/path-objects/2d.path.stroke.prune.rect.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,9 @@ | ||
[2d.path.stroke.prune.rect.html] | ||
[Zero-length line segments from rect and strokeRect are removed before stroking] | ||
expected: | ||
if (os == "win"): FAIL | ||
if (os == "mac"): FAIL | ||
if (os == "linux"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "win": FAIL | ||
if os == "mac": FAIL | ||
if os == "linux": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL | ||
|
2 changes: 1 addition & 1 deletion
2
testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.y.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,5 +1,5 @@ | ||
[2d.shadow.enable.y.html] | ||
[Shadows are drawn if shadowOffsetY is set] | ||
expected: | ||
if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL | ||
if (os == "android") and not e10s: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
[reftest.html] | ||
expected: | ||
if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): FAIL | ||
if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): FAIL | ||
if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL | ||
if (os == "android") and e10s: FAIL |
10 changes: 10 additions & 0 deletions
10
testing/web-platform/meta/audio-output/setSinkId.https.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,2 +1,12 @@ | ||
[setSinkId.https.html] | ||
prefs: [media.setsinkid.enabled:true] | ||
expected: | ||
if (os == "android") and e10s: TIMEOUT | ||
[List device, setSinkId should be allowed on the default, the rest of the devices will get a NotAllowedError] | ||
expected: | ||
if (os == "android") and e10s: NOTRUN | ||
|
||
[setSinkId fails with NotFoundError on made up deviceid] | ||
expected: | ||
if (os == "android") and e10s: 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
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/compat/webkit-text-fill-color-property-002.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,5 @@ | ||
[webkit-text-fill-color-property-002.html] | ||
prefs: [layout.css.prefixes.webkit:true] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
6 changes: 4 additions & 2 deletions
6
testing/web-platform/meta/content-security-policy/img-src/icon-blocked.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,7 +1,9 @@ | ||
[icon-blocked.sub.html] | ||
expected: | ||
if os == "android" and not e10s: TIMEOUT | ||
if (os == "android") and not e10s: TIMEOUT | ||
if (os == "android") and e10s: TIMEOUT | ||
[Test that spv event is fired] | ||
expected: | ||
if os == "android" and not e10s: NOTRUN | ||
if (os == "android") and not e10s: NOTRUN | ||
if (os == "android") and e10s: NOTRUN | ||
|
3 changes: 1 addition & 2 deletions
3
...vigate-to/unsafe-allow-redirects/allowed-end-of-chain-because-of-same-origin.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,4 +1,3 @@ | ||
[allowed-end-of-chain-because-of-same-origin.sub.html] | ||
disabled: | ||
if os == "android" and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1511193 | ||
|
||
if (os == "android") and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1511193 |
14 changes: 9 additions & 5 deletions
14
testing/web-platform/meta/cookies/samesite/form-post-blank-reload.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,24 +1,28 @@ | ||
[form-post-blank-reload.html] | ||
expected: | ||
if os == "android" and not e10s: TIMEOUT | ||
if (os == "android") and not e10s: TIMEOUT | ||
if (os == "android") and e10s: TIMEOUT | ||
ERROR | ||
[Untitled] | ||
expected: | ||
if os == "android" and not e10s: NOTRUN | ||
if (os == "android") and not e10s: NOTRUN | ||
FAIL | ||
|
||
[Reloaded same-host top-level form POSTs are strictly same-site] | ||
expected: | ||
if os == "android" and not e10s: TIMEOUT | ||
if (os == "android") and not e10s: TIMEOUT | ||
if debug and not e10s and (os == "linux"): TIMEOUT | ||
if (os == "android") and e10s: TIMEOUT | ||
|
||
[Reloaded subdomain top-level form POSTs are strictly same-site] | ||
expected: | ||
if os == "android" and not e10s: NOTRUN | ||
if (os == "android") and not e10s: NOTRUN | ||
if debug and not e10s and (os == "linux"): NOTRUN | ||
if (os == "android") and e10s: NOTRUN | ||
|
||
[Reloaded cross-site top-level form POSTs are not same-site] | ||
expected: | ||
if os == "android" and not e10s: NOTRUN | ||
if (os == "android") and not e10s: NOTRUN | ||
if debug and not e10s and (os == "linux"): NOTRUN | ||
if (os == "android") and e10s: NOTRUN | ||
|
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009a.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,4 @@ | ||
[abspos-containing-block-initial-009a.xht] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009b.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,4 @@ | ||
[abspos-containing-block-initial-009b.xht] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009e.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,4 @@ | ||
[abspos-containing-block-initial-009e.xht] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009f.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,4 @@ | ||
[abspos-containing-block-initial-009f.xht] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/css/CSS2/backgrounds/background-003.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,4 @@ | ||
[background-003.xht] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: 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
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/css/CSS2/backgrounds/background-image-cover-attachment-001.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,4 @@ | ||
[background-image-cover-attachment-001.xht] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
9 changes: 5 additions & 4 deletions
9
testing/web-platform/meta/css/CSS2/bidi-text/bidi-004.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,6 +1,7 @@ | ||
[bidi-004.xht] | ||
expected: | ||
if (os == "win"): FAIL | ||
if (os == "linux"): FAIL | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "win": FAIL | ||
if os == "linux": FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/css/CSS2/bidi-text/bidi-breaking-001.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,4 @@ | ||
[bidi-breaking-001.xht] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/css/CSS2/bidi-text/bidi-breaking-002.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,4 @@ | ||
[bidi-breaking-002.xht] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: 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
7 changes: 4 additions & 3 deletions
7
testing/web-platform/meta/css/CSS2/box-display/box-generation-001.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,5 +1,6 @@ | ||
[box-generation-001.xht] | ||
expected: | ||
if (os == "win"): FAIL | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "win": FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
7 changes: 4 additions & 3 deletions
7
testing/web-platform/meta/css/CSS2/box-display/box-generation-002.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,5 +1,6 @@ | ||
[box-generation-002.xht] | ||
expected: | ||
if (os == "win"): FAIL | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "win": FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/css/CSS2/box-display/containing-block-010.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,4 @@ | ||
[containing-block-010.xht] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
7 changes: 4 additions & 3 deletions
7
testing/web-platform/meta/css/CSS2/box-display/display-008.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,5 +1,6 @@ | ||
[display-008.xht] | ||
expected: | ||
if (os == "win"): FAIL | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "win": FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
7 changes: 4 additions & 3 deletions
7
testing/web-platform/meta/css/CSS2/box-display/display-009.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,5 +1,6 @@ | ||
[display-009.xht] | ||
expected: | ||
if (os == "win"): FAIL | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "win": FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
7 changes: 4 additions & 3 deletions
7
testing/web-platform/meta/css/CSS2/box-display/display-012.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,5 +1,6 @@ | ||
[display-012.xht] | ||
expected: | ||
if (os == "win"): FAIL | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "win": FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
7 changes: 4 additions & 3 deletions
7
testing/web-platform/meta/css/CSS2/box-display/display-013.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,5 +1,6 @@ | ||
[display-013.xht] | ||
expected: | ||
if (os == "win"): FAIL | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "win": FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
5 changes: 3 additions & 2 deletions
5
testing/web-platform/meta/css/CSS2/css1/c43-rpl-ibx-000.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,4 +1,5 @@ | ||
[c43-rpl-ibx-000.xht] | ||
expected: | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/css/CSS2/css1/c548-ln-ht-001.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,4 @@ | ||
[c548-ln-ht-001.xht] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/css/CSS2/css1/c548-ln-ht-002.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,4 @@ | ||
[c548-ln-ht-002.xht] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
7 changes: 4 additions & 3 deletions
7
testing/web-platform/meta/css/CSS2/css1/c5502-imrgn-r-003.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,5 +1,6 @@ | ||
[c5502-imrgn-r-003.xht] | ||
expected: | ||
if (os == "win"): FAIL | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "win": FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
5 changes: 3 additions & 2 deletions
5
testing/web-platform/meta/css/CSS2/css1/c5502-imrgn-r-005.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,4 +1,5 @@ | ||
[c5502-imrgn-r-005.xht] | ||
expected: | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
5 changes: 3 additions & 2 deletions
5
testing/web-platform/meta/css/CSS2/css1/c5502-imrgn-r-006.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,4 +1,5 @@ | ||
[c5502-imrgn-r-006.xht] | ||
expected: | ||
if (os == "mac"): FAIL | ||
if os == "android" and not e10s: FAIL | ||
if os == "mac": FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
3 changes: 2 additions & 1 deletion
3
testing/web-platform/meta/css/CSS2/css1/c5504-imrgn-l-002.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,4 @@ | ||
[c5504-imrgn-l-002.xht] | ||
expected: | ||
if os == "android" and not e10s: FAIL | ||
if (os == "android") and not e10s: FAIL | ||
if (os == "android") and e10s: FAIL |
Oops, something went wrong.