Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
web_platform_tests
/
dom
/
nodes
/
creators.js
blob: 8b7415d13f0991c5fbdd2e921f4c2b147cf98a87 [
file
] [
log
] [
blame
]
var
creators
=
{
"element"
:
"createElement"
,
"text"
:
"createTextNode"
,
"comment"
:
"createComment"
};