diff options
Diffstat (limited to 'testing/web-platform/meta/html/rendering/non-replaced-elements')
81 files changed, 388 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/__dir__.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/__dir__.ini new file mode 100644 index 0000000000..defc16f344 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/__dir__.ini @@ -0,0 +1,2 @@ +lsan-allowed: [Alloc, MakeUnique, Malloc, Realloc, XPCNativeInterface::NewInstance, XPCNativeSet::NewInstance, XPCNativeSet::NewInstanceMutate, XPCWrappedNative::GetNewOrUsed, XPCWrappedNativeProto::GetNewOrUsed, mozilla::extensions::MatchPatternCore::MatchPatternCore, mozilla::extensions::MatchPatternSet::Constructor, mozilla::extensions::MatchPatternSet::GetPatterns] +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/flow-content-0/dialog.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/flow-content-0/dialog.html.ini new file mode 100644 index 0000000000..90c0f393b8 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/flow-content-0/dialog.html.ini @@ -0,0 +1,8 @@ +[dialog.html] + [Modal dialog in width: 540px iframe] + expected: + if not debug and (os == "android"): [PASS, FAIL] + + [Modal dialog in width: 538px iframe] + expected: + if not debug and (os == "android"): [PASS, FAIL] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/flow-content-0/slot-element-focusable.tentative.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/flow-content-0/slot-element-focusable.tentative.html.ini new file mode 100644 index 0000000000..31811c3761 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/flow-content-0/slot-element-focusable.tentative.html.ini @@ -0,0 +1,3 @@ +[slot-element-focusable.tentative.html] + [slot element with default style should be focusable] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/flow-content-0/slot-element-tabbable.tentative.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/flow-content-0/slot-element-tabbable.tentative.html.ini new file mode 100644 index 0000000000..8c24be8337 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/flow-content-0/slot-element-tabbable.tentative.html.ini @@ -0,0 +1,3 @@ +[slot-element-tabbable.tentative.html] + [slot element with default style should be focusable] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/form-controls/input-line-height-computed.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/form-controls/input-line-height-computed.html.ini new file mode 100644 index 0000000000..024c72b1d4 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/form-controls/input-line-height-computed.html.ini @@ -0,0 +1,18 @@ +[input-line-height-computed.html] + [<input type=text>.computedStyleMap().get('line-height') should not be affected by the used value clamping] + expected: FAIL + + [<input type=tel>.computedStyleMap().get('line-height') should not be affected by the used value clamping] + expected: FAIL + + [<input type=search>.computedStyleMap().get('line-height') should not be affected by the used value clamping] + expected: FAIL + + [<input type=url>.computedStyleMap().get('line-height') should not be affected by the used value clamping] + expected: FAIL + + [<input type=email>.computedStyleMap().get('line-height') should not be affected by the used value clamping] + expected: FAIL + + [<input type=password>.computedStyleMap().get('line-height') should not be affected by the used value clamping] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/form-controls/placeholder-opacity-default.tentative.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/form-controls/placeholder-opacity-default.tentative.html.ini new file mode 100644 index 0000000000..d4109d92b2 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/form-controls/placeholder-opacity-default.tentative.html.ini @@ -0,0 +1,5 @@ +[placeholder-opacity-default.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Default opacity value is '1'] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/form-controls/select-sizing-001.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/form-controls/select-sizing-001.html.ini new file mode 100644 index 0000000000..fd077d80d7 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/form-controls/select-sizing-001.html.ini @@ -0,0 +1,3 @@ +[select-sizing-001.html] + fuzzy: + if os == "android": maxDifference=0-1;totalPixels=0-4 diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/form-controls/text-transform.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/form-controls/text-transform.html.ini new file mode 100644 index 0000000000..6977edbb16 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/form-controls/text-transform.html.ini @@ -0,0 +1,3 @@ +[text-transform.html] + fuzzy: + if os == "android": maxDifference=0-1;totalPixels=0-10 diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/hidden-elements.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/hidden-elements.html.ini new file mode 100644 index 0000000000..263d9a569d --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/hidden-elements.html.ini @@ -0,0 +1,6 @@ +[hidden-elements.html] + [embed[hidden=''\] element should be inline 0x0] + expected: FAIL + + [embed[hidden='until-found'\] element should be inline 0x0] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/lists/lists-presentational-hints-ascii-case-insensitive.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/lists/lists-presentational-hints-ascii-case-insensitive.html.ini new file mode 100644 index 0000000000..7d41048ce2 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/lists/lists-presentational-hints-ascii-case-insensitive.html.ini @@ -0,0 +1,3 @@ +[lists-presentational-hints-ascii-case-insensitive.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/margin-collapsing-quirks/multicol-quirks-mode.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/margin-collapsing-quirks/multicol-quirks-mode.html.ini new file mode 100644 index 0000000000..3f4c8bb5fb --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/margin-collapsing-quirks/multicol-quirks-mode.html.ini @@ -0,0 +1,5 @@ +[multicol-quirks-mode.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [multicol default styles (quirks mode)] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/margin-collapsing-quirks/multicol-standards-mode.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/margin-collapsing-quirks/multicol-standards-mode.html.ini new file mode 100644 index 0000000000..c64af955cc --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/margin-collapsing-quirks/multicol-standards-mode.html.ini @@ -0,0 +1,5 @@ +[multicol-standards-mode.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [multicol default styles (standards mode)] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-q.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-q.html.ini new file mode 100644 index 0000000000..054fce45e9 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-q.html.ini @@ -0,0 +1,2 @@ +[001-q.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-x.xhtml.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-x.xhtml.ini new file mode 100644 index 0000000000..0816a24da0 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-x.xhtml.ini @@ -0,0 +1,2 @@ +[001-x.xhtml] + restart-after: true diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/font-face.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/font-face.html.ini new file mode 100644 index 0000000000..fa4c1db516 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/font-face.html.ini @@ -0,0 +1,3 @@ +[font-face.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/font-size.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/font-size.html.ini new file mode 100644 index 0000000000..3c5c799501 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/font-size.html.ini @@ -0,0 +1,3 @@ +[font-size.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/sections-and-headings/headings-styles.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/sections-and-headings/headings-styles.html.ini new file mode 100644 index 0000000000..1bc31b2d57 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/sections-and-headings/headings-styles.html.ini @@ -0,0 +1,3 @@ +[headings-styles.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/form-in-tables-xhtml.xhtml.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/form-in-tables-xhtml.xhtml.ini new file mode 100644 index 0000000000..7c61255211 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/form-in-tables-xhtml.xhtml.ini @@ -0,0 +1,3 @@ +[form-in-tables-xhtml.xhtml] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/form-in-tables.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/form-in-tables.html.ini new file mode 100644 index 0000000000..cdb40bba30 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/form-in-tables.html.ini @@ -0,0 +1,3 @@ +[form-in-tables.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/hidden-attr.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/hidden-attr.html.ini new file mode 100644 index 0000000000..dab609a837 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/hidden-attr.html.ini @@ -0,0 +1,20 @@ +[hidden-attr.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Computed display and visibility of colgroup] + expected: FAIL + + [Computed display and visibility of col] + expected: FAIL + + [Computed display and visibility of thead] + expected: FAIL + + [Computed display and visibility of tbody] + expected: FAIL + + [Computed display and visibility of tfoot] + expected: FAIL + + [Computed display and visibility of tr] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-attribute.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-attribute.html.ini new file mode 100644 index 0000000000..348a6edb9b --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-attribute.html.ini @@ -0,0 +1,74 @@ +[table-attribute.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [table td align attribute left is correct] + expected: FAIL + + [table tfoot align attribute center is correct] + expected: FAIL + + [table th align attribute middle is correct] + expected: FAIL + + [table thead align attribute right is correct] + expected: FAIL + + [table thead align attribute middle is correct] + expected: FAIL + + [table tr align attribute center is correct] + expected: FAIL + + [table th align attribute left is correct] + expected: FAIL + + [table tbody align attribute right is correct] + expected: FAIL + + [table thead align attribute left is correct] + expected: FAIL + + [table th align attribute center is correct] + expected: FAIL + + [table td align attribute center is correct] + expected: FAIL + + [table tr align attribute middle is correct] + expected: FAIL + + [table tfoot align attribute middle is correct] + expected: FAIL + + [table th align attribute right is correct] + expected: FAIL + + [table tr align attribute left is correct] + expected: FAIL + + [table td align attribute right is correct] + expected: FAIL + + [table tfoot align attribute left is correct] + expected: FAIL + + [table tfoot align attribute right is correct] + expected: FAIL + + [table thead align attribute center is correct] + expected: FAIL + + [table tbody align attribute middle is correct] + expected: FAIL + + [table tbody align attribute left is correct] + expected: FAIL + + [table tbody align attribute center is correct] + expected: FAIL + + [table td align attribute middle is correct] + expected: FAIL + + [table tr align attribute right is correct] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-background-print.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-background-print.html.ini new file mode 100644 index 0000000000..a9d41ef5da --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-background-print.html.ini @@ -0,0 +1,2 @@ +[table-background-print.html] + fuzzy: maxDifference=0-138;totalPixels=0-647 diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-border-2.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-border-2.html.ini new file mode 100644 index 0000000000..612a81bb5e --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-border-2.html.ini @@ -0,0 +1,2 @@ +[table-border-2.html] + restart-after: true diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-border-presentational-hints-ascii-case-insensitive.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-border-presentational-hints-ascii-case-insensitive.html.ini new file mode 100644 index 0000000000..1d33f66ad4 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-border-presentational-hints-ascii-case-insensitive.html.ini @@ -0,0 +1,2 @@ +[table-border-presentational-hints-ascii-case-insensitive.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-ua-stylesheet.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-ua-stylesheet.html.ini new file mode 100644 index 0000000000..acd860570f --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-ua-stylesheet.html.ini @@ -0,0 +1,3 @@ +[table-ua-stylesheet.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-valign-baseline-ascii-case-insensitive.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-valign-baseline-ascii-case-insensitive.html.ini new file mode 100644 index 0000000000..04c2377925 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-valign-baseline-ascii-case-insensitive.html.ini @@ -0,0 +1,3 @@ +[table-valign-baseline-ascii-case-insensitive.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-vspace-hspace-s.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-vspace-hspace-s.html.ini new file mode 100644 index 0000000000..b957e4eb07 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-vspace-hspace-s.html.ini @@ -0,0 +1,3 @@ +[table-vspace-hspace-s.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-vspace-hspace.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-vspace-hspace.html.ini new file mode 100644 index 0000000000..7a9d7b9085 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/tables/table-vspace-hspace.html.ini @@ -0,0 +1,3 @@ +[table-vspace-hspace.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/crashtests/fieldset-middleclick.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/crashtests/fieldset-middleclick.html.ini new file mode 100644 index 0000000000..421e7d9d04 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/crashtests/fieldset-middleclick.html.ini @@ -0,0 +1,2 @@ +[fieldset-middleclick.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-block-formatting-context.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-block-formatting-context.html.ini new file mode 100644 index 0000000000..7ff0cf6892 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-block-formatting-context.html.ini @@ -0,0 +1,3 @@ +[fieldset-block-formatting-context.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-block-size.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-block-size.html.ini new file mode 100644 index 0000000000..a43eebe273 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-block-size.html.ini @@ -0,0 +1,3 @@ +[fieldset-block-size.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-border-radius-hittest.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-border-radius-hittest.html.ini new file mode 100644 index 0000000000..37ba803158 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-border-radius-hittest.html.ini @@ -0,0 +1,3 @@ +[fieldset-border-radius-hittest.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-calculating-min-max-content.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-calculating-min-max-content.html.ini new file mode 100644 index 0000000000..480e9c9ed7 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-calculating-min-max-content.html.ini @@ -0,0 +1,3 @@ +[fieldset-calculating-min-max-content.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-content-before-legend.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-content-before-legend.html.ini new file mode 100644 index 0000000000..4cce947225 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-content-before-legend.html.ini @@ -0,0 +1,3 @@ +[fieldset-content-before-legend.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-content-percentage-size.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-content-percentage-size.html.ini new file mode 100644 index 0000000000..6028c0cfe0 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-content-percentage-size.html.ini @@ -0,0 +1,3 @@ +[fieldset-content-percentage-size.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-default-style.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-default-style.html.ini new file mode 100644 index 0000000000..e28c33c2d5 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-default-style.html.ini @@ -0,0 +1,3 @@ +[fieldset-default-style.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-display.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-display.html.ini new file mode 100644 index 0000000000..da47c86585 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-display.html.ini @@ -0,0 +1,5 @@ +[fieldset-display.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [fieldset with display: run-in] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-flexbox.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-flexbox.html.ini new file mode 100644 index 0000000000..c4d5a520ad --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-flexbox.html.ini @@ -0,0 +1,3 @@ +[fieldset-flexbox.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-generated-content.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-generated-content.html.ini new file mode 100644 index 0000000000..601f1894ea --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-generated-content.html.ini @@ -0,0 +1,3 @@ +[fieldset-generated-content.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-grid.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-grid.html.ini new file mode 100644 index 0000000000..37177b3128 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-grid.html.ini @@ -0,0 +1,3 @@ +[fieldset-grid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-multicol.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-multicol.html.ini new file mode 100644 index 0000000000..2bb3c8476e --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-multicol.html.ini @@ -0,0 +1,3 @@ +[fieldset-multicol.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-overflow-cssomview.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-overflow-cssomview.html.ini new file mode 100644 index 0000000000..61f7b03cb2 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-overflow-cssomview.html.ini @@ -0,0 +1,3 @@ +[fieldset-overflow-cssomview.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-overflow.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-overflow.html.ini new file mode 100644 index 0000000000..185c052048 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-overflow.html.ini @@ -0,0 +1,4 @@ +[fieldset-overflow.html] + expected: + if (os == "win") and not fission: FAIL + if (os == "mac") and not fission and swgl: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-painting-order.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-painting-order.html.ini new file mode 100644 index 0000000000..4f698bdc82 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-painting-order.html.ini @@ -0,0 +1,2 @@ +[fieldset-painting-order.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-percentage-block-size.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-percentage-block-size.html.ini new file mode 100644 index 0000000000..a7f8752f3c --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-percentage-block-size.html.ini @@ -0,0 +1,3 @@ +[fieldset-percentage-block-size.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-percentage-padding.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-percentage-padding.html.ini new file mode 100644 index 0000000000..ea05556486 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-percentage-padding.html.ini @@ -0,0 +1,3 @@ +[fieldset-percentage-padding.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-vertical.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-vertical.html.ini new file mode 100644 index 0000000000..393fcd3a67 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-vertical.html.ini @@ -0,0 +1,4 @@ +[fieldset-vertical.html] + expected: + if (os != "win") and (processor == "x86") and not debug: FAIL + if (os == "win") and (processor == "x86") and not debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/flex-legend-float-abspos.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/flex-legend-float-abspos.html.ini new file mode 100644 index 0000000000..8dd017abe5 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/flex-legend-float-abspos.html.ini @@ -0,0 +1,3 @@ +[flex-legend-float-abspos.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-align-justify-self.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-align-justify-self.html.ini new file mode 100644 index 0000000000..1c743a10f0 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-align-justify-self.html.ini @@ -0,0 +1,20 @@ +[legend-align-justify-self.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [<fieldset><legend align="cEnTeR">x</legend></fieldset>] + expected: FAIL + + [<fieldset><legend align="right">x</legend></fieldset>] + expected: FAIL + + [<fieldset><legend align="left">x</legend></fieldset>] + expected: FAIL + + [<fieldset><legend align="center">x</legend></fieldset>] + expected: FAIL + + [<fieldset><legend align="rIgHt">x</legend></fieldset>] + expected: FAIL + + [<fieldset><legend align="lEfT">x</legend></fieldset>] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-align-text-align.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-align-text-align.html.ini new file mode 100644 index 0000000000..6c3c2a0f5a --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-align-text-align.html.ini @@ -0,0 +1,3 @@ +[legend-align-text-align.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-align.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-align.html.ini new file mode 100644 index 0000000000..614f39fa70 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-align.html.ini @@ -0,0 +1,3 @@ +[legend-align.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-auto-margins.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-auto-margins.html.ini new file mode 100644 index 0000000000..a247c000ce --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-auto-margins.html.ini @@ -0,0 +1,3 @@ +[legend-auto-margins.html] + fuzzy: + if (os == "linux"): legend-auto-margins-ref.html:maxDifference=8;totalPixels=0-10 diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-block-formatting-context.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-block-formatting-context.html.ini new file mode 100644 index 0000000000..00505cd2ac --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-block-formatting-context.html.ini @@ -0,0 +1,3 @@ +[legend-block-formatting-context.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-block-position-centering.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-block-position-centering.html.ini new file mode 100644 index 0000000000..cb0d020a42 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-block-position-centering.html.ini @@ -0,0 +1,3 @@ +[legend-block-position-centering.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display-none.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display-none.html.ini new file mode 100644 index 0000000000..3f906de757 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display-none.html.ini @@ -0,0 +1,3 @@ +[legend-display-none.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display-rendering.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display-rendering.html.ini new file mode 100644 index 0000000000..d42471749b --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display-rendering.html.ini @@ -0,0 +1,3 @@ +[legend-display-rendering.html] + expected: FAIL + restart-after: @True diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html.ini new file mode 100644 index 0000000000..963c6a0763 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html.ini @@ -0,0 +1,14 @@ +[legend-display.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [rendered legend with display: run-in] + expected: FAIL + + [rendered legend with display: run-in; overflow:hidden] + expected: FAIL + + [rendered legend with display: run-in; columns:1] + expected: FAIL + + [rendered legend with display: run-in; overflow:hidden;columns:1] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-float-abspos.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-float-abspos.html.ini new file mode 100644 index 0000000000..9ab4e4f588 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-float-abspos.html.ini @@ -0,0 +1,3 @@ +[legend-float-abspos.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-grid-flex-multicol.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-grid-flex-multicol.html.ini new file mode 100644 index 0000000000..25cd13381d --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-grid-flex-multicol.html.ini @@ -0,0 +1,7 @@ +[legend-grid-flex-multicol.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [multicol] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1689619 + expected: + if os == "mac": FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-hover.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-hover.html.ini new file mode 100644 index 0000000000..8142bbcdbe --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-hover.html.ini @@ -0,0 +1,3 @@ +[legend-hover.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-inline-position-with-fieldset-padding.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-inline-position-with-fieldset-padding.html.ini new file mode 100644 index 0000000000..e31520fcbb --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-inline-position-with-fieldset-padding.html.ini @@ -0,0 +1,3 @@ +[legend-inline-position-with-fieldset-padding.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-margin-inline.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-margin-inline.html.ini new file mode 100644 index 0000000000..d7fc3dc4e4 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-margin-inline.html.ini @@ -0,0 +1,3 @@ +[legend-margin-inline.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display.html.ini new file mode 100644 index 0000000000..4c52cd0cd8 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display.html.ini @@ -0,0 +1,3 @@ +[legend-sans-fieldset-display.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-tall.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-tall.html.ini new file mode 100644 index 0000000000..062aec5955 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-tall.html.ini @@ -0,0 +1,2 @@ +[legend-tall.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend.html.ini new file mode 100644 index 0000000000..8db23931f1 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend.html.ini @@ -0,0 +1,3 @@ +[legend.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/min-inline-size.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/min-inline-size.html.ini new file mode 100644 index 0000000000..872536a5b0 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/min-inline-size.html.ini @@ -0,0 +1,3 @@ +[min-inline-size.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/sticky-content.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/sticky-content.html.ini new file mode 100644 index 0000000000..ed4d6d28e6 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/sticky-content.html.ini @@ -0,0 +1,3 @@ +[sticky-content.html] + fuzzy: + if os == "win": maxDifference=0-4;totalPixels=0-51 diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/exceed-then-not-exceed.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/exceed-then-not-exceed.html.ini new file mode 100644 index 0000000000..36ae2e0f59 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/exceed-then-not-exceed.html.ini @@ -0,0 +1,3 @@ +[exceed-then-not-exceed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-cols-abssize.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-cols-abssize.html.ini new file mode 100644 index 0000000000..ea0621c13b --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-cols-abssize.html.ini @@ -0,0 +1,2 @@ +[large-cols-abssize.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-cols-percentage.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-cols-percentage.html.ini new file mode 100644 index 0000000000..75a2253cc8 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-cols-percentage.html.ini @@ -0,0 +1,2 @@ +[large-cols-percentage.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-cols-relsize.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-cols-relsize.html.ini new file mode 100644 index 0000000000..6eef49d559 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-cols-relsize.html.ini @@ -0,0 +1,5 @@ +[large-cols-relsize.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [A large relative value should not produce weird sizes.] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-rows-abssize.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-rows-abssize.html.ini new file mode 100644 index 0000000000..af360ef760 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-rows-abssize.html.ini @@ -0,0 +1,2 @@ +[large-rows-abssize.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-rows-percentage.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-rows-percentage.html.ini new file mode 100644 index 0000000000..9aaee252bb --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-rows-percentage.html.ini @@ -0,0 +1,2 @@ +[large-rows-percentage.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-rows-relsize.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-rows-relsize.html.ini new file mode 100644 index 0000000000..a6d08ebc3b --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-frameset-and-frame-elements/large-rows-relsize.html.ini @@ -0,0 +1,5 @@ +[large-rows-relsize.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [A large relative value should not produce weird sizes.] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-hr-element-0/color.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-hr-element-0/color.html.ini new file mode 100644 index 0000000000..ca8bf6b2c8 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-hr-element-0/color.html.ini @@ -0,0 +1,2 @@ +[color.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-hr-element-0/hr.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-hr-element-0/hr.html.ini new file mode 100644 index 0000000000..7286003cec --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-hr-element-0/hr.html.ini @@ -0,0 +1,3 @@ +[hr.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-hr-element-0/setting-overflow-visible.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-hr-element-0/setting-overflow-visible.html.ini new file mode 100644 index 0000000000..ad3cc34031 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-hr-element-0/setting-overflow-visible.html.ini @@ -0,0 +1,3 @@ +[setting-overflow-visible.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-body-margin-attributes.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-body-margin-attributes.html.ini new file mode 100644 index 0000000000..813a9eb3a4 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-body-margin-attributes.html.ini @@ -0,0 +1,3 @@ +[iframe-body-margin-attributes.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-marginwidth-marginheight.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-marginwidth-marginheight.html.ini new file mode 100644 index 0000000000..c0a2dcf3b5 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-marginwidth-marginheight.html.ini @@ -0,0 +1,3 @@ +[iframe-marginwidth-marginheight.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-scrolling-attribute-values.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-scrolling-attribute-values.html.ini new file mode 100644 index 0000000000..37f3bff34b --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-scrolling-attribute-values.html.ini @@ -0,0 +1,3 @@ +[iframe-scrolling-attribute-values.html] + expected: + if (os == "win"): [PASS, FAIL] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-scrolling-attribute.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-scrolling-attribute.html.ini new file mode 100644 index 0000000000..4e78dfaff4 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-page/iframe-scrolling-attribute.html.ini @@ -0,0 +1,5 @@ +[iframe-scrolling-attribute.html] + fuzzy: + if os == "win": maxDifference=0-4;totalPixels=0-51 + expected: + if (os == "mac"): [PASS, FAIL] |