From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../fallback-layout/bad-return.https.html | 50 +++++++++++++ .../fallback-layout/constructor-error.https.html | 51 +++++++++++++ .../fallback-layout/error.https.html | 50 +++++++++++++ .../fallback-layout-fallback-ref.html | 11 +++ .../fallback-layout/invalid-child.https.html | 84 ++++++++++++++++++++++ .../fallback-layout/invalid-fragment.https.html | 82 +++++++++++++++++++++ .../fallback-layout/no-promise.https.html | 41 +++++++++++ .../fallback-layout/unresolved-promise.https.html | 41 +++++++++++ 8 files changed, 410 insertions(+) create mode 100644 testing/web-platform/tests/css/css-layout-api/fallback-layout/bad-return.https.html create mode 100644 testing/web-platform/tests/css/css-layout-api/fallback-layout/constructor-error.https.html create mode 100644 testing/web-platform/tests/css/css-layout-api/fallback-layout/error.https.html create mode 100644 testing/web-platform/tests/css/css-layout-api/fallback-layout/fallback-layout-fallback-ref.html create mode 100644 testing/web-platform/tests/css/css-layout-api/fallback-layout/invalid-child.https.html create mode 100644 testing/web-platform/tests/css/css-layout-api/fallback-layout/invalid-fragment.https.html create mode 100644 testing/web-platform/tests/css/css-layout-api/fallback-layout/no-promise.https.html create mode 100644 testing/web-platform/tests/css/css-layout-api/fallback-layout/unresolved-promise.https.html (limited to 'testing/web-platform/tests/css/css-layout-api/fallback-layout') diff --git a/testing/web-platform/tests/css/css-layout-api/fallback-layout/bad-return.https.html b/testing/web-platform/tests/css/css-layout-api/fallback-layout/bad-return.https.html new file mode 100644 index 0000000000..3e671537c9 --- /dev/null +++ b/testing/web-platform/tests/css/css-layout-api/fallback-layout/bad-return.https.html @@ -0,0 +1,50 @@ + + + + + + + + + + +
+
+
+
+ + + + + diff --git a/testing/web-platform/tests/css/css-layout-api/fallback-layout/constructor-error.https.html b/testing/web-platform/tests/css/css-layout-api/fallback-layout/constructor-error.https.html new file mode 100644 index 0000000000..9ce791ab5b --- /dev/null +++ b/testing/web-platform/tests/css/css-layout-api/fallback-layout/constructor-error.https.html @@ -0,0 +1,51 @@ + + + + + + + + + + +
+
+
+
+ + + + + diff --git a/testing/web-platform/tests/css/css-layout-api/fallback-layout/error.https.html b/testing/web-platform/tests/css/css-layout-api/fallback-layout/error.https.html new file mode 100644 index 0000000000..0631193e1f --- /dev/null +++ b/testing/web-platform/tests/css/css-layout-api/fallback-layout/error.https.html @@ -0,0 +1,50 @@ + + + + + + + + + + +
+
+
+
+ + + + + diff --git a/testing/web-platform/tests/css/css-layout-api/fallback-layout/fallback-layout-fallback-ref.html b/testing/web-platform/tests/css/css-layout-api/fallback-layout/fallback-layout-fallback-ref.html new file mode 100644 index 0000000000..63bb91e90c --- /dev/null +++ b/testing/web-platform/tests/css/css-layout-api/fallback-layout/fallback-layout-fallback-ref.html @@ -0,0 +1,11 @@ + + + +
diff --git a/testing/web-platform/tests/css/css-layout-api/fallback-layout/invalid-child.https.html b/testing/web-platform/tests/css/css-layout-api/fallback-layout/invalid-child.https.html new file mode 100644 index 0000000000..fb48ac7602 --- /dev/null +++ b/testing/web-platform/tests/css/css-layout-api/fallback-layout/invalid-child.https.html @@ -0,0 +1,84 @@ + + + + + + + + + +
+
+
+ + + + + diff --git a/testing/web-platform/tests/css/css-layout-api/fallback-layout/invalid-fragment.https.html b/testing/web-platform/tests/css/css-layout-api/fallback-layout/invalid-fragment.https.html new file mode 100644 index 0000000000..d954f44ba3 --- /dev/null +++ b/testing/web-platform/tests/css/css-layout-api/fallback-layout/invalid-fragment.https.html @@ -0,0 +1,82 @@ + + + + + + + + + +
+
+
+ + + + + diff --git a/testing/web-platform/tests/css/css-layout-api/fallback-layout/no-promise.https.html b/testing/web-platform/tests/css/css-layout-api/fallback-layout/no-promise.https.html new file mode 100644 index 0000000000..00670f7bbe --- /dev/null +++ b/testing/web-platform/tests/css/css-layout-api/fallback-layout/no-promise.https.html @@ -0,0 +1,41 @@ + + + + + + + + + +
+
+
+ + + + + diff --git a/testing/web-platform/tests/css/css-layout-api/fallback-layout/unresolved-promise.https.html b/testing/web-platform/tests/css/css-layout-api/fallback-layout/unresolved-promise.https.html new file mode 100644 index 0000000000..72ce549acf --- /dev/null +++ b/testing/web-platform/tests/css/css-layout-api/fallback-layout/unresolved-promise.https.html @@ -0,0 +1,41 @@ + + + + + + + + + +
+
+
+ + + + + -- cgit v1.2.3