mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
222 lines
7.0 KiB
HTML
222 lines
7.0 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|||
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|||
|
<html><head>
|
|||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|||
|
<!-- This file contains embedded NULs (U+0000). Take care when editing to
|
|||
|
preserve them. There are no other control characters or characters
|
|||
|
outside 7-bit ASCII.
|
|||
|
|
|||
|
This test involves constructs with undefined behavior in CSS 2.1.
|
|||
|
However, unlike 228856-1, the author is confident that future
|
|||
|
specification of the behavior of NULs (whether literal or written with
|
|||
|
\-escapes) will not contradict the behavior expected by this test. -->
|
|||
|
|
|||
|
<title>Selectors and properties test case for bug 228856</title>
|
|||
|
<style type="text/css">
|
|||
|
p {margin-bottom:0; color:black; font-weight:bold; }
|
|||
|
tr { vertical-align: top }
|
|||
|
td { padding-right: 0.5em }
|
|||
|
|
|||
|
/* backstop */
|
|||
|
div { color: green; font: 6pt monospace; }
|
|||
|
|
|||
|
/* These selectors should not match anything. */
|
|||
|
#\0i1 { color: red }
|
|||
|
#i\02 { color: red }
|
|||
|
#i3\0 { color: red }
|
|||
|
# |