From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../css-flexbox/abspos/abspos-autopos-htb-ltr.html | 34 + .../css-flexbox/abspos/abspos-autopos-htb-rtl.html | 34 + .../css-flexbox/abspos/abspos-autopos-vlr-ltr.html | 34 + .../css-flexbox/abspos/abspos-autopos-vlr-rtl.html | 34 + .../css-flexbox/abspos/abspos-autopos-vrl-ltr.html | 34 + .../css-flexbox/abspos/abspos-autopos-vrl-rtl.html | 34 + .../css-flexbox/abspos/abspos-descendent-001.html | 32 + .../css-flexbox/abspos/dynamic-align-self-001.html | 46 ++ .../flex-abspos-staticpos-align-content-001.html | 106 +++ .../flex-abspos-staticpos-align-self-001.html | 98 +++ .../flex-abspos-staticpos-align-self-002.html | 98 +++ .../flex-abspos-staticpos-align-self-003.html | 98 +++ .../flex-abspos-staticpos-align-self-004.html | 98 +++ .../flex-abspos-staticpos-align-self-005.html | 98 +++ .../flex-abspos-staticpos-align-self-006.html | 98 +++ .../flex-abspos-staticpos-align-self-007.html | 98 +++ .../flex-abspos-staticpos-align-self-008.html | 98 +++ .../flex-abspos-staticpos-align-self-rtl-001.html | 98 +++ .../flex-abspos-staticpos-align-self-rtl-002.html | 99 +++ .../flex-abspos-staticpos-align-self-rtl-003.html | 98 +++ .../flex-abspos-staticpos-align-self-rtl-004.html | 99 +++ ...x-abspos-staticpos-align-self-safe-001-ref.html | 47 ++ .../flex-abspos-staticpos-align-self-safe-001.html | 49 ++ ...lex-abspos-staticpos-align-self-vertWM-001.html | 102 +++ ...lex-abspos-staticpos-align-self-vertWM-002.html | 103 +++ ...lex-abspos-staticpos-align-self-vertWM-003.html | 98 +++ ...lex-abspos-staticpos-align-self-vertWM-004.html | 100 +++ ...staticpos-fallback-justify-content-001-ref.html | 79 +++ ...pos-staticpos-fallback-justify-content-001.html | 80 +++ .../flex-abspos-staticpos-justify-content-001.html | 97 +++ .../flex-abspos-staticpos-justify-content-002.html | 97 +++ .../flex-abspos-staticpos-justify-content-003.html | 97 +++ .../flex-abspos-staticpos-justify-content-004.html | 97 +++ .../flex-abspos-staticpos-justify-content-005.html | 97 +++ .../flex-abspos-staticpos-justify-content-006.html | 97 +++ .../flex-abspos-staticpos-justify-content-007.html | 97 +++ .../flex-abspos-staticpos-justify-content-008.html | 97 +++ ...x-abspos-staticpos-justify-content-rtl-001.html | 98 +++ ...x-abspos-staticpos-justify-content-rtl-002.html | 98 +++ ...bspos-staticpos-justify-content-vertWM-001.html | 98 +++ ...bspos-staticpos-justify-content-vertWM-002.html | 98 +++ ...flex-abspos-staticpos-justify-self-001-ref.html | 93 +++ .../flex-abspos-staticpos-justify-self-001.html | 97 +++ .../flex-abspos-staticpos-margin-001-ref.html | 79 +++ .../abspos/flex-abspos-staticpos-margin-001.html | 83 +++ .../flex-abspos-staticpos-margin-002-ref.html | 79 +++ .../abspos/flex-abspos-staticpos-margin-002.html | 84 +++ .../flex-abspos-staticpos-margin-003-ref.html | 68 ++ .../abspos/flex-abspos-staticpos-margin-003.html | 74 +++ .../abspos/flexbox-abspos-child-001-ref.html | 26 + .../abspos/flexbox-abspos-child-001a.html | 54 ++ .../abspos/flexbox-abspos-child-001b.html | 55 ++ .../abspos/flexbox-abspos-child-002-ref.html | 44 ++ .../abspos/flexbox-abspos-child-002.html | 62 ++ .../abspos/flexbox_absolute-atomic-ref.html | 21 + .../abspos/flexbox_absolute-atomic.html | 28 + .../css-flexbox/abspos/flexbox_inline-abspos.html | 15 + .../css-flexbox/abspos/position-absolute-001.html | 709 +++++++++++++++++++++ .../css-flexbox/abspos/position-absolute-002.html | 160 +++++ .../css-flexbox/abspos/position-absolute-003.html | 96 +++ .../css-flexbox/abspos/position-absolute-004.html | 44 ++ .../abspos/position-absolute-005-ref.html | 14 + .../css-flexbox/abspos/position-absolute-005.html | 66 ++ .../css-flexbox/abspos/position-absolute-006.html | 22 + .../css-flexbox/abspos/position-absolute-007.html | 20 + .../css-flexbox/abspos/position-absolute-008.html | 22 + .../css-flexbox/abspos/position-absolute-009.html | 21 + .../css-flexbox/abspos/position-absolute-010.html | 21 + .../css-flexbox/abspos/position-absolute-011.html | 22 + .../css-flexbox/abspos/position-absolute-012.html | 116 ++++ .../css-flexbox/abspos/position-absolute-013.html | 154 +++++ .../css-flexbox/abspos/position-absolute-014.html | 82 +++ .../css-flexbox/abspos/position-absolute-015.html | 19 + ...position-absolute-containing-block-001-ref.html | 25 + .../position-absolute-containing-block-001.html | 28 + ...position-absolute-containing-block-002-ref.html | 25 + .../position-absolute-containing-block-002.html | 36 ++ 77 files changed, 6056 insertions(+) create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-htb-ltr.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-htb-rtl.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vlr-ltr.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vlr-rtl.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vrl-ltr.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vrl-rtl.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/abspos-descendent-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/dynamic-align-self-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-content-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-002.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-003.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-004.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-005.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-006.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-007.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-008.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-002.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-003.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-004.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-safe-001-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-safe-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-002.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-003.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-004.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-fallback-justify-content-001-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-fallback-justify-content-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-002.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-003.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-004.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-005.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-006.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-007.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-008.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-rtl-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-rtl-002.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-vertWM-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-vertWM-002.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-self-001-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-self-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-001-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-002-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-002.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-003-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-003.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-001-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-001a.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-001b.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-002-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-002.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flexbox_absolute-atomic-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flexbox_absolute-atomic.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/flexbox_inline-abspos.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-002.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-003.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-004.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-005-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-005.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-006.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-007.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-008.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-009.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-010.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-011.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-012.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-013.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-014.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-015.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-001-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-001.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-002-ref.html create mode 100644 testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-002.html (limited to 'testing/web-platform/tests/css/css-flexbox/abspos') diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-htb-ltr.html b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-htb-ltr.html new file mode 100644 index 0000000000..53229296ff --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-htb-ltr.html @@ -0,0 +1,34 @@ + +Absolutely positioned child with auto position in vertical-rl ltr flexbox + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-htb-rtl.html b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-htb-rtl.html new file mode 100644 index 0000000000..1788c0d3b8 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-htb-rtl.html @@ -0,0 +1,34 @@ + +Absolutely positioned child with auto position in vertical-rl ltr flexbox + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vlr-ltr.html b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vlr-ltr.html new file mode 100644 index 0000000000..c3435235aa --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vlr-ltr.html @@ -0,0 +1,34 @@ + +Absolutely positioned child with auto position in vertical-rl ltr flexbox + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vlr-rtl.html b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vlr-rtl.html new file mode 100644 index 0000000000..0c7b701a47 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vlr-rtl.html @@ -0,0 +1,34 @@ + +Absolutely positioned child with auto position in vertical-rl ltr flexbox + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vrl-ltr.html b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vrl-ltr.html new file mode 100644 index 0000000000..618bda4387 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vrl-ltr.html @@ -0,0 +1,34 @@ + +Absolutely positioned child with auto position in vertical-rl ltr flexbox + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vrl-rtl.html b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vrl-rtl.html new file mode 100644 index 0000000000..0c7b701a47 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-autopos-vrl-rtl.html @@ -0,0 +1,34 @@ + +Absolutely positioned child with auto position in vertical-rl ltr flexbox + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/abspos-descendent-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-descendent-001.html new file mode 100644 index 0000000000..ecba51e8ef --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/abspos-descendent-001.html @@ -0,0 +1,32 @@ + + + +CSS Flexbox: removing abspos descendents + + + + + + + + + + + +
+
+
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/dynamic-align-self-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/dynamic-align-self-001.html new file mode 100644 index 0000000000..208c006d2d --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/dynamic-align-self-001.html @@ -0,0 +1,46 @@ + + + + + + + +

