From c745afcb47739e144eb53eeef7cd2e5637fa9533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 24 Jun 2019 21:56:04 +0000 Subject: [PATCH] Restore old behavior for background-size: cover + zero-height background positioning area. This restores our previous behavior and adds a .tentative test because I couldn't see how the spec makes any sense. Filed https://github.com/w3c/csswg-drafts/issues/4049 about that. Differential Revision: https://phabricator.services.mozilla.com/D35571 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1559094 gecko-commit: 7ae44e68ef103e451b5a535b4f77407c0ae78382 gecko-integration-branch: central gecko-reviewers: dholbert --- .../background-size-cover-003-ref.html | 11 ++++++ .../background-size-cover-003.tentative.html | 38 +++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 css/css-backgrounds/background-size-cover-003-ref.html create mode 100644 css/css-backgrounds/background-size-cover-003.tentative.html diff --git a/css/css-backgrounds/background-size-cover-003-ref.html b/css/css-backgrounds/background-size-cover-003-ref.html new file mode 100644 index 000000000000000..b2dbfa4d495d5c4 --- /dev/null +++ b/css/css-backgrounds/background-size-cover-003-ref.html @@ -0,0 +1,11 @@ + +CSS Test Reference + +
+CSS Test: background-size: cover with zero-sized background positioning area. + + + + + + + +
+
+