Part 3 - Add WPTs for table intrinsic size.
table-intrinsic-size-001.html
and table-intrinsic-size-002.html
test
inline-size
and max-inline-size
on the table elements, respectively. They
currently pass on Nightly, but will fail if the special logic in
IntrinsicForAxis() is removed. Since we lacked test coverage for this scenario,
I added these tests.
table-intrinsic-size-003.html
and table-intrinsic-size-004.html
tests the
intrinsic size when table has orthogonal writing mode. They fail due to
bug 1310551.
Differential Revision: https://phabricator.services.mozilla.com/D221237
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1917056
gecko-commit: 45b1d3abcc094f2317b53a25b5062ec25332e422
gecko-reviewers: layout-reviewers, emilio