Bug 1475880 [wpt PR 11995] - Update script to rename min-/max-content keywords, a=testonly

Automatic update from web-platform-testsUpdate script to rename min-/max-content keywords (#11995)

Changes needed to land changes at bugzilla [bug 1475645](https://bugzilla.mozilla.org/show_bug.cgi?id=1475645)
--

wpt-commits: 673c2821353d4ab96662bfb8cc4d5a53e75b0fb2
wpt-pr: 11995
This commit is contained in:
Morgan Rae Reschenberg 2018-07-25 15:52:45 +00:00 коммит произвёл James Graham
Родитель 24f512c2af
Коммит 77a6e8564f
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -562616,7 +562616,7 @@
"support"
],
"css/vendor-imports/mozilla/mozilla-central-reftests/sync-tests.sh": [
"1212c73c6eca2685d1fbbec708bb666849115425",
"100b066f9c314bf281db3dba3684abe72fd169e2",
"support"
],
"css/vendor-imports/mozilla/mozilla-central-reftests/text-decor-3/reftest.list": [

Просмотреть файл

@ -23,6 +23,6 @@ fi
rsync -avz --delete --filter=". ./sync-tests-filter" "$MOZTREE"/layout/reftests/w3c-css/submitted/ ./
sed -i -e 's/^\(\(fails\|needs-focus\|random\|skip\|asserts\|slow\|require-or\|silentfail\|pref\|test-pref\|ref-pref\|fuzzy\)[^ ]* *\?\)\+//;/^default-preferences /d;s/ \?# \?\(TC: \)\?[bB]ug.*//;s/ # Initial mulet triage:.*//' $(find . -name reftest.list)
sed -i -e 's/-moz-crisp-edges/pixelated/g' $(find . -regex ".*\.\(xht\|xhtml\|html\|css\)")
sed -i -e 's/-moz-crisp-edges/pixelated/g;s/-moz-min-content/min-content/g;s/-moz-max-content/max-content/g' $(find . -regex ".*\.\(xht\|xhtml\|html\|css\)")
git add -A .
git commit -m"Sync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/$MOZREV ." .