From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- .../bounded-sizes-reftest-ref.html | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 testing/web-platform/tests/html/semantics/permission-element/bounded-sizes-reftest-ref.html (limited to 'testing/web-platform/tests/html/semantics/permission-element/bounded-sizes-reftest-ref.html') diff --git a/testing/web-platform/tests/html/semantics/permission-element/bounded-sizes-reftest-ref.html b/testing/web-platform/tests/html/semantics/permission-element/bounded-sizes-reftest-ref.html new file mode 100644 index 0000000000..b186dd6445 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/permission-element/bounded-sizes-reftest-ref.html @@ -0,0 +1,56 @@ + + + + +
+ The permission element should have some limits for the min/max-width/height: +
    +
  • min-width should be sufficient to fit the element text (depends on user agent implementation)
  • +
  • max-width should be at most 3x min-width
  • +
  • min-height should be sufficient to fit the element text (1em)
  • +
  • max-height should be at most 3x min-height
  • +
  • padding-left/top only work with width/height: auto and are at most 5em/1em
  • +
  • padding-right/bottom are copied over from padding-left/top in this case
  • +
+
+ + + +
+
+
+ + + + \ No newline at end of file -- cgit v1.2.3