HtmlFixture | |
WARNING: no focus element | |
Set Browser Version | FIREFOX_2 Web Client restarted with new browser version. UserAgent = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 |
Escape HTML:on | on |
Javascript:on | on |
Clear web client restarted, cookies cleared |
HtmlFixture | ||
http://first | thePage | |
Element Focus | a1 | |
Click | thePage | |
Javascript Message | my body color is: green |
HtmlFixture | ||
http://first loaded time: 0 milliseconds | thePage | <?xml version="1.0" encoding="ISO-8859-1"?> <html id="htmlTag"> <head id="headTag"> <link href="http://second" rel="stylesheet" type="text/css"/> <script> //<![CDATA[ function showBodyColor() { alert('my body color is: ' + window.getComputedStyle(document.getElementById('bodyTag'),null).color); } //]]> </script> </head> <body id="bodyTag"> <a id="a1" onclick="showBodyColor()"> click me </a> </body> </html> |
Element Focus | a1 | a |
Click loaded time: 0 milliseconds | thePage | |
Javascript Message | my body color is: green |
HtmlFixture | |
WARNING: no focus element | |
Set Browser Version | FIREFOX_2 Web Client restarted with new browser version. UserAgent = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 |
Escape HTML:on | on |
Javascript:on | on |
Clear web client restarted, cookies cleared |
HtmlFixture | ||
http://third | thePage | |
Element Focus | a1 | |
Click | thePage | |
Javascript Message | my body color is: green |
HtmlFixture | ||
http://third loaded time: 0 milliseconds | thePage | <?xml version="1.0" encoding="ISO-8859-1"?> <html id="htmlTag"> <head id="headTag"> <style type="text/css"> body { color: green; } </style> <script> //<![CDATA[ function showBodyColor() { alert('my body color is: ' + window.getComputedStyle(document.getElementById('bodyTag'),null).color); } //]]> </script> </head> <body id="bodyTag"> <a id="a1" onclick="showBodyColor()"> click me </a> </body> </html> |
Element Focus | a1 | a |
Click loaded time: 0 milliseconds | thePage | |
Javascript Message | my body color is: green |
HtmlFixture | |
WARNING: no focus element | |
Set Browser Version | FIREFOX_2 Web Client restarted with new browser version. UserAgent = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 |
Javascript:on | on |
Escape HTML:on | on |
Enable CSS:off | off |
Clear web client restarted, cookies cleared |
HtmlFixture | ||
http://first | thePage | |
Element Focus | a1 | |
Click | thePage | |
Javascript Message | my body color is: rgb(0, 0, 0) |
HtmlFixture | ||
http://first loaded time: 0 milliseconds | thePage | <?xml version="1.0" encoding="ISO-8859-1"?> <html id="htmlTag"> <head id="headTag"> <link href="http://second" rel="stylesheet" type="text/css"/> <script> //<![CDATA[ function showBodyColor() { alert('my body color is: ' + window.getComputedStyle(document.getElementById('bodyTag'),null).color); } //]]> </script> </head> <body id="bodyTag"> <a id="a1" onclick="showBodyColor()"> click me </a> </body> </html> |
Element Focus | a1 | a |
Click loaded time: 0 milliseconds | thePage | |
Javascript Message | my body color is: rgb(0, 0, 0) |
HtmlFixture | |
WARNING: no focus element | |
Set Browser Version | FIREFOX_2 Web Client restarted with new browser version. UserAgent = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 |
Javascript:on | on |
Escape HTML:on | on |
Enable CSS:off | off |
Clear web client restarted, cookies cleared |
HtmlFixture | ||
http://third | thePage | |
Element Focus | a1 | |
Click | thePage | |
Javascript Message | my body color is: rgb(0, 0, 0) |
HtmlFixture | ||
http://third loaded time: 0 milliseconds | thePage | <?xml version="1.0" encoding="ISO-8859-1"?> <html id="htmlTag"> <head id="headTag"> <style type="text/css"> body { color: green; } </style> <script> //<![CDATA[ function showBodyColor() { alert('my body color is: ' + window.getComputedStyle(document.getElementById('bodyTag'),null).color); } //]]> </script> </head> <body id="bodyTag"> <a id="a1" onclick="showBodyColor()"> click me </a> </body> </html> |
Element Focus | a1 | a |
Click loaded time: 0 milliseconds | thePage | |
Javascript Message | my body color is: rgb(0, 0, 0) |