I have a webserver with the following host name and DNS alias name.
Host name - server1.aa.xx.company.com
Alias name - server1.bb.xx.company.com
In the above scenario, what will be the value of JavaScript DOM object document.domain? Will it be server1.aa.xx.company.com or will it be server1.bb.xx.company.com?