forked from mykmelez/gecko
-
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 1559276 - Part 2: Retire the support for 3-valued syntax for posi…
…tion. r=emilio According to this resolved spec issue: w3c/csswg-drafts#2140, we retire the 3-valued <position> on 1. `object-position` 2. `perspective-origin`, 3. `mask-position` 4. `circle()` and `ellipse()` , but still keep the support for `background-position`. Besides, I simply run this python script to generate the .ini file: ``` s = sys.argv[1] + ".ini" with open(s, "w") as f: f.write('[{}]\n'.format(sys.argv[1])) f.write(' expected: FAIL\n') f.write(' bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276\n') ``` Differential Revision: https://phabricator.services.mozilla.com/D37126
- Loading branch information
1 parent
75245a3
commit c63c934
Showing
118 changed files
with
357 additions
and
221 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
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
25 changes: 0 additions & 25 deletions
25
testing/web-platform/meta/css/css-images/parsing/gradient-position-invalid.html.ini
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
testing/web-platform/meta/css/css-images/parsing/object-position-invalid.html.ini
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
testing/web-platform/meta/css/css-shapes/parsing/shape-outside-invalid-position.html.ini
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
.../web-platform/meta/css/css-transforms/parsing/perspective-origin-parsing-invalid.html.ini
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-png-001e.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 @@ | ||
[object-fit-contain-png-001e.html] | ||
fuzzy: | ||
if os == "android": maxDifference=26;totalPixels=0-23 | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-png-001i.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-png-001i.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-png-001o.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-png-001o.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-png-001p.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-png-001p.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-png-002e.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-png-002e.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-png-002i.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-png-002i.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-png-002o.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-png-002o.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-png-002p.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-png-002p.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-svg-001i.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-svg-001i.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-svg-001p.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-svg-001p.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-svg-002i.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-svg-002i.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-svg-002p.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-svg-002p.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-svg-003i.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-svg-003i.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-svg-003p.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-svg-003p.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-svg-004i.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-svg-004i.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-svg-004p.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-svg-004p.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-svg-005i.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-svg-005i.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-svg-005p.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-svg-005p.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-svg-006i.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-svg-006i.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
3 changes: 3 additions & 0 deletions
3
...dor-imports/mozilla/mozilla-central-reftests/images3/object-fit-contain-svg-006p.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[object-fit-contain-svg-006p.html] | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
8 changes: 2 additions & 6 deletions
8
...endor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001c.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,3 @@ | ||
[object-fit-cover-png-001c.html] | ||
expected: | ||
if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS | ||
if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS | ||
if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS | ||
if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS | ||
FAIL | ||
expected: FAIL | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1559276 |
Oops, something went wrong.