mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34
This commit is contained in:
@@ -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" lang="en">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" 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>
|
||||
|
||||
@@ -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" lang="en-before">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-before" class="reftest-wait">
|
||||
<head>
|
||||
<title>CSS Test: CSS: Changing the background of the BODY element by changing a parent's attribute</title>
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
@@ -17,6 +17,7 @@
|
||||
function test() {
|
||||
document.getElementsByTagName('html')[0].lang = 'en-after';
|
||||
document.getElementsByTagName('p')[0].lang = 'en-after';
|
||||
document.documentElement.className = "";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
Reference in New Issue
Block a user