From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../box/box-as-grid-or-flex-item-1-ref.html | 41 +++++++++++++++++++++ .../reftests/box/box-as-grid-or-flex-item-1.html | 42 ++++++++++++++++++++++ layout/reftests/box/flex-emulation-1-ref.xhtml | 22 ++++++++++++ layout/reftests/box/flex-emulation-1.xhtml | 19 ++++++++++ layout/reftests/box/flex-emulation-2-ref.xhtml | 24 +++++++++++++ layout/reftests/box/flex-emulation-2.xhtml | 23 ++++++++++++ layout/reftests/box/flex-emulation-3-notref.xhtml | 23 ++++++++++++ layout/reftests/box/flex-emulation-3.xhtml | 14 ++++++++ layout/reftests/box/flex-emulation-4-ref.xhtml | 22 ++++++++++++ layout/reftests/box/flex-emulation-4.xhtml | 21 +++++++++++ layout/reftests/box/flex-emulation-5-ref.xhtml | 31 ++++++++++++++++ layout/reftests/box/flex-emulation-5-ref2.xhtml | 18 ++++++++++ layout/reftests/box/flex-emulation-5.xhtml | 32 +++++++++++++++++ .../box/flexbox-abspos-container-1-ref.html | 27 ++++++++++++++ .../reftests/box/flexbox-abspos-container-1a.html | 30 ++++++++++++++++ .../reftests/box/flexbox-abspos-container-1b.html | 29 +++++++++++++++ .../reftests/box/flexbox-abspos-container-1c.html | 33 +++++++++++++++++ .../reftests/box/flexbox-abspos-container-1d.html | 31 ++++++++++++++++ .../box/flexbox-abspos-container-2-ref.html | 27 ++++++++++++++ .../reftests/box/flexbox-abspos-container-2.html | 31 ++++++++++++++++ .../flexbox-attributes-no-box-horizontal-ref.xhtml | 41 +++++++++++++++++++++ .../box/flexbox-attributes-no-box-horizontal.xhtml | 41 +++++++++++++++++++++ .../flexbox-attributes-no-box-vertical-ref.xhtml | 41 +++++++++++++++++++++ .../box/flexbox-attributes-no-box-vertical.xhtml | 41 +++++++++++++++++++++ ...lexbox-attributes-no-input-horizontal-ref.xhtml | 36 +++++++++++++++++++ .../flexbox-attributes-no-input-horizontal.xhtml | 37 +++++++++++++++++++ .../flexbox-attributes-no-input-vertical-ref.xhtml | 35 ++++++++++++++++++ .../box/flexbox-attributes-no-input-vertical.xhtml | 35 ++++++++++++++++++ .../flexbox-child-is-abspos-container-1-ref.html | 29 +++++++++++++++ .../box/flexbox-child-is-abspos-container-1.html | 32 +++++++++++++++++ .../flexbox-child-is-abspos-container-2-ref.html | 30 ++++++++++++++++ .../box/flexbox-child-is-abspos-container-2.html | 34 ++++++++++++++++++ layout/reftests/box/reftest.list | 19 ++++++++++ 33 files changed, 991 insertions(+) create mode 100644 layout/reftests/box/box-as-grid-or-flex-item-1-ref.html create mode 100644 layout/reftests/box/box-as-grid-or-flex-item-1.html create mode 100644 layout/reftests/box/flex-emulation-1-ref.xhtml create mode 100644 layout/reftests/box/flex-emulation-1.xhtml create mode 100644 layout/reftests/box/flex-emulation-2-ref.xhtml create mode 100644 layout/reftests/box/flex-emulation-2.xhtml create mode 100644 layout/reftests/box/flex-emulation-3-notref.xhtml create mode 100644 layout/reftests/box/flex-emulation-3.xhtml create mode 100644 layout/reftests/box/flex-emulation-4-ref.xhtml create mode 100644 layout/reftests/box/flex-emulation-4.xhtml create mode 100644 layout/reftests/box/flex-emulation-5-ref.xhtml create mode 100644 layout/reftests/box/flex-emulation-5-ref2.xhtml create mode 100644 layout/reftests/box/flex-emulation-5.xhtml create mode 100644 layout/reftests/box/flexbox-abspos-container-1-ref.html create mode 100644 layout/reftests/box/flexbox-abspos-container-1a.html create mode 100644 layout/reftests/box/flexbox-abspos-container-1b.html create mode 100644 layout/reftests/box/flexbox-abspos-container-1c.html create mode 100644 layout/reftests/box/flexbox-abspos-container-1d.html create mode 100644 layout/reftests/box/flexbox-abspos-container-2-ref.html create mode 100644 layout/reftests/box/flexbox-abspos-container-2.html create mode 100644 layout/reftests/box/flexbox-attributes-no-box-horizontal-ref.xhtml create mode 100644 layout/reftests/box/flexbox-attributes-no-box-horizontal.xhtml create mode 100644 layout/reftests/box/flexbox-attributes-no-box-vertical-ref.xhtml create mode 100644 layout/reftests/box/flexbox-attributes-no-box-vertical.xhtml create mode 100644 layout/reftests/box/flexbox-attributes-no-input-horizontal-ref.xhtml create mode 100644 layout/reftests/box/flexbox-attributes-no-input-horizontal.xhtml create mode 100644 layout/reftests/box/flexbox-attributes-no-input-vertical-ref.xhtml create mode 100644 layout/reftests/box/flexbox-attributes-no-input-vertical.xhtml create mode 100644 layout/reftests/box/flexbox-child-is-abspos-container-1-ref.html create mode 100644 layout/reftests/box/flexbox-child-is-abspos-container-1.html create mode 100644 layout/reftests/box/flexbox-child-is-abspos-container-2-ref.html create mode 100644 layout/reftests/box/flexbox-child-is-abspos-container-2.html create mode 100644 layout/reftests/box/reftest.list (limited to 'layout/reftests/box') diff --git a/layout/reftests/box/box-as-grid-or-flex-item-1-ref.html b/layout/reftests/box/box-as-grid-or-flex-item-1-ref.html new file mode 100644 index 0000000000..d6b51e60bf --- /dev/null +++ b/layout/reftests/box/box-as-grid-or-flex-item-1-ref.html @@ -0,0 +1,41 @@ + +Reference for bug 1580302 + + + +
+
e
+
+ + +
+
e
+
+
+
e
+
+
+
e
+
+
+
e
+
+ diff --git a/layout/reftests/box/box-as-grid-or-flex-item-1.html b/layout/reftests/box/box-as-grid-or-flex-item-1.html new file mode 100644 index 0000000000..6eacbd94a3 --- /dev/null +++ b/layout/reftests/box/box-as-grid-or-flex-item-1.html @@ -0,0 +1,42 @@ + +Test for bug 1580302 + + + +
+
e
+
+ + +
+
e
+
+
+
e
+
+
+
e
+
+
+
e
+
+ diff --git a/layout/reftests/box/flex-emulation-1-ref.xhtml b/layout/reftests/box/flex-emulation-1-ref.xhtml new file mode 100644 index 0000000000..31603dcf40 --- /dev/null +++ b/layout/reftests/box/flex-emulation-1-ref.xhtml @@ -0,0 +1,22 @@ + + + + + + + + + X + X + + + diff --git a/layout/reftests/box/flex-emulation-1.xhtml b/layout/reftests/box/flex-emulation-1.xhtml new file mode 100644 index 0000000000..ef3b22f9d3 --- /dev/null +++ b/layout/reftests/box/flex-emulation-1.xhtml @@ -0,0 +1,19 @@ + + + + + + + + + X + X + + + diff --git a/layout/reftests/box/flex-emulation-2-ref.xhtml b/layout/reftests/box/flex-emulation-2-ref.xhtml new file mode 100644 index 0000000000..260d4ca115 --- /dev/null +++ b/layout/reftests/box/flex-emulation-2-ref.xhtml @@ -0,0 +1,24 @@ + + + + + + + + + X + + + + diff --git a/layout/reftests/box/flex-emulation-2.xhtml b/layout/reftests/box/flex-emulation-2.xhtml new file mode 100644 index 0000000000..3c1c71dcca --- /dev/null +++ b/layout/reftests/box/flex-emulation-2.xhtml @@ -0,0 +1,23 @@ + + + + + + + + + X + + + + diff --git a/layout/reftests/box/flex-emulation-3-notref.xhtml b/layout/reftests/box/flex-emulation-3-notref.xhtml new file mode 100644 index 0000000000..cf59aed971 --- /dev/null +++ b/layout/reftests/box/flex-emulation-3-notref.xhtml @@ -0,0 +1,23 @@ + + + + + + + + + X + Y + Z + + + diff --git a/layout/reftests/box/flex-emulation-3.xhtml b/layout/reftests/box/flex-emulation-3.xhtml new file mode 100644 index 0000000000..e045194ef2 --- /dev/null +++ b/layout/reftests/box/flex-emulation-3.xhtml @@ -0,0 +1,14 @@ + + + + + + X + Y + Z + + + diff --git a/layout/reftests/box/flex-emulation-4-ref.xhtml b/layout/reftests/box/flex-emulation-4-ref.xhtml new file mode 100644 index 0000000000..9266d680f4 --- /dev/null +++ b/layout/reftests/box/flex-emulation-4-ref.xhtml @@ -0,0 +1,22 @@ + + + + + + + + + + + + diff --git a/layout/reftests/box/flex-emulation-4.xhtml b/layout/reftests/box/flex-emulation-4.xhtml new file mode 100644 index 0000000000..54716fff81 --- /dev/null +++ b/layout/reftests/box/flex-emulation-4.xhtml @@ -0,0 +1,21 @@ + + + + + + + + + + + + diff --git a/layout/reftests/box/flex-emulation-5-ref.xhtml b/layout/reftests/box/flex-emulation-5-ref.xhtml new file mode 100644 index 0000000000..aa7b6e422e --- /dev/null +++ b/layout/reftests/box/flex-emulation-5-ref.xhtml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + diff --git a/layout/reftests/box/flex-emulation-5-ref2.xhtml b/layout/reftests/box/flex-emulation-5-ref2.xhtml new file mode 100644 index 0000000000..c3ccaf0de6 --- /dev/null +++ b/layout/reftests/box/flex-emulation-5-ref2.xhtml @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/layout/reftests/box/flex-emulation-5.xhtml b/layout/reftests/box/flex-emulation-5.xhtml new file mode 100644 index 0000000000..f63aebda29 --- /dev/null +++ b/layout/reftests/box/flex-emulation-5.xhtml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + diff --git a/layout/reftests/box/flexbox-abspos-container-1-ref.html b/layout/reftests/box/flexbox-abspos-container-1-ref.html new file mode 100644 index 0000000000..fbeaabf32a --- /dev/null +++ b/layout/reftests/box/flexbox-abspos-container-1-ref.html @@ -0,0 +1,27 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/box/flexbox-abspos-container-1a.html b/layout/reftests/box/flexbox-abspos-container-1a.html new file mode 100644 index 0000000000..1f6ee21a70 --- /dev/null +++ b/layout/reftests/box/flexbox-abspos-container-1a.html @@ -0,0 +1,30 @@ + + + + + + + +
+
+
+ + diff --git a/layout/reftests/box/flexbox-abspos-container-1b.html b/layout/reftests/box/flexbox-abspos-container-1b.html new file mode 100644 index 0000000000..b19072382a --- /dev/null +++ b/layout/reftests/box/flexbox-abspos-container-1b.html @@ -0,0 +1,29 @@ + + + + + + + +
+
+
+ + diff --git a/layout/reftests/box/flexbox-abspos-container-1c.html b/layout/reftests/box/flexbox-abspos-container-1c.html new file mode 100644 index 0000000000..553c9fc1b7 --- /dev/null +++ b/layout/reftests/box/flexbox-abspos-container-1c.html @@ -0,0 +1,33 @@ + + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/box/flexbox-abspos-container-1d.html b/layout/reftests/box/flexbox-abspos-container-1d.html new file mode 100644 index 0000000000..78bb84fa75 --- /dev/null +++ b/layout/reftests/box/flexbox-abspos-container-1d.html @@ -0,0 +1,31 @@ + + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/box/flexbox-abspos-container-2-ref.html b/layout/reftests/box/flexbox-abspos-container-2-ref.html new file mode 100644 index 0000000000..d3ef611887 --- /dev/null +++ b/layout/reftests/box/flexbox-abspos-container-2-ref.html @@ -0,0 +1,27 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/box/flexbox-abspos-container-2.html b/layout/reftests/box/flexbox-abspos-container-2.html new file mode 100644 index 0000000000..aa3013f534 --- /dev/null +++ b/layout/reftests/box/flexbox-abspos-container-2.html @@ -0,0 +1,31 @@ + + + + + + + +
+
+
+ + diff --git a/layout/reftests/box/flexbox-attributes-no-box-horizontal-ref.xhtml b/layout/reftests/box/flexbox-attributes-no-box-horizontal-ref.xhtml new file mode 100644 index 0000000000..31c6535877 --- /dev/null +++ b/layout/reftests/box/flexbox-attributes-no-box-horizontal-ref.xhtml @@ -0,0 +1,41 @@ + + + +Test that XUL attributes are not supported on non-XUL elements + + + +
+
width
+
height
+
minwidth
+
minheight
+
maxwidth
+
maxheight
+
flex
+
+ + diff --git a/layout/reftests/box/flexbox-attributes-no-box-horizontal.xhtml b/layout/reftests/box/flexbox-attributes-no-box-horizontal.xhtml new file mode 100644 index 0000000000..527758e80c --- /dev/null +++ b/layout/reftests/box/flexbox-attributes-no-box-horizontal.xhtml @@ -0,0 +1,41 @@ + + + +Test that XUL attributes are not supported on non-XUL elements + + + +
+
width
+
height
+
minwidth
+
minheight
+
maxwidth
+
maxheight
+
flex
+
+ + diff --git a/layout/reftests/box/flexbox-attributes-no-box-vertical-ref.xhtml b/layout/reftests/box/flexbox-attributes-no-box-vertical-ref.xhtml new file mode 100644 index 0000000000..efd3620f4b --- /dev/null +++ b/layout/reftests/box/flexbox-attributes-no-box-vertical-ref.xhtml @@ -0,0 +1,41 @@ + + + +Test that XUL attributes are not supported on non-XUL elements + + + +
+
width
+
height
+
minwidth
+
minheight
+
maxwidth
+
maxheight
+
flex
+
+ + diff --git a/layout/reftests/box/flexbox-attributes-no-box-vertical.xhtml b/layout/reftests/box/flexbox-attributes-no-box-vertical.xhtml new file mode 100644 index 0000000000..9015679f0e --- /dev/null +++ b/layout/reftests/box/flexbox-attributes-no-box-vertical.xhtml @@ -0,0 +1,41 @@ + + + +Test that XUL attributes are not supported on non-XUL elements + + + +
+
width
+
height
+
minwidth
+
minheight
+
maxwidth
+
maxheight
+
flex
+
+ + diff --git a/layout/reftests/box/flexbox-attributes-no-input-horizontal-ref.xhtml b/layout/reftests/box/flexbox-attributes-no-input-horizontal-ref.xhtml new file mode 100644 index 0000000000..df80af2652 --- /dev/null +++ b/layout/reftests/box/flexbox-attributes-no-input-horizontal-ref.xhtml @@ -0,0 +1,36 @@ + + + +Test that XUL attributes are not supported on non-XUL elements + + + +
+ + + + + + + +
+ + diff --git a/layout/reftests/box/flexbox-attributes-no-input-horizontal.xhtml b/layout/reftests/box/flexbox-attributes-no-input-horizontal.xhtml new file mode 100644 index 0000000000..01a1bffa0b --- /dev/null +++ b/layout/reftests/box/flexbox-attributes-no-input-horizontal.xhtml @@ -0,0 +1,37 @@ + + + +Test that XUL attributes are not supported on non-XUL elements + + + +
+ + + + + + + +
+ + diff --git a/layout/reftests/box/flexbox-attributes-no-input-vertical-ref.xhtml b/layout/reftests/box/flexbox-attributes-no-input-vertical-ref.xhtml new file mode 100644 index 0000000000..f2192922ed --- /dev/null +++ b/layout/reftests/box/flexbox-attributes-no-input-vertical-ref.xhtml @@ -0,0 +1,35 @@ + + + +Test that XUL attributes are not supported on non-XUL elements + + + +
+ + + + + + + +
+ + diff --git a/layout/reftests/box/flexbox-attributes-no-input-vertical.xhtml b/layout/reftests/box/flexbox-attributes-no-input-vertical.xhtml new file mode 100644 index 0000000000..239c1e8534 --- /dev/null +++ b/layout/reftests/box/flexbox-attributes-no-input-vertical.xhtml @@ -0,0 +1,35 @@ + + + +Test that XUL attributes are not supported on non-XUL elements + + + +
+ + + + + + + +
+ + diff --git a/layout/reftests/box/flexbox-child-is-abspos-container-1-ref.html b/layout/reftests/box/flexbox-child-is-abspos-container-1-ref.html new file mode 100644 index 0000000000..8e62ec1815 --- /dev/null +++ b/layout/reftests/box/flexbox-child-is-abspos-container-1-ref.html @@ -0,0 +1,29 @@ + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/box/flexbox-child-is-abspos-container-1.html b/layout/reftests/box/flexbox-child-is-abspos-container-1.html new file mode 100644 index 0000000000..c5892758dc --- /dev/null +++ b/layout/reftests/box/flexbox-child-is-abspos-container-1.html @@ -0,0 +1,32 @@ + + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/box/flexbox-child-is-abspos-container-2-ref.html b/layout/reftests/box/flexbox-child-is-abspos-container-2-ref.html new file mode 100644 index 0000000000..de5abf137d --- /dev/null +++ b/layout/reftests/box/flexbox-child-is-abspos-container-2-ref.html @@ -0,0 +1,30 @@ + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/box/flexbox-child-is-abspos-container-2.html b/layout/reftests/box/flexbox-child-is-abspos-container-2.html new file mode 100644 index 0000000000..dad64a1579 --- /dev/null +++ b/layout/reftests/box/flexbox-child-is-abspos-container-2.html @@ -0,0 +1,34 @@ + + + + + + + +
+
+
+
+
+ + diff --git a/layout/reftests/box/reftest.list b/layout/reftests/box/reftest.list new file mode 100644 index 0000000000..375ed6a4db --- /dev/null +++ b/layout/reftests/box/reftest.list @@ -0,0 +1,19 @@ +== chrome://reftest/content/box/box-as-grid-or-flex-item-1.html chrome://reftest/content/box/box-as-grid-or-flex-item-1-ref.html +== chrome://reftest/content/box/flex-emulation-1.xhtml chrome://reftest/content/box/flex-emulation-1-ref.xhtml +== chrome://reftest/content/box/flex-emulation-2.xhtml chrome://reftest/content/box/flex-emulation-2-ref.xhtml +!= chrome://reftest/content/box/flex-emulation-3.xhtml chrome://reftest/content/box/flex-emulation-3-notref.xhtml +== chrome://reftest/content/box/flex-emulation-4.xhtml chrome://reftest/content/box/flex-emulation-4-ref.xhtml +== chrome://reftest/content/box/flex-emulation-5.xhtml chrome://reftest/content/box/flex-emulation-5-ref.xhtml +== chrome://reftest/content/box/flex-emulation-5.xhtml chrome://reftest/content/box/flex-emulation-5-ref2.xhtml + +== flexbox-abspos-container-1a.html flexbox-abspos-container-1-ref.html +== flexbox-abspos-container-1b.html flexbox-abspos-container-1-ref.html +== flexbox-abspos-container-1c.html flexbox-abspos-container-1-ref.html +== flexbox-abspos-container-1d.html flexbox-abspos-container-1-ref.html +== flexbox-abspos-container-2.html flexbox-abspos-container-2-ref.html +== flexbox-attributes-no-box-horizontal.xhtml flexbox-attributes-no-box-horizontal-ref.xhtml +== flexbox-attributes-no-box-vertical.xhtml flexbox-attributes-no-box-vertical-ref.xhtml +== flexbox-attributes-no-input-horizontal.xhtml flexbox-attributes-no-input-horizontal-ref.xhtml +== flexbox-attributes-no-input-vertical.xhtml flexbox-attributes-no-input-vertical-ref.xhtml +== flexbox-child-is-abspos-container-1.html flexbox-child-is-abspos-container-1-ref.html +== flexbox-child-is-abspos-container-2.html flexbox-child-is-abspos-container-2-ref.html -- cgit v1.2.3