Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/active-script-webidl-callbacks
/
.
/
html
/
webappapis
/
dynamic-markup-insertion
/
document-write
/
011-1.js
blob: 944b70d2d0b1b72f25c4a005420e3ee633954123 [
file
] [
log
] [
blame
] [
edit
]
t
.
step
(
function
()
{
order
.
push
(
4
);
document
.
write
(
"<meta>"
);
assert_equals
(
document
.
getElementsByTagName
(
"meta"
).
length
,
1
);
});