Test passes if there is a filled green square and no red. +

+ +
+ +
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-content-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-content-001.html new file mode 100644 index 0000000000..6e99510cd1 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-content-001.html @@ -0,0 +1,106 @@ + + + + + CSS Test: Static position of abspos children in a row flex container, with various "align-content" values + + + + + + + + + + + +
+ + +
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+ + +
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-001.html new file mode 100644 index 0000000000..7fb82d4f92 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-001.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a row flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-002.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-002.html new file mode 100644 index 0000000000..c570a9f79d --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-002.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a row wrap-reverse flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-003.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-003.html new file mode 100644 index 0000000000..4208ff25e6 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-003.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a row-reverse flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-004.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-004.html new file mode 100644 index 0000000000..3cf1318d70 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-004.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a row-reverse wrap-reverse flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-005.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-005.html new file mode 100644 index 0000000000..ae9d263ea0 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-005.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a column flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-006.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-006.html new file mode 100644 index 0000000000..3c03636b35 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-006.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a column wrap-reverse flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-007.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-007.html new file mode 100644 index 0000000000..7e09b41d79 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-007.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a column-reverse flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-008.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-008.html new file mode 100644 index 0000000000..8ea47aadda --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-008.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a column-reverse wrap-reverse flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-001.html new file mode 100644 index 0000000000..703b9bb2f9 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-001.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a RTL row flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-002.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-002.html new file mode 100644 index 0000000000..c09c6fa167 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-002.html @@ -0,0 +1,99 @@ + + + + + CSS Test: Static position of abspos LTR children in a RTL row flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-003.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-003.html new file mode 100644 index 0000000000..39038b95f8 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-003.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a RTL column flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-004.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-004.html new file mode 100644 index 0000000000..fc61e6cf9b --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-rtl-004.html @@ -0,0 +1,99 @@ + + + + + CSS Test: Static position of abspos LTR children in a RTL column flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-safe-001-ref.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-safe-001-ref.html new file mode 100644 index 0000000000..fb1fb93ea9 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-safe-001-ref.html @@ -0,0 +1,47 @@ + + + + + Reference: Testing safe overflow-position for align-self in absolutely positioned boxes in flex containers + + + + + +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-safe-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-safe-001.html new file mode 100644 index 0000000000..b7302cb962 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-safe-001.html @@ -0,0 +1,49 @@ + + + + + CSS Test: Testing safe overflow-position for align-self in absolutely positioned boxes in flex containers + + + + + + + +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-001.html new file mode 100644 index 0000000000..42aeb01907 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-001.html @@ -0,0 +1,102 @@ + + + + + CSS Test: Static position of abspos children in a vertical-rl row flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-002.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-002.html new file mode 100644 index 0000000000..bb5b1f57a7 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-002.html @@ -0,0 +1,103 @@ + + + + + CSS Test: Static position of abspos horizontal-tb children in a vertical-rl row flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-003.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-003.html new file mode 100644 index 0000000000..6d877c6280 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-003.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a vertical-rl column flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-004.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-004.html new file mode 100644 index 0000000000..3248871fe5 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-align-self-vertWM-004.html @@ -0,0 +1,100 @@ + + + + + CSS Test: Static position of abspos vertical-lr + RTL children in a vertical-rl column flex container, with various "align-self" values + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-fallback-justify-content-001-ref.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-fallback-justify-content-001-ref.html new file mode 100644 index 0000000000..0abf592d6d --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-fallback-justify-content-001-ref.html @@ -0,0 +1,79 @@ + + + + + CSS Reference + + + + + +
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-fallback-justify-content-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-fallback-justify-content-001.html new file mode 100644 index 0000000000..004ce831c2 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-fallback-justify-content-001.html @@ -0,0 +1,80 @@ + + + + + CSS Test: Static position of abspos children in a row flex container, with various "justify-content" values with explicit fallback values + + + + + + + +
+ +
+
+
+
+
+ + + +
+
+
+ +
+
+
+
+
+ + + +
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-001.html new file mode 100644 index 0000000000..afcecaafd2 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-001.html @@ -0,0 +1,97 @@ + + + + + CSS Test: Static position of abspos children in a row flex container, with various "justify-content" values + + + + + + + + + + +
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-002.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-002.html new file mode 100644 index 0000000000..db6f116fea --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-002.html @@ -0,0 +1,97 @@ + + + + + CSS Test: Static position of abspos children in a row wrap-reverse flex container, with various "justify-content" values + + + + + + + + + + +
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-003.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-003.html new file mode 100644 index 0000000000..fc5a2cdab0 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-003.html @@ -0,0 +1,97 @@ + + + + + CSS Test: Static position of abspos children in a row-reverse flex container, with various "justify-content" values + + + + + + + + + + +
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-004.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-004.html new file mode 100644 index 0000000000..38066fa32b --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-004.html @@ -0,0 +1,97 @@ + + + + + CSS Test: Static position of abspos children in a row-reverse wrap-reverse flex container, with various "justify-content" values + + + + + + + + + + +
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-005.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-005.html new file mode 100644 index 0000000000..058d9e8fd8 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-005.html @@ -0,0 +1,97 @@ + + + + + CSS Test: Static position of abspos children in a column flex container, with various "justify-content" values + + + + + + + + + + +
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-006.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-006.html new file mode 100644 index 0000000000..9b22ddd636 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-006.html @@ -0,0 +1,97 @@ + + + + + CSS Test: Static position of abspos children in a column wrap-reverse flex container, with various "justify-content" values + + + + + + + + + + +
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-007.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-007.html new file mode 100644 index 0000000000..6c51255b8a --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-007.html @@ -0,0 +1,97 @@ + + + + + CSS Test: Static position of abspos children in a column-reverse flex container, with various "justify-content" values + + + + + + + + + + +
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-008.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-008.html new file mode 100644 index 0000000000..b7ec27301f --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-008.html @@ -0,0 +1,97 @@ + + + + + CSS Test: Static position of abspos children in a column-reverse wrap-reverse flex container, with various "justify-content" values + + + + + + + + + + +
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-rtl-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-rtl-001.html new file mode 100644 index 0000000000..0d7593b26b --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-rtl-001.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a RTL row flex container, with various "justify-content" values + + + + + + + + + + +
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-rtl-002.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-rtl-002.html new file mode 100644 index 0000000000..7aa31aaabc --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-rtl-002.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a RTL column flex container, with various "justify-content" values + + + + + + + + + + +
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-vertWM-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-vertWM-001.html new file mode 100644 index 0000000000..f9038aad05 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-vertWM-001.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a vertical-rl row flex container, with various "justify-content" values + + + + + + + + + + +
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-vertWM-002.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-vertWM-002.html new file mode 100644 index 0000000000..690e6116d8 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-content-vertWM-002.html @@ -0,0 +1,98 @@ + + + + + CSS Test: Static position of abspos children in a vertical-rl column flex container, with various "justify-content" values + + + + + + + + + + +
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-self-001-ref.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-self-001-ref.html new file mode 100644 index 0000000000..d4f75a036a --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-self-001-ref.html @@ -0,0 +1,93 @@ + + + + + CSS Reference + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-self-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-self-001.html new file mode 100644 index 0000000000..1f826ca38f --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-justify-self-001.html @@ -0,0 +1,97 @@ + + + + + CSS Test: Static position of abspos children in a row flex container, with various "justify-self" values (which shouldn't have any effect) + + + + + + + +
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-001-ref.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-001-ref.html new file mode 100644 index 0000000000..428aeae649 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-001-ref.html @@ -0,0 +1,79 @@ + + + + + CSS Reference + + + + + +
+ +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-001.html new file mode 100644 index 0000000000..535fa2ecbf --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-001.html @@ -0,0 +1,83 @@ + + + + + CSS Test: Static position of abspos children in a row flex container, with various margins applied + + + + + + + +
+ +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-002-ref.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-002-ref.html new file mode 100644 index 0000000000..38cfdff074 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-002-ref.html @@ -0,0 +1,79 @@ + + + + + CSS Reference + + + + + +
+ +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-002.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-002.html new file mode 100644 index 0000000000..624a9e8592 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-002.html @@ -0,0 +1,84 @@ + + + + + CSS Test: Static position of abspos children in a row flex container, with various margins applied, and "justify-content: flex-end" + + + + + + + +
+ +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-003-ref.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-003-ref.html new file mode 100644 index 0000000000..74e4066570 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-003-ref.html @@ -0,0 +1,68 @@ + + +Static position of abspos children in a row flex container, with various margins applied, and "align-items: flex-end" reference + +
+ +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-003.html b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-003.html new file mode 100644 index 0000000000..64ef7a7fe5 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flex-abspos-staticpos-margin-003.html @@ -0,0 +1,74 @@ + + +Static position of abspos children in a row flex container, with various margins applied, and "align-items: flex-end" + + + + +
+ +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-001-ref.html b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-001-ref.html new file mode 100644 index 0000000000..95c1f3341d --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-001-ref.html @@ -0,0 +1,26 @@ + + + + + CSS Reftest Reference + + + + + +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-001a.html b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-001a.html new file mode 100644 index 0000000000..fabe204b27 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-001a.html @@ -0,0 +1,54 @@ + + + + + CSS Test: Testing that "min-width", "max-width", "min-height", and "max-height" are applied on absolutely positioned children of a horizontal flex container + + + + + + + +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-001b.html b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-001b.html new file mode 100644 index 0000000000..30fc58c3d1 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-001b.html @@ -0,0 +1,55 @@ + + + + + CSS Test: Testing that "min-width", "max-width", "min-height", and "max-height" are applied on absolutely positioned children of a vertical flex container + + + + + + + +
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-002-ref.html b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-002-ref.html new file mode 100644 index 0000000000..876e5d6c2c --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-002-ref.html @@ -0,0 +1,44 @@ + + + + + + CSS Reftest Reference + + + + + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-002.html b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-002.html new file mode 100644 index 0000000000..8234085681 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox-abspos-child-002.html @@ -0,0 +1,62 @@ + + + + + + + CSS Test: Test that "flex-basis" doesn't affect layout of abspos flex child + + + + + + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flexbox_absolute-atomic-ref.html b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox_absolute-atomic-ref.html new file mode 100644 index 0000000000..310ea204b3 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox_absolute-atomic-ref.html @@ -0,0 +1,21 @@ + +flexbox | abspos atomic flexitems + + + +
+
filler
+
filler
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flexbox_absolute-atomic.html b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox_absolute-atomic.html new file mode 100644 index 0000000000..dae6b3e43e --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox_absolute-atomic.html @@ -0,0 +1,28 @@ + +flexbox | abspos atomic flexitems + + + + + +
+
filler
+
filler
+
filler
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/flexbox_inline-abspos.html b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox_inline-abspos.html new file mode 100644 index 0000000000..56077ae585 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/flexbox_inline-abspos.html @@ -0,0 +1,15 @@ + +flexbox | absolutely positioned inline + + + + + +
FAIL
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-001.html new file mode 100644 index 0000000000..f601740846 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-001.html @@ -0,0 +1,709 @@ + + +CSS Test: Absolutely positioned children of flexboxes + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-002.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-002.html new file mode 100644 index 0000000000..5c1cf08475 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-002.html @@ -0,0 +1,160 @@ + + +CSS Test: Absolutely positioned children of flexboxes + + + + + + + + + + + + +
+ +
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + + + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-003.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-003.html new file mode 100644 index 0000000000..a858bac9fc --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-003.html @@ -0,0 +1,96 @@ + +CSS Test: Absolutely positioned children of flexboxes + + + + + + + + + + + + + +
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-004.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-004.html new file mode 100644 index 0000000000..af8bc6284c --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-004.html @@ -0,0 +1,44 @@ + +CSS Test: Absolutely positioned children of flexboxes + + + + + + + + + + + + + + +
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-005-ref.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-005-ref.html new file mode 100644 index 0000000000..2f7e669c72 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-005-ref.html @@ -0,0 +1,14 @@ + + +

This test should not have a horizontal scrollbar

+ +
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-005.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-005.html new file mode 100644 index 0000000000..3199dfb9a6 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-005.html @@ -0,0 +1,66 @@ + +CSS Test: Absolutely positioned children of flexboxes + + + + + + + + +

This test should not have a horizontal scrollbar

+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-006.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-006.html new file mode 100644 index 0000000000..bc9bc2c0e1 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-006.html @@ -0,0 +1,22 @@ + +abspos items + + + + + + + + +

Test passes if there is a filled green square and no red.

+ +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-007.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-007.html new file mode 100644 index 0000000000..3f7106c102 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-007.html @@ -0,0 +1,20 @@ + +abspos items + + + + + + + + +

Test passes if there is a filled green square and no red.

+ +
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-008.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-008.html new file mode 100644 index 0000000000..7a9f8b6dfe --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-008.html @@ -0,0 +1,22 @@ + +abspos items + + + + + + + + +

Test passes if there is a filled green square and no red.

+ +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-009.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-009.html new file mode 100644 index 0000000000..5751bea1b9 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-009.html @@ -0,0 +1,21 @@ + +abspos items + + + + + + + +

Test passes if there is a filled green square and no red.

+ +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-010.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-010.html new file mode 100644 index 0000000000..c59cc7d67d --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-010.html @@ -0,0 +1,21 @@ + +abspos items + + + + + + + +

Test passes if there is a filled green square and no red.

+ +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-011.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-011.html new file mode 100644 index 0000000000..142cd4b416 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-011.html @@ -0,0 +1,22 @@ + +abspos items + + + + + + + + +

Test passes if there is a filled green square and no red.

+ +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-012.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-012.html new file mode 100644 index 0000000000..4660674012 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-012.html @@ -0,0 +1,116 @@ + + +CSS Test: Absolutely positioned children of flexboxes + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-013.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-013.html new file mode 100644 index 0000000000..cdbdfcfbf7 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-013.html @@ -0,0 +1,154 @@ + +CSS Test: Absolutely positioned children of flexboxes + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-014.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-014.html new file mode 100644 index 0000000000..f02a268007 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-014.html @@ -0,0 +1,82 @@ + +abspos flex children with top margins + + + + + + + + + + +
+
+ aaa +
+
+ bbb +
+
+ +
+
+ aaa +
+
+ bbb +
+
+ +
+
+ aaa +
+
+ bbb +
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-015.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-015.html new file mode 100644 index 0000000000..1c0f3bc4c2 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-015.html @@ -0,0 +1,19 @@ + +abspos flex children with top margins + + + + + + + + + + +
+
+
+ + diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-001-ref.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-001-ref.html new file mode 100644 index 0000000000..5f8bcaf539 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-001-ref.html @@ -0,0 +1,25 @@ + +CSS Test Reference + + + +
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-001.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-001.html new file mode 100644 index 0000000000..1edfdb04ca --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-001.html @@ -0,0 +1,28 @@ + +CSS Test: Absolutely positioned children of flex container with CSS align + + + + + + +
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-002-ref.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-002-ref.html new file mode 100644 index 0000000000..90ee38856c --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-002-ref.html @@ -0,0 +1,25 @@ + +CSS Test Reference + + + +
diff --git a/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-002.html b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-002.html new file mode 100644 index 0000000000..aecbf0b4c9 --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/abspos/position-absolute-containing-block-002.html @@ -0,0 +1,36 @@ + +CSS Test: Absolutely positioned children of flex container with CSS align + + + + + + +
-- cgit v1.2.3