iPadOS 17 beta CSS issue

Under iPadOS 17 beta the Web content with below CSS does not display in safari but iPadOS 16.5 does. Could you please help understand and how to fix it for iPadOS 17? Thanks in advance!

<html><head><title>111111111111</title></head>
 <body style="display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;">
<p style="display:inline-flex;">1</p>
<p style="display:inline-flex;">2<em>3</em></p>
<p style="">4</p>
</body></html>

Under inspector:

Under iPadOS 16.5 in safari, the text displays:

However under iPadOS 17 beta, the page is blank and the text does not display: