author | Anne van Kesteren <annevk@annevk.nl> |
Tue, 19 Feb 2019 14:39:46 +0000 | |
changeset 461373 | a4c7373a3a6bbbb2606f29ff36c370c31b1c67cc |
parent 461372 | 9ff3ebdfc6a6eeb552b889e7512a186d3500bff5 |
child 461374 | 6a16e666b2e2911c35b6ca6e18f6d5a6f894dd92 |
push id | 35622 |
push user | ncsoregi@mozilla.com |
push date | Wed, 27 Feb 2019 04:32:15 +0000 |
treeherder | mozilla-central@5b8896aa3f69 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1527455, 15357 |
milestone | 67.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/web-platform/tests/html/semantics/text-level-semantics/historical.html | file | annotate | diff | comparison | revisions |
--- a/testing/web-platform/tests/html/semantics/text-level-semantics/historical.html +++ b/testing/web-platform/tests/html/semantics/text-level-semantics/historical.html @@ -21,12 +21,9 @@ function t(property, tagNames) { t('hreflang', 'area'); t('type', 'area'); // renamed to dateTime in https://github.com/whatwg/html/commit/8b6732237c7021cd61e3c3463146234ca8ce5bad 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>