<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION: Body no longer shrinks to preferred width in this flex box layout"
href="https://bugs.webkit.org/show_bug.cgi?id=169203">169203</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>REGRESSION: Body no longer shrinks to preferred width in this flex box layout
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>Other
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>URL</th>
<td>data:text/html,<html%20style="display:%20flex;%20flex-direction:%20column;%20justify-content:%20center;%20align-items:%20center;"><body>test</body></html>
</td>
</tr>
<tr>
<th>OS</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Keywords</th>
<td>Regression
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P1
</td>
</tr>
<tr>
<th>Component</th>
<td>Layout and Rendering
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mitz@webkit.org
</td>
</tr>
<tr>
<th>CC</th>
<td>bfulgham@webkit.org, hyatt@apple.com, simon.fraser@apple.com, zalan@apple.com
</td>
</tr></table>
<p>
<div>
<pre>In this example, the word “test” used to be centered horizontally on the page. Now it isn’t:
<html style="display: flex; flex-direction: column; justify-content: center; align-items: center;"><body>test</body></html></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>