summaryrefslogtreecommitdiff
path: root/tests/ref
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-06-23 11:12:58 +0200
committerGitHub <noreply@github.com>2025-06-23 09:12:58 +0000
commite9dc4bb20404037cf192c19f00a010ff3bb1a10b (patch)
tree46dca870d8809b7749f5e00e4c40aa23d909c521 /tests/ref
parent3602d06a155a0567fe2b2e75a4d5970578d0f14f (diff)
Typed HTML API (#6476)
Diffstat (limited to 'tests/ref')
-rw-r--r--tests/ref/html/html-typed.html63
1 files changed, 63 insertions, 0 deletions
diff --git a/tests/ref/html/html-typed.html b/tests/ref/html/html-typed.html
new file mode 100644
index 00000000..ef62538f
--- /dev/null
+++ b/tests/ref/html/html-typed.html
@@ -0,0 +1,63 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ </head>
+ <body>
+ <div id="hi"></div>
+ <div aria-autocomplete="none"></div>
+ <div aria-expanded="undefined"></div>
+ <link referrerpolicy>
+ <div></div>
+ <div autofocus></div>
+ <div></div>
+ <div hidden></div>
+ <div aria-atomic="false"></div>
+ <div aria-atomic="true"></div>
+ <div translate="no"></div>
+ <div translate="yes"></div>
+ <form autocomplete="off"></form>
+ <form autocomplete="on"></form>
+ <div accesskey="K"></div>
+ <div aria-colcount="2"></div>
+ <object width="120" height="10"></object>
+ <td rowspan="2"></td>
+ <meter low="3.4" high="7.9"></meter>
+ <div class="alpha"></div>
+ <div class="alpha beta"></div>
+ <div class="alpha beta"></div>
+ <div><input accept="image/jpeg"></div>
+ <div><input accept="image/jpeg, image/png"></div>
+ <div><input accept="image/jpeg, image/png"></div>
+ <area coords="2.3, 4, 5.6">
+ <link color="#ff4136">
+ <link color="rgb(100% 32.94% 29.06%)">
+ <link color="rgb(50% 50% 50%)">
+ <link color="#958677">
+ <link color="oklab(27% 0.08 -0.012 / 50%)">
+ <link color="color(srgb-linear 20% 30% 40% / 50%)">
+ <link color="hsl(20deg 10% 20%)">
+ <link color="hsl(30deg 11.11% 27%)">
+ <div><time datetime="3w 4s"></time></div>
+ <div><time datetime="1d 4m"></time></div>
+ <div><time datetime="0s"></time></div>
+ <div><time datetime="2005-07-10"></time></div>
+ <div><time datetime="0000-02-01"></time></div>
+ <div><time datetime="06:30"></time></div>
+ <div><time datetime="0000-02-01T11:11"></time></div>
+ <div><time datetime="0000-02-01T06:00:09"></time></div>
+ <div dir="ltr">RTL</div>
+ <img src="image.png" alt="My wonderful image" srcset="/image-120px.png 120w, /image-60px.png 60w" sizes="(min-width: 800px) 400pt, (min-width: 400px) 250pt">
+ <form enctype="text/plain"></form>
+ <form role="complementary"></form>
+ <div hidden="until-found"></div>
+ <div aria-checked="false"></div>
+ <div aria-checked="true"></div>
+ <div aria-checked="mixed"></div>
+ <div><input value="5.6"></div>
+ <div><input value="#ff4136"></div>
+ <div><input min="3" max="9"></div>
+ <link rel="icon" sizes="32x24 64x48">
+ </body>
+</html>