Test Output Index

testCssEnabled

Setup after run:
HtmlFixture
WARNING: no focus element
Set Browser VersionFIREFOX_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:onon
Javascript:onon
Clear
web client restarted, cookies cleared
fitnesse table before run:
HtmlFixture
http://firstthePage
Element Focusa1
ClickthePage
Javascript Messagemy body color is: green
fitnesse table after run:
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 Focusa1
a
Click
loaded time: 0 milliseconds
thePage
Javascript Messagemy body color is: green

testCssEnabledEmbedded

Setup after run:
HtmlFixture
WARNING: no focus element
Set Browser VersionFIREFOX_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:onon
Javascript:onon
Clear
web client restarted, cookies cleared
fitnesse table before run:
HtmlFixture
http://thirdthePage
Element Focusa1
ClickthePage
Javascript Messagemy body color is: green
fitnesse table after run:
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 Focusa1
a
Click
loaded time: 0 milliseconds
thePage
Javascript Messagemy body color is: green

testCssDisabled

Setup after run:
HtmlFixture
WARNING: no focus element
Set Browser VersionFIREFOX_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:onon
Escape HTML:onon
Enable CSS:offoff
Clear
web client restarted, cookies cleared
fitnesse table before run:
HtmlFixture
http://firstthePage
Element Focusa1
ClickthePage
Javascript Messagemy body color is: rgb(0, 0, 0)
fitnesse table after run:
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 Focusa1
a
Click
loaded time: 0 milliseconds
thePage
Javascript Messagemy body color is: rgb(0, 0, 0)

testCssDisabledEmbedded

Setup after run:
HtmlFixture
WARNING: no focus element
Set Browser VersionFIREFOX_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:onon
Escape HTML:onon
Enable CSS:offoff
Clear
web client restarted, cookies cleared
fitnesse table before run:
HtmlFixture
http://thirdthePage
Element Focusa1
ClickthePage
Javascript Messagemy body color is: rgb(0, 0, 0)
fitnesse table after run:
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 Focusa1
a
Click
loaded time: 0 milliseconds
thePage
Javascript Messagemy body color is: rgb(0, 0, 0)