Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
html
/
syntax
/
charset
/
in-template.html
blob: 264affc269e8620f3ca8ee71e7dcc4c6fe29a759 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<head>
<link
rel
=
"match"
href
=
"references/in-template-ref.html"
>
<template><meta
charset
=
"windows-1251"
></template>
</head>
<body>
<p>
Meta in
<code>
template
</code>
.
</p>
<p>
Test: æ
</p>
<p>
If ж, meta takes effect
</p>
</body>