Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/document-metadata/the-style-element/style-multibyte-text.html - WPT Dashboard Interop Dashboard
<!doctype html>
<link rel="match" href="/css/reference/green.html">
<style id=s></style>
<script>
s.append(":root{background-color:green}", "/*\u2192*/"); // two text nodes; the 2nd is two-byte
</script>