mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Update CSS tests to revision c68e4df16362489debde94340cc6f54945a72f2f
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<html class="reftest-wait">
|
||||
<head class="before">
|
||||
<title>CSS Test: CSS: Changing the background of the BODY element by changing a sibling's class</title>
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
|
||||
@@ -17,6 +17,7 @@
|
||||
function test() {
|
||||
document.getElementsByTagName('head')[0].className = 'after';
|
||||
document.getElementsByTagName('p')[0].className = 'after';
|
||||
document.documentElement.className = "";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user