From 2982ebc2c04ca53b8b86c9ce77c4a8343a1876de Mon Sep 17 00:00:00 2001 From: Antonio Gomes Date: Tue, 24 Mar 2020 04:08:04 -0700 Subject: [PATCH] [css-flexbox] Migrate auto-height-with-flex.html to WPT Relevant links: - original WK patch and fix: [1] and [2]. - W3 discussion that led to both WK and Blink to diverge from the spec temporarily (until it got fixed) and match other engine's behaviors (eg, Opera, Firefox): [3] [1] https://bugs.webkit.org/show_bug.cgi?id=116107 [2] http://trac.webkit.org/changeset/150087 [3] https://lists.w3.org/Archives/Public/www-style/2013May/0350.html BUG=1063749 R=dgrogan@chromium.org, robertma@chromium.org Change-Id: I3d2a087875402954b5b96ff011208bb869ed3664 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115768 Reviewed-by: Robert Ma Reviewed-by: David Grogan Commit-Queue: Antonio Gomes Cr-Commit-Position: refs/heads/master@{#752785} --- css/css-flexbox/auto-height-with-flex.html | 9 +++++++++ css/css-flexbox/reference/auto-height-with-flex-ref.html | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 css/css-flexbox/auto-height-with-flex.html create mode 100644 css/css-flexbox/reference/auto-height-with-flex-ref.html diff --git a/css/css-flexbox/auto-height-with-flex.html b/css/css-flexbox/auto-height-with-flex.html new file mode 100644 index 00000000000000..9151f8cd0979d2 --- /dev/null +++ b/css/css-flexbox/auto-height-with-flex.html @@ -0,0 +1,9 @@ + + + + +
+
Header
+
Flexible content
+
+
diff --git a/css/css-flexbox/reference/auto-height-with-flex-ref.html b/css/css-flexbox/reference/auto-height-with-flex-ref.html new file mode 100644 index 00000000000000..d56fe356dcbb6c --- /dev/null +++ b/css/css-flexbox/reference/auto-height-with-flex-ref.html @@ -0,0 +1,5 @@ +
+
Header
+
Flexible content
+
+