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 --- .../flow-content-0/dialog-display.html | 13 +++ .../flow-content-0/dialog.html | 115 +++++++++++++++++++++ .../flow-content-0/div-align-ref.html | 76 ++++++++++++++ .../flow-content-0/div-align.html | 71 +++++++++++++ .../flow-content-0/figure-ref.html | 11 ++ .../flow-content-0/figure.html | 9 ++ .../flow-content-0/form-margin-quirk.html | 20 ++++ .../flow-content-0/support/dialog-framed.html | 13 +++ 8 files changed, 328 insertions(+) create mode 100644 testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/dialog-display.html create mode 100644 testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/dialog.html create mode 100644 testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/div-align-ref.html create mode 100644 testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/div-align.html create mode 100644 testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/figure-ref.html create mode 100644 testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/figure.html create mode 100644 testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/form-margin-quirk.html create mode 100644 testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/support/dialog-framed.html (limited to 'testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0') diff --git a/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/dialog-display.html b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/dialog-display.html new file mode 100644 index 0000000000..48b0e33d94 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/dialog-display.html @@ -0,0 +1,13 @@ + +dialog: display + + + + + diff --git a/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/dialog.html b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/dialog.html new file mode 100644 index 0000000000..3588e03670 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/dialog.html @@ -0,0 +1,115 @@ + +The dialog element + + + + +
+
+
+ diff --git a/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/div-align-ref.html b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/div-align-ref.html new file mode 100644 index 0000000000..da8e4d0dc1 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/div-align-ref.html @@ -0,0 +1,76 @@ + + + + + + + + +
+
t א
+
t א
+
t א
+
+ +
+
t א
+
t א
+
+ +
+
+
t א
+
+
+ + +
+
t א
+
t א
+
t א
+
+ +
+
t א
+
t א
+
t א
+
+ +
+
t א
+
t א
+
+ + +
+
t א
+
t א
+
t א
+
+ +
+
t א
+
t א
+
t א
+
+ +
+
t א
+
t א
+
+ + + + diff --git a/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/div-align.html b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/div-align.html new file mode 100644 index 0000000000..b96fbaeda1 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/div-align.html @@ -0,0 +1,71 @@ + + + + + + + + + +
+
t א
+
t א
+
t א
+
+ +
+
t א
+
t א
+
+ +
+
+
t א
+
+
+ + +
+
t א
+
t א
+
t א
+
+ +
+
t א
+
t א
+
t א
+
+ +
+
t א
+
t א
+
+ + +
+
t א
+
t א
+
t א
+
+ +
+
t א
+
t א
+
t א
+
+ +
+
t א
+
t א
+
+ + + + diff --git a/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/figure-ref.html b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/figure-ref.html new file mode 100644 index 0000000000..a87141be11 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/figure-ref.html @@ -0,0 +1,11 @@ + +The figure element + + + +
+
Caption
+Figure +
diff --git a/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/figure.html b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/figure.html new file mode 100644 index 0000000000..943f38c3e0 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/figure.html @@ -0,0 +1,9 @@ + +The figure element + + + +
+
Caption
+Figure +
diff --git a/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/form-margin-quirk.html b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/form-margin-quirk.html new file mode 100644 index 0000000000..7f6618bb78 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/form-margin-quirk.html @@ -0,0 +1,20 @@ + +form margin quirk + + + +
+
+ diff --git a/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/support/dialog-framed.html b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/support/dialog-framed.html new file mode 100644 index 0000000000..f9c414c246 --- /dev/null +++ b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/support/dialog-framed.html @@ -0,0 +1,13 @@ + + + + + + -- cgit v1.2.3