diff options
Diffstat (limited to 'testing/web-platform/meta/html/rendering/widgets')
17 files changed, 272 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/rendering/widgets/__dir__.ini b/testing/web-platform/meta/html/rendering/widgets/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/html/rendering/widgets/appearance/appearance-animation-002.html.ini b/testing/web-platform/meta/html/rendering/widgets/appearance/appearance-animation-002.html.ini new file mode 100644 index 0000000000..d0d879ae4a --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/appearance/appearance-animation-002.html.ini @@ -0,0 +1,2 @@ +[appearance-animation-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/widgets/appearance/appearance-transition-001.html.ini b/testing/web-platform/meta/html/rendering/widgets/appearance/appearance-transition-001.html.ini new file mode 100644 index 0000000000..a67f588b17 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/appearance/appearance-transition-001.html.ini @@ -0,0 +1,7 @@ +[appearance-transition-001.html] + expected: + if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, ERROR, TIMEOUT] + if (os == "linux") and debug and not fission and swgl: [PASS, ERROR] + if (os == "linux") and debug and not fission and not swgl: [PASS, ERROR] + if (os == "linux") and debug and fission: [PASS, ERROR] + if (os == "win") and swgl: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/widgets/appearance/appearance-transition-003.html.ini b/testing/web-platform/meta/html/rendering/widgets/appearance/appearance-transition-003.html.ini new file mode 100644 index 0000000000..e6c4033814 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/appearance/appearance-transition-003.html.ini @@ -0,0 +1,2 @@ +[appearance-transition-003.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/widgets/baseline-alignment-and-overflow.tentative.html.ini b/testing/web-platform/meta/html/rendering/widgets/baseline-alignment-and-overflow.tentative.html.ini new file mode 100644 index 0000000000..45e3f764bd --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/baseline-alignment-and-overflow.tentative.html.ini @@ -0,0 +1,37 @@ +[baseline-alignment-and-overflow.tentative.html] + [<input type="color" value="#000000" style="overflow: visible; appearance: none;">] + expected: + if not non_native_theme: FAIL + [<input type="color" value="#000000" style="overflow: hidden; appearance: none;">] + expected: + if not non_native_theme: FAIL + [<input type="color" value="#000000" style="overflow: scroll; appearance: none;">] + expected: + if not non_native_theme: FAIL + [<input type="submit" value="x" style="overflow: visible; appearance: auto;">] + expected: + if os == "mac" and not non_native_theme: FAIL + [<input type="submit" value="x" style="overflow: hidden; appearance: auto;">] + expected: + if os == "mac" and not non_native_theme: FAIL + [<input type="submit" value="x" style="overflow: scroll; appearance: auto;">] + expected: + if os == "mac" and not non_native_theme: FAIL + [<input type="reset" value="x" style="overflow: visible; appearance: auto;">] + expected: + if os == "mac" and not non_native_theme: FAIL + [<input type="reset" value="x" style="overflow: hidden; appearance: auto;">] + expected: + if os == "mac" and not non_native_theme: FAIL + [<input type="reset" value="x" style="overflow: scroll; appearance: auto;">] + expected: + if os == "mac" and not non_native_theme: FAIL + [<input type="button" value="x" style="overflow: visible; appearance: auto;">] + expected: + if os == "mac" and not non_native_theme: FAIL + [<input type="button" value="x" style="overflow: hidden; appearance: auto;">] + expected: + if os == "mac" and not non_native_theme: FAIL + [<input type="button" value="x" style="overflow: scroll; appearance: auto;">] + expected: + if os == "mac" and not non_native_theme: FAIL diff --git a/testing/web-platform/meta/html/rendering/widgets/button-layout/anonymous-button-content-box.html.ini b/testing/web-platform/meta/html/rendering/widgets/button-layout/anonymous-button-content-box.html.ini new file mode 100644 index 0000000000..ad3d91109a --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/button-layout/anonymous-button-content-box.html.ini @@ -0,0 +1,6 @@ +[anonymous-button-content-box.html] + expected: + if os == "win": PASS + if os == "mac": PASS + if non_native_theme: PASS + FAIL diff --git a/testing/web-platform/meta/html/rendering/widgets/button-layout/computed-style.html.ini b/testing/web-platform/meta/html/rendering/widgets/button-layout/computed-style.html.ini new file mode 100644 index 0000000000..e0930555ac --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/button-layout/computed-style.html.ini @@ -0,0 +1,3 @@ +[computed-style.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/widgets/button-layout/display-other.html.ini b/testing/web-platform/meta/html/rendering/widgets/button-layout/display-other.html.ini new file mode 100644 index 0000000000..facae18483 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/button-layout/display-other.html.ini @@ -0,0 +1,41 @@ +[display-other.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [display: ruby-base] + expected: FAIL + + [display: table-cell] + expected: FAIL + + [display: table-header-group] + expected: FAIL + + [display: ruby-text] + expected: FAIL + + [display: table-column] + expected: FAIL + + [display: ruby-text-container] + expected: FAIL + + [display: ruby-base-container] + expected: FAIL + + [display: table-caption] + expected: FAIL + + [display: table-footer-group] + expected: FAIL + + [display: run-in] + expected: FAIL + + [display: table-row-group] + expected: FAIL + + [display: table-column-group] + expected: FAIL + + [display: table-row] + expected: FAIL diff --git a/testing/web-platform/meta/html/rendering/widgets/button-layout/flex.html.ini b/testing/web-platform/meta/html/rendering/widgets/button-layout/flex.html.ini new file mode 100644 index 0000000000..1198a33898 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/button-layout/flex.html.ini @@ -0,0 +1,3 @@ +[flex.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/widgets/button-layout/grid.html.ini b/testing/web-platform/meta/html/rendering/widgets/button-layout/grid.html.ini new file mode 100644 index 0000000000..e5058238ee --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/button-layout/grid.html.ini @@ -0,0 +1,3 @@ +[grid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/widgets/button-layout/inline-level.html.ini b/testing/web-platform/meta/html/rendering/widgets/button-layout/inline-level.html.ini new file mode 100644 index 0000000000..32c7593e85 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/button-layout/inline-level.html.ini @@ -0,0 +1,3 @@ +[inline-level.html] + fuzzy: + if os == "android" and non_native_theme: maxDifference=0-1;totalPixels=0-12 diff --git a/testing/web-platform/meta/html/rendering/widgets/button-layout/propagate-text-decoration.html.ini b/testing/web-platform/meta/html/rendering/widgets/button-layout/propagate-text-decoration.html.ini new file mode 100644 index 0000000000..5ab763848f --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/button-layout/propagate-text-decoration.html.ini @@ -0,0 +1,5 @@ +[propagate-text-decoration.html] + expected: + if os == "android" and not non_native_theme: FAIL + if os == "linux" and not non_native_theme: FAIL + PASS diff --git a/testing/web-platform/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini b/testing/web-platform/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini new file mode 100644 index 0000000000..86802702ff --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini @@ -0,0 +1,3 @@ +[shrink-wrap.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/widgets/input-date-baseline-print.html.ini b/testing/web-platform/meta/html/rendering/widgets/input-date-baseline-print.html.ini new file mode 100644 index 0000000000..c9f00f1ea7 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/input-date-baseline-print.html.ini @@ -0,0 +1,3 @@ +[input-date-baseline-print.html] + fuzzy: + if os == "mac": maxDifference=0-1;totalPixels=0-1 diff --git a/testing/web-platform/meta/html/rendering/widgets/input-date-no-resize-on-hover.html.ini b/testing/web-platform/meta/html/rendering/widgets/input-date-no-resize-on-hover.html.ini new file mode 100644 index 0000000000..e8b7ae0b62 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/input-date-no-resize-on-hover.html.ini @@ -0,0 +1,3 @@ +[input-date-no-resize-on-hover.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/rendering/widgets/select-wrap-no-spill.optional.html.ini b/testing/web-platform/meta/html/rendering/widgets/select-wrap-no-spill.optional.html.ini new file mode 100644 index 0000000000..e57d165ca7 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/select-wrap-no-spill.optional.html.ini @@ -0,0 +1,3 @@ +[select-wrap-no-spill.optional.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/rendering/widgets/the-select-element/select-as-listbox-default-styles.tentative.html.ini b/testing/web-platform/meta/html/rendering/widgets/the-select-element/select-as-listbox-default-styles.tentative.html.ini new file mode 100644 index 0000000000..2622574191 --- /dev/null +++ b/testing/web-platform/meta/html/rendering/widgets/the-select-element/select-as-listbox-default-styles.tentative.html.ini @@ -0,0 +1,147 @@ +[select-as-listbox-default-styles.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [<select multiple=""><option>1 - padding-top] + expected: FAIL + + [<select multiple=""><option>1 - padding-bottom] + expected: FAIL + + [<select multiple=""><option>1 - border-top-width] + expected: FAIL + + [<select multiple=""><option>1 - border-right-width] + expected: FAIL + + [<select multiple=""><option>1 - border-bottom-width] + expected: FAIL + + [<select multiple=""><option>1 - border-left-width] + expected: FAIL + + [<select multiple=""><option>1 - border-top-style] + expected: FAIL + + [<select multiple=""><option>1 - border-right-style] + expected: FAIL + + [<select multiple=""><option>1 - border-bottom-style] + expected: FAIL + + [<select multiple=""><option>1 - border-left-style] + expected: FAIL + + [<select multiple=""><option>1 - border-top-color] + expected: FAIL + + [<select multiple=""><option>1 - border-right-color] + expected: FAIL + + [<select multiple=""><option>1 - border-bottom-color] + expected: FAIL + + [<select multiple=""><option>1 - border-left-color] + expected: FAIL + + [<select multiple=""><option>1 - white-space] + expected: FAIL + + [<select multiple=""><option>1 - background-color] + expected: FAIL + + [<select multiple=""><option>1 - cursor] + expected: FAIL + + [<select multiple=""><option>1 - font-size] + expected: FAIL + + [<select multiple=""><option>1 - font-family] + expected: FAIL + + [<select multiple=""><option>1 - overflow] + expected: FAIL + + [<select multiple=""><option>1 - vertical-align] + expected: FAIL + + [<select multiple=""><option>1 - user-select] + expected: FAIL + + [<select multiple=""><option>1 - page-break-inside] + expected: FAIL + + [<option>1 (in <select multiple="">) - padding-top] + expected: FAIL + + [<option>1 (in <select multiple="">) - padding-right] + expected: FAIL + + [<option>1 (in <select multiple="">) - padding-bottom] + expected: FAIL + + [<option>1 (in <select multiple="">) - padding-left] + expected: FAIL + + [<option>1 (in <select multiple="">) - white-space] + expected: FAIL + + [<option>1 (in <select multiple="">) - cursor] + expected: FAIL + + [<option>1 (in <select multiple="">) - font-size] + expected: FAIL + + [<option>1 (in <select multiple="">) - font-family] + expected: FAIL + + [<option>1 (in <select multiple="">) - user-select] + expected: FAIL + + [<optgroup label="2"><option>3 (in <select multiple="">) - white-space] + expected: FAIL + + [<optgroup label="2"><option>3 (in <select multiple="">) - cursor] + expected: FAIL + + [<optgroup label="2"><option>3 (in <select multiple="">) - font-style] + expected: FAIL + + [<optgroup label="2"><option>3 (in <select multiple="">) - font-weight] + expected: FAIL + + [<optgroup label="2"><option>3 (in <select multiple="">) - font-size] + expected: FAIL + + [<optgroup label="2"><option>3 (in <select multiple="">) - font-family] + expected: FAIL + + [<optgroup label="2"><option>3 (in <select multiple="">) - user-select] + expected: FAIL + + [<option>3 (in <select multiple=""><optgroup label="2">) - padding-top] + expected: FAIL + + [<option>3 (in <select multiple=""><optgroup label="2">) - padding-bottom] + expected: FAIL + + [<option>3 (in <select multiple=""><optgroup label="2">) - padding-left] + expected: FAIL + + [<option>3 (in <select multiple=""><optgroup label="2">) - white-space] + expected: FAIL + + [<option>3 (in <select multiple=""><optgroup label="2">) - cursor] + expected: FAIL + + [<option>3 (in <select multiple=""><optgroup label="2">) - font-size] + expected: FAIL + + [<option>3 (in <select multiple=""><optgroup label="2">) - font-family] + expected: FAIL + + [<option>3 (in <select multiple=""><optgroup label="2">) - user-select] + expected: FAIL + + [<select multiple=""><option>1 - scrollbar-width] + expected: + if os == "mac": FAIL |