[PEPC] Clamp min-width/height based on the maximum allowed value as well
The min/max-width/height properties for the permission element are
bounded in an effort to prevent the width/height from going above/below
certain hard-set limits. However the min-width/height will overrule
the max-width/height if it's bigger. This means that the current
restrictions can be bypassed in one direction by setting the
min-width/height to very large values, as they are currently only lower
bounded (restricted from being too small). This CL instead changes the
logic to clamp the min-width/height so that it also has an upper bound.
Fixed: 341947676
Change-Id: I6fe68b6d9f07e4041e5c4455fc34dce167b01be5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5563906
Reviewed-by: Anders Hartvoll Ruud andruud@chromium.org
Commit-Queue: Andy Paicu andypaicu@chromium.org
Cr-Commit-Position: refs/heads/main@{#1305710}