Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/selectors/case-insensitive-parent.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>Case-insensitive parent selector matching</title>
<link rel="author" title="Steinar H. Gunderson" href="mailto:sesse@chromium.org">
<link rel="match" href="case-insensitive-parent-ref.html">
<style>FoReIgNobject span { color: green; }</style>
</head>
<body>
<foreignObject width="500" height="100">
<span>Test passes if the text is green.</span>
</foreignObject>
</svg>
</body>
</html>