When importing WPT tests, the WebKit WPT importer rewrites references inside several tags, but fails to update references inside link tags. This was causing failures when importing the css-flexbox suite in bug 191460 For example the WPT test css/css-flexbox/reference/stretch-input-in-column-ref.html has this: <link href="../support/flexbox.css" rel="stylesheet"> And the test has to be moved from folder css/css-flexbox/reference/ to css/css-flexbox/ in order to be in the same folder than the test. So the link href has to be updated accordingly
Created attachment 399094 [details] Patch
Committed r261552: <https://trac.webkit.org/changeset/261552> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399094 [details].
<rdar://problem/63131152>