mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -0,0 +1,4 @@
|
|||
<!doctype html>
|
||||
<body bgcolor="green">
|
||||
Passes if the background is green.
|
||||
</body>
|
|
@ -0,0 +1,10 @@
|
|||
<!doctype 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">
|
||||
Passes if the background is green.
|
||||
</body>
|
||||
<script>
|
||||
document.body.offsetTop;
|
||||
document.body.setAttribute("bgcolor", "green");
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue