Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CIS: Change the parsing test to test against computed value.
This patch changes the "reference" box to use the computed value of width, instead of the used value. From: https://drafts.csswg.org/cssom/#resolved-value-special-case-property-like-height ``` If the property applies to the element or pseudo-element and the resolved value of the display property is not none or contents, then the resolved value is the used value. Otherwise the resolved value is the computed value. ``` Since we're testing the computed value of contain-intrinsic-size, we should compare it against a computed value of width in the reference. R=futhark@chromium.org Change-Id: I9dc3376ca6c3c41ab835251e29ec639a7c1336cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4442948 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Vladimir Levin <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1132453}
- Loading branch information