-
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
a73016d
commit cbf1462
Showing
1 changed file
with
176 additions
and
164 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 |
---|---|---|
@@ -1,165 +1,177 @@ | ||
links: | ||
- label: interop-2021-grid | ||
results: | ||
- test: grid-area-computed.html | ||
- test: grid-area-invalid.html | ||
- test: grid-area-shorthand.html | ||
- test: grid-area-valid.html | ||
- test: grid-auto-columns-computed.html | ||
- test: grid-auto-columns-invalid.html | ||
- test: grid-auto-columns-valid.html | ||
- test: grid-auto-flow-computed.html | ||
- test: grid-auto-flow-invalid.html | ||
- test: grid-auto-flow-valid.html | ||
- test: grid-auto-rows-computed.html | ||
- test: grid-auto-rows-invalid.html | ||
- test: grid-auto-rows-valid.html | ||
- test: grid-columns-rows-get-set-multiple.html | ||
- test: grid-content-sized-columns-resolution.html | ||
- test: grid-shorthand-invalid.html | ||
- test: grid-shorthand-valid.html | ||
- test: grid-shorthand.html | ||
- test: grid-template-areas-computed.html | ||
- test: grid-template-areas-invalid.html | ||
- test: grid-template-areas-one-cell.html | ||
- test: grid-template-areas-valid.html | ||
- test: grid-template-columns-computed-implicit-track.html | ||
- test: grid-template-columns-computed-nogrid.html | ||
- test: grid-template-columns-computed-withcontent.html | ||
- test: grid-template-columns-computed.html | ||
- test: grid-template-columns-invalid.html | ||
- test: grid-template-columns-valid.html | ||
- test: grid-template-repeat-auto-computed-withcontent-001.html | ||
- test: grid-template-repeat-auto-computed-withcontent-002.html | ||
- test: grid-template-rows-computed-implicit-track.html | ||
- test: grid-template-rows-computed-nogrid.html | ||
- test: grid-template-rows-computed-withcontent.html | ||
- test: grid-template-rows-computed.html | ||
- test: grid-template-rows-invalid.html | ||
- test: grid-template-rows-valid.html | ||
- test: grid-template-shorthand-invalid.html | ||
- test: grid-template-shorthand-valid.html | ||
- test: grid-template-shorthand.html | ||
- product: safari | ||
url: https://bugs.webkit.org/show_bug.cgi?id=204611 | ||
results: | ||
- test: grid-area-shorthand.html | ||
status: FAIL | ||
- test: grid-shorthand.html | ||
status: FAIL | ||
- test: grid-template-shorthand.html | ||
status: FAIL | ||
- product: webkitgtk | ||
url: https://bugs.webkit.org/show_bug.cgi?id=204611 | ||
results: | ||
- test: grid-area-shorthand.html | ||
status: FAIL | ||
- test: grid-shorthand.html | ||
status: FAIL | ||
- test: grid-template-shorthand.html | ||
status: FAIL | ||
- product: safari | ||
url: https://bugs.webkit.org/show_bug.cgi?id=204506 | ||
results: | ||
- test: grid-area-computed.html | ||
status: FAIL | ||
- product: safari | ||
url: https://bugs.webkit.org/show_bug.cgi?id=149890 | ||
results: | ||
- test: grid-area-valid.html | ||
status: FAIL | ||
- product: webkitgtk | ||
url: https://bugs.webkit.org/show_bug.cgi?id=204506 | ||
results: | ||
- test: grid-area-computed.html | ||
status: FAIL | ||
- product: webkitgtk | ||
url: https://bugs.webkit.org/show_bug.cgi?id=149890 | ||
results: | ||
- test: grid-area-valid.html | ||
status: FAIL | ||
- product: firefox | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1639412 | ||
results: | ||
- test: grid-template-rows-computed-withcontent.html | ||
subtest: Property grid-template-rows value 'none' | ||
- test: grid-template-columns-computed-withcontent.html | ||
subtest: Property grid-template-columns value 'none' | ||
- product: chrome | ||
url: https://crbug.com/916827 | ||
results: | ||
- test: grid-area-computed.html | ||
- product: chrome | ||
url: https://crbug.com/1028283 | ||
results: | ||
- test: grid-shorthand-valid.html | ||
- test: grid-template-shorthand-valid.html | ||
- product: chrome | ||
url: https://crbug.com/501673 | ||
results: | ||
- test: grid-shorthand.html | ||
- product: firefox | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1675233 | ||
results: | ||
- test: grid-columns-rows-get-set-multiple.html | ||
subtest: 'Test getting grid-template-columns and grid-template-rows set through CSS for element ''gridWithPercentWithoutSize'' : grid-template-columns = ''3.5px 7px'', grid-template-rows = ''4px 12px''' | ||
- product: chrome | ||
url: https://crbug.com/989004 | ||
results: | ||
- test: grid-template-columns-computed-nogrid.html | ||
- test: grid-template-rows-computed-nogrid.html | ||
- product: chrome | ||
url: https://crbug.com/1050968 | ||
results: | ||
- test: grid-columns-rows-get-set-multiple.html | ||
- product: chrome | ||
url: https://crbug.com/511177 | ||
results: | ||
- test: grid-area-valid.html | ||
- product: chrome | ||
url: https://bugs.chromium.org/p/chromium/issues/detail?id=1156390 | ||
results: | ||
- test: grid-auto-flow-computed.html | ||
- test: grid-auto-flow-valid.html | ||
- label: interop-2023-grid | ||
results: | ||
- test: grid-shorthand-serialization.html | ||
- test: grid-template-shorthand-areas-valid.html | ||
- product: firefox | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1833499 | ||
results: | ||
- test: grid-template-areas-computed.html | ||
subtest: "Property grid-template-areas value '\" a \t b \"'" | ||
- test: grid-template-areas-computed.html | ||
subtest: "Property grid-template-areas value '\"c\td\"'" | ||
- test: grid-template-areas-computed.html | ||
subtest: Property grid-template-areas value '"first ..."' | ||
- test: grid-template-areas-valid.html | ||
subtest: e.style['grid-template-areas'] = "\" a \t b \"" should set the property value | ||
- test: grid-template-areas-valid.html | ||
subtest: e.style['grid-template-areas'] = "\"c\td\"" should set the property value | ||
- test: grid-template-areas-valid.html | ||
subtest: e.style['grid-template-areas'] = "\"first ...\"" should set the property value | ||
- product: firefox | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1481876 | ||
results: | ||
- test: grid-columns-rows-get-set-multiple.html | ||
- product: firefox | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1833491 | ||
results: | ||
- test: grid-template-shorthand-areas-valid.html | ||
subtest: 'grid-template: none / 1px and "grid-template-areas: "a";" should be valid.' | ||
- test: grid-template-shorthand-areas-valid.html | ||
subtest: 'grid-template: none / none and "grid-template-areas: "a";" should be valid.' | ||
- product: chrome | ||
url: https://bugs.chromium.org/p/chromium/issues/detail?id=1370841 | ||
results: | ||
- test: grid-shorthand-serialization.html | ||
- product: firefox | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1841328 | ||
results: | ||
- test: grid-template-shorthand-valid.html | ||
- product: firefox | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1841330 | ||
results: | ||
- test: grid-area-computed.html | ||
- label: interop-2021-grid | ||
results: | ||
- test: grid-area-computed.html | ||
- test: grid-area-invalid.html | ||
- test: grid-area-shorthand.html | ||
- test: grid-area-valid.html | ||
- test: grid-auto-columns-computed.html | ||
- test: grid-auto-columns-invalid.html | ||
- test: grid-auto-columns-valid.html | ||
- test: grid-auto-flow-computed.html | ||
- test: grid-auto-flow-invalid.html | ||
- test: grid-auto-flow-valid.html | ||
- test: grid-auto-rows-computed.html | ||
- test: grid-auto-rows-invalid.html | ||
- test: grid-auto-rows-valid.html | ||
- test: grid-columns-rows-get-set-multiple.html | ||
- test: grid-content-sized-columns-resolution.html | ||
- test: grid-shorthand-invalid.html | ||
- test: grid-shorthand-valid.html | ||
- test: grid-shorthand.html | ||
- test: grid-template-areas-computed.html | ||
- test: grid-template-areas-invalid.html | ||
- test: grid-template-areas-one-cell.html | ||
- test: grid-template-areas-valid.html | ||
- test: grid-template-columns-computed-implicit-track.html | ||
- test: grid-template-columns-computed-nogrid.html | ||
- test: grid-template-columns-computed-withcontent.html | ||
- test: grid-template-columns-computed.html | ||
- test: grid-template-columns-invalid.html | ||
- test: grid-template-columns-valid.html | ||
- test: grid-template-repeat-auto-computed-withcontent-001.html | ||
- test: grid-template-repeat-auto-computed-withcontent-002.html | ||
- test: grid-template-rows-computed-implicit-track.html | ||
- test: grid-template-rows-computed-nogrid.html | ||
- test: grid-template-rows-computed-withcontent.html | ||
- test: grid-template-rows-computed.html | ||
- test: grid-template-rows-invalid.html | ||
- test: grid-template-rows-valid.html | ||
- test: grid-template-shorthand-invalid.html | ||
- test: grid-template-shorthand-valid.html | ||
- test: grid-template-shorthand.html | ||
- product: safari | ||
results: | ||
- status: FAIL | ||
test: grid-area-shorthand.html | ||
- status: FAIL | ||
test: grid-shorthand.html | ||
- status: FAIL | ||
test: grid-template-shorthand.html | ||
url: https://bugs.webkit.org/show_bug.cgi?id=204611 | ||
- product: webkitgtk | ||
results: | ||
- status: FAIL | ||
test: grid-area-shorthand.html | ||
- status: FAIL | ||
test: grid-shorthand.html | ||
- status: FAIL | ||
test: grid-template-shorthand.html | ||
url: https://bugs.webkit.org/show_bug.cgi?id=204611 | ||
- product: safari | ||
results: | ||
- status: FAIL | ||
test: grid-area-computed.html | ||
url: https://bugs.webkit.org/show_bug.cgi?id=204506 | ||
- product: safari | ||
results: | ||
- status: FAIL | ||
test: grid-area-valid.html | ||
url: https://bugs.webkit.org/show_bug.cgi?id=149890 | ||
- product: webkitgtk | ||
results: | ||
- status: FAIL | ||
test: grid-area-computed.html | ||
url: https://bugs.webkit.org/show_bug.cgi?id=204506 | ||
- product: webkitgtk | ||
results: | ||
- status: FAIL | ||
test: grid-area-valid.html | ||
url: https://bugs.webkit.org/show_bug.cgi?id=149890 | ||
- product: firefox | ||
results: | ||
- subtest: Property grid-template-rows value 'none' | ||
test: grid-template-rows-computed-withcontent.html | ||
- subtest: Property grid-template-columns value 'none' | ||
test: grid-template-columns-computed-withcontent.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1639412 | ||
- product: chrome | ||
results: | ||
- test: grid-area-computed.html | ||
url: https://crbug.com/916827 | ||
- product: chrome | ||
results: | ||
- test: grid-shorthand-valid.html | ||
- test: grid-template-shorthand-valid.html | ||
url: https://crbug.com/1028283 | ||
- product: chrome | ||
results: | ||
- test: grid-shorthand.html | ||
url: https://crbug.com/501673 | ||
- product: firefox | ||
results: | ||
- subtest: 'Test getting grid-template-columns and grid-template-rows set through | ||
CSS for element ''gridWithPercentWithoutSize'' : grid-template-columns = ''3.5px | ||
7px'', grid-template-rows = ''4px 12px''' | ||
test: grid-columns-rows-get-set-multiple.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1675233 | ||
- product: chrome | ||
results: | ||
- test: grid-template-columns-computed-nogrid.html | ||
- test: grid-template-rows-computed-nogrid.html | ||
url: https://crbug.com/989004 | ||
- product: chrome | ||
results: | ||
- test: grid-columns-rows-get-set-multiple.html | ||
url: https://crbug.com/1050968 | ||
- product: chrome | ||
results: | ||
- test: grid-area-valid.html | ||
url: https://crbug.com/511177 | ||
- product: chrome | ||
results: | ||
- test: grid-auto-flow-computed.html | ||
- test: grid-auto-flow-valid.html | ||
url: https://bugs.chromium.org/p/chromium/issues/detail?id=1156390 | ||
- label: interop-2023-grid | ||
results: | ||
- test: grid-shorthand-serialization.html | ||
- test: grid-template-shorthand-areas-valid.html | ||
- product: firefox | ||
results: | ||
- subtest: "Property grid-template-areas value '\" a \t b \"'" | ||
test: grid-template-areas-computed.html | ||
- subtest: "Property grid-template-areas value '\"c\td\"'" | ||
test: grid-template-areas-computed.html | ||
- subtest: Property grid-template-areas value '"first ..."' | ||
test: grid-template-areas-computed.html | ||
- subtest: e.style['grid-template-areas'] = "\" a \t b \"" should set the property | ||
value | ||
test: grid-template-areas-valid.html | ||
- subtest: e.style['grid-template-areas'] = "\"c\td\"" should set the property value | ||
test: grid-template-areas-valid.html | ||
- subtest: e.style['grid-template-areas'] = "\"first ...\"" should set the property | ||
value | ||
test: grid-template-areas-valid.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1833499 | ||
- product: firefox | ||
results: | ||
- test: grid-columns-rows-get-set-multiple.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1481876 | ||
- product: firefox | ||
results: | ||
- subtest: 'grid-template: none / 1px and "grid-template-areas: "a";" should be | ||
valid.' | ||
test: grid-template-shorthand-areas-valid.html | ||
- subtest: 'grid-template: none / none and "grid-template-areas: "a";" should be | ||
valid.' | ||
test: grid-template-shorthand-areas-valid.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1833491 | ||
- product: chrome | ||
results: | ||
- test: grid-shorthand-serialization.html | ||
url: https://bugs.chromium.org/p/chromium/issues/detail?id=1370841 | ||
- product: firefox | ||
results: | ||
- test: grid-template-shorthand-valid.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1841328 | ||
- product: firefox | ||
results: | ||
- test: grid-area-computed.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1841330 | ||
- product: firefox | ||
results: | ||
- subtest: Property grid-template-columns value 'repeat(calc(1 + 3 * sign(100em | ||
- 1px)), 150px)' | ||
test: grid-template-columns-computed.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1934563 |