Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/selectors/historical-xmlid.xht - WPT Dashboard Interop Dashboard
<head>
<title>No xml:id support</title>
<link rel="match" href="../reference/ref-filled-green-100px-square.xht"/>
<style type="text/css"><![CDATA[
div {
background: green;
height: 100px;
width: 100px;
}
#a {
background: red;
}
]]></style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div xml:id="a"></div>
</body>
</html>