Move tests in LayoutTests/editing to its subdirectories.
Created attachment 341808 [details] Moves the tests
Comment on attachment 341808 [details] Moves the tests rs=me
Committed r232430: <https://trac.webkit.org/changeset/232430>
<rdar://problem/40740845>
Looks like this caused a regression in the following test: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=editing%2Fselection%2Fsimple-line-layout-caret-is-gone.html Regressions: Unexpected text-only failures (1) editing/selection/simple-line-layout-caret-is-gone.html [ Failure ]
(In reply to David Fenton from comment #5) > Looks like this caused a regression in the following test: > > https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard. > html#showAllRuns=true&tests=editing%2Fselection%2Fsimple-line-layout-caret- > is-gone.html > > Regressions: Unexpected text-only failures (1) > editing/selection/simple-line-layout-caret-is-gone.html [ Failure ] Looks like I forgot to move the platform specific results in that revision.
Fixed it in https://trac.webkit.org/changeset/232488.