Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34

This commit is contained in:
Ms2ger
2015-11-23 13:14:18 +01:00
parent 037cac7353
commit a00f2d6310
479 changed files with 13629 additions and 1611 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<html lang="en" class="reftest-wait">
<head>
<title>CSS Test: CSS: Changing the background of the BODY element by changing its class</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
@@ -17,6 +17,7 @@
function test() {
document.getElementsByTagName('body')[0].className = 'after';
document.getElementsByTagName('p')[0].className = 'after';
document.documentElement.className = "";
}
</script>
</head>