From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Sun, 7 Apr 2024 21:33:14 +0200
Subject: Adding upstream version 115.7.0esr.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
---
 .../tests/css/css-flexbox/gap-004-ltr-ref.html     | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 testing/web-platform/tests/css/css-flexbox/gap-004-ltr-ref.html

(limited to 'testing/web-platform/tests/css/css-flexbox/gap-004-ltr-ref.html')

diff --git a/testing/web-platform/tests/css/css-flexbox/gap-004-ltr-ref.html b/testing/web-platform/tests/css/css-flexbox/gap-004-ltr-ref.html
new file mode 100644
index 0000000000..b591196025
--- /dev/null
+++ b/testing/web-platform/tests/css/css-flexbox/gap-004-ltr-ref.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Flexbox Test: gap - intrinsic horizontal</title>
+<link rel="author" title="Adam Argyle" href="mailto:argyle@google.com">
+<style>
+  section {
+    background-color: green;
+    block-size: 100px;
+    display: inline-flex;
+  }
+  section > div{
+    background-color: grey;
+    color: white;
+  }
+  section > div:not(:last-of-type) {
+    margin-inline-end: 20px;
+  }
+</style>
+<body>
+  <p>Test passes if there are <strong> green lines between boxes</strong>.</p>
+  <section>
+    <div>Black Panther</div>
+    <div>Wonder Woman</div>
+    <div>Storm</div>
+    <div>Flash</div>
+  </section>
+</body>
-- 
cgit v1.2.3