Support unprefixed min-content and max-content and treat the prefixed version as aliases for 1. width, min-width, max-width if inline-axis is horizontal, and 2. height, min-height, max-height if inline-axis is vertical, and 3. inline-size, min-inline-size, max-inline-size, and 4. flex-basis. Besides, update the test cases to use unprefixed max-content and min-content. Depends on D7535 Differential Revision: https://phabricator.services.mozilla.com/D7536
5 lines
156 B
HTML
5 lines
156 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head></head>
|
|
<body style="width: max-content;"><table><div style="margin: 100%;"></div></table></body>
|
|
</html>
|