add help link and regen manifest

This commit is contained in:
Stuart Nelson 2017-10-07 11:34:00 +02:00
parent 1977352bff
commit aff8b0a4e9
2 changed files with 3 additions and 2 deletions

View file

@ -492877,7 +492877,7 @@
"support"
],
"css/css-backgrounds-3/body-bgcolor-attribute-change.html": [
"cdf516f9a9b61ca4b93e3ac9d6127d342d534c12",
"fa783798937b4acfde13cd5c266094f08194d1bb",
"reftest"
],
"css/css-backgrounds-3/border-bottom-left-radius-001.xht": [

View file

@ -1,5 +1,6 @@
<!doctype html>
<link rel="match" href="body-bgcolor-attribute-change-ref.html" />
<link rel="help" href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-body-bgcolor">
<link rel="match" href="body-bgcolor-attribute-change-ref.html">
<body bgcolor="yellow">
Click me, I should become green.
</body>