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