summaryrefslogtreecommitdiff
path: root/tests/ref/html/html-style.html
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-06-23 15:54:52 +0200
committerLaurenz <laurmaedje@gmail.com>2025-06-23 15:59:22 +0200
commitbf8ef2a4a5ffa9c30fce9fc254ffcf982634e4c6 (patch)
treeead60969ba9f14d0c06de5a0ba5327ae54b565b1 /tests/ref/html/html-style.html
parentc2e2fd99f69665e2361a1129dd04121a5b2c61a2 (diff)
Properly handle raw text elements
Diffstat (limited to 'tests/ref/html/html-style.html')
-rw-r--r--tests/ref/html/html-style.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/ref/html/html-style.html b/tests/ref/html/html-style.html
new file mode 100644
index 00000000..c8d558bc
--- /dev/null
+++ b/tests/ref/html/html-style.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ </head>
+ <body>
+ <style>
+ body {
+ text: red;
+ }
+ </style>
+ </body>
+</html>