Document Prod
-
getElementById()
-
getElementsByTagName('h1')[0]
-
getElementsByTagName('head')
-
getElementsByClassName('title')[0]
-
title get
-
title set
-
cookie set/get
-
location get
-
defaultView
-
defaultView.document
-
documentElement
-
head
-
body
-
compatMode
-
implementation.hasFeature()
-
currentScript, inlined
-
currentScript, src
-
currentScript, src location
-
head.parentNode/Element
-
body.parentNode/Element
-
documentElement.parentNode/Element
-
document.parentNode/Element
-
document.constructor.name
All Tests