mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update manifest and move files
This commit is contained in:
parent
aff8b0a4e9
commit
c886e3ee75
3 changed files with 27 additions and 27 deletions
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!doctype html>
|
||||
<body bgcolor="green">
|
||||
Click me, I should become green.
|
||||
Passes if the background is green.
|
||||
</body>
|
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue