The following layout test is flaky on Mac WK1 webexposed/css-properties-behind-flags.html Probable cause: This test appears to have been flakey for the whole history but has become more flakey on the bots somewhere around April 8th. Flakiness Dashboard: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=webexposed%2Fcss-properties-behind-flags.html Diff: --- /Volumes/Data/slave/mojave-release-tests-wk1/build/layout-test-results/webexposed/css-properties-behind-flags-expected.txt +++ /Volumes/Data/slave/mojave-release-tests-wk1/build/layout-test-results/webexposed/css-properties-behind-flags-actual.txt @@ -7,13 +7,13 @@ PASS border-inline-width is not exposed PASS border-inline-style is not exposed PASS border-inline-color is not exposed -PASS inset is not exposed -PASS inset-block is not exposed -PASS inset-block-start is not exposed -PASS inset-block-end is not exposed -PASS inset-inline is not exposed -PASS inset-inline-start is not exposed -PASS inset-inline-end is not exposed +FAIL inset is not exposed assert_false: inset not in style expected false got true +FAIL inset-block is not exposed assert_false: inset-block not in style expected false got true +FAIL inset-block-start is not exposed assert_false: inset-block-start not in style expected false got true +FAIL inset-block-end is not exposed assert_false: inset-block-end not in style expected false got true +FAIL inset-inline is not exposed assert_false: inset-inline not in style expected false got true +FAIL inset-inline-start is not exposed assert_false: inset-inline-start not in style expected false got true +FAIL inset-inline-end is not exposed assert_false: inset-inline-end not in style expected false got true PASS margin-block is not exposed PASS margin-inline is not exposed PASS padding-block is not exposed
This issue is still occurring.
This test was added in https://trac.webkit.org/changeset/238244/webkit
Still flaking
A lot!
Marked as flaky in http://trac.webkit.org/r254150
I have removed the test in bug 216178, since there is no longer any CSS property disabled behind a flag.