imported/w3c/web-platform-tests/css/css-writing-modes/forms/meter-appearance-native-computed-style.optional.html is a constant text failure on iOS 16. HISTORY: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-writing-modes%2Fforms%2Fmeter-appearance-native-computed-style.optional.html DIFF TEXT: @@ -1,6 +1,6 @@ -FAIL meter[style="writing-mode: horizontal-tb"] block size should match height and inline size should match width assert_equals: expected "16px" but got "18px" +PASS meter[style="writing-mode: horizontal-tb"] block size should match height and inline size should match width PASS meter[style="writing-mode: vertical-lr"] block size should match width and inline size should match height PASS meter[style="writing-mode: vertical-rl"] block size should match width and inline size should match height
I was able to replicate this failure as follows: run-webkit-tests --ios-simulator imported/w3c/web-platform-tests/css/css-writing-modes/forms/meter-appearance-native-computed-style.optional.html
<rdar://problem/107626449>