diff options
-rw-r--r-- | tests/wpt/metadata/MANIFEST.json | 50 | ||||
-rw-r--r-- | tests/wpt/web-platform-tests/html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change-ref.html (renamed from tests/wpt/web-platform-tests/css/css-backgrounds-3/body-bgcolor-attribute-change-ref.html) | 2 | ||||
-rw-r--r-- | tests/wpt/web-platform-tests/html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change.html (renamed from tests/wpt/web-platform-tests/css/css-backgrounds-3/body-bgcolor-attribute-change.html) | 2 |
3 files changed, 27 insertions, 27 deletions
diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 2d2c816f5e2..ff6334f4d99 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -98313,18 +98313,6 @@ {} ] ], - "css/css-backgrounds-3/body-bgcolor-attribute-change.html": [ - [ - "/css/css-backgrounds-3/body-bgcolor-attribute-change.html", - [ - [ - "/css/css-backgrounds-3/body-bgcolor-attribute-change-ref.html", - "==" - ] - ], - {} - ] - ], "css/css-backgrounds-3/border-bottom-left-radius-001.xht": [ [ "/css/css-backgrounds-3/border-bottom-left-radius-001.xht", @@ -168245,6 +168233,18 @@ {} ] ], + "html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change.html": [ + [ + "/html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change.html", + [ + [ + "/html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change-ref.html", + "==" + ] + ], + {} + ] + ], "html/semantics/document-metadata/the-link-element/stylesheet-change-href.html": [ [ "/html/semantics/document-metadata/the-link-element/stylesheet-change-href.html", @@ -224659,11 +224659,6 @@ {} ] ], - "css/css-backgrounds-3/body-bgcolor-attribute-change-ref.html": [ - [ - {} - ] - ], "css/css-backgrounds-3/border-radius-001-ref.xht": [ [ {} @@ -293059,6 +293054,11 @@ {} ] ], + "html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change-ref.html": [ + [ + {} + ] + ], "html/rendering/unstyled-xml-documents/.gitkeep": [ [ {} @@ -492872,14 +492872,6 @@ "fe327831e6eeea20a7d7da4b295d272e20ed0821", "visual" ], - "css/css-backgrounds-3/body-bgcolor-attribute-change-ref.html": [ - "cf3216e8cfecff2c7d22aae9470f9be79c69c1e9", - "support" - ], - "css/css-backgrounds-3/body-bgcolor-attribute-change.html": [ - "fa783798937b4acfde13cd5c266094f08194d1bb", - "reftest" - ], "css/css-backgrounds-3/border-bottom-left-radius-001.xht": [ "44d36841a6b0aa58daab9c66cb5cf3b62eeb26d7", "reftest" @@ -584768,6 +584760,14 @@ "da39a3ee5e6b4b0d3255bfef95601890afd80709", "support" ], + "html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change-ref.html": [ + "8040cdc2d5096bbb27ebed7539706574faa8515f", + "support" + ], + "html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change.html": [ + "3cd7418ba8ea44bc2a643e63d38574c39041de24", + "reftest" + ], "html/rendering/unstyled-xml-documents/.gitkeep": [ "da39a3ee5e6b4b0d3255bfef95601890afd80709", "support" diff --git a/tests/wpt/web-platform-tests/css/css-backgrounds-3/body-bgcolor-attribute-change-ref.html b/tests/wpt/web-platform-tests/html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change-ref.html index 32532da411b..43f0c6dd200 100644 --- a/tests/wpt/web-platform-tests/css/css-backgrounds-3/body-bgcolor-attribute-change-ref.html +++ b/tests/wpt/web-platform-tests/html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change-ref.html @@ -1,4 +1,4 @@ <!doctype html> <body bgcolor="green"> - Click me, I should become green. + Passes if the background is green. </body> diff --git a/tests/wpt/web-platform-tests/css/css-backgrounds-3/body-bgcolor-attribute-change.html b/tests/wpt/web-platform-tests/html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change.html index e36f62e9794..d0b2396a404 100644 --- a/tests/wpt/web-platform-tests/css/css-backgrounds-3/body-bgcolor-attribute-change.html +++ b/tests/wpt/web-platform-tests/html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change.html @@ -2,7 +2,7 @@ <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. + Passes if the background is green. </body> <script> document.body.offsetTop; |