Bug 1527455 [wpt PR 15357] - HTML: noreferer was never a property of hyperlinks, a=testonly

Automatic update from web-platform-tests
HTML: noreferer was never a property of hyperlinks

This should have tested the rel attribute value, but as it hasn't been doing that and it would be quite a bit of work, let's remove this instead.

--

wpt-commits: 25c665a93231027be5941838cecb3208e360d4b1
wpt-pr: 15357
This commit is contained in:
Anne van Kesteren 2019-02-19 14:39:46 +00:00 коммит произвёл James Graham
Родитель 75b6f70a55
Коммит 10f2bc8a90
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -26,7 +26,4 @@ t('datetime', 'time');
// removed in https://github.com/whatwg/html/commit/66fcb2357f205448fe2f40d7834a1e8ea2ed283b
t('media', ['a', 'area']);
// renamed to noreferrer in https://github.com/whatwg/html/commit/6a34274e99593e767ae99744a6c38a19489915c6
t('noreferer', ['link', 'a', 'area']);
</script>