lychee/fixtures/TEST_HTML5_CUSTOM_ELEMENTS.html
Matthias 812663d832
Prevent flaky tests (#514)
Move from example.org to example.com, which seems to be more permissive for testing
2022-02-18 10:29:49 +01:00

15 lines
400 B
HTML
Vendored

<!DOCTYPE html>
<html lang="en">
<head> </head>
<body>
<some-weird-element
href="https://example.com/some-weird-element"
></some-weird-element>
<even-weirder
fake-attr
src="https://example.com/even-weirder-src"
href="https://example.com/even-weirder-href"
></even-weirder>
<citations cite="https://example.com/citations"></citations>
</body>
</html>