Update CSS tests to revision c68e4df16362489debde94340cc6f54945a72f2f

This commit is contained in:
Ms2ger
2015-11-17 10:00:53 +01:00
parent 32efe41299
commit 53608a60a4
1543 changed files with 42190 additions and 14617 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head class="before">
<title>CSS Test: CSS: Changing the background of the BODY element by changing a sibling's class</title>
<style type="text/css">
@@ -26,6 +26,7 @@
function test() {
document.getElementsByTagName('head')[0].className = 'after';
document.getElementsByTagName('p')[0].className = 'after';
document.documentElement.className = "";
}
</script>
</head>