[css3-text] Skip tests that need ENABLE_CSS3_TEXT
Created attachment 334259 [details] Patch
Due to #179989 I've been investigating a little bit about ENABLE_CSS3_TEXT. It's used just for a few things: * 2 properties: text-align-last and text-justify. * And a few new keywords for text-indent properties. None of the ports is currently enabling it, neither running the tests. I've enabled the feature and only the test checking parsing pass, but the ones checking the behavior still fail. So this code seems to be rotten, some of these patches came from 2012-2014. In the past GTK+ was running the tests and detected that some things start to break (see bug #163980 and bug #163982). My patch here is only moving the flagged tests to the generic TestExpectations file. As this was repeated now for all ports. I guess it'd be good to have a proper discussion about this flag and the plans around it (if any).
Created attachment 334263 [details] Patch for landing
Comment on attachment 334263 [details] Patch for landing Clearing flags on attachment: 334263 Committed r228817: <https://trac.webkit.org/changeset/228817>
All reviewed patches have been landed. Closing bug.
<rdar://problem/37706158>