Changes between Version 8 and Version 9 of BrowserTestingChart


Ignore:
Timestamp:
Jun 22, 2007, 6:32:07 PM (15 years ago)
Author:
Matias Capeletto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BrowserTestingChart

    v8 v9  
    1010All the tests must be performed against the last iteration of the [http://tinyurl.com/3yukos Boost.DocTest document].
    1111
     12Test Result:
     13
     14  * pass: Hurray!
     15  * **fail**: Lets fix it (please leave a comment with a description of the problem)
     16  * unsupported: We do not intend to support this feature, the browser must degrade gracefully (if not, the test fail)
     17
    1218----
    1319
     
    1723#!rst
    1824
    19 +---------------------------------------+-----------------------------+-----------------------------+
    20 |                                       |          **Linux**          |          **Windows**        |
    21 +=======================================+===============+=============+===============+=============+
    22 | **Browser**                           | **Firefox 2** | **Opera 9** | **Firefox 2** | **IE 6**    |
    23 +---------------------------------------+---------------+-------------+---------------+-------------+
    24 | **Test date**                         | *22/06/07*    | *22/06/07*  | *21/06/07*    | *21/06/07*  |
    25 +---------------------------------------+---------------+-------------+---------------+-------------+
    26 | **Tester**                            | *Matias*      | *Matias*    | *Matias*      | *Matias*    |
    27 +---------------------------------------+---------------+-------------+---------------+-------------+
    28 | **Tests**                             | **pass**      | **fail**    | **pass**      | **fail**    |
    29 +---------------------------------------+---------------+-------------+---------------+-------------+
    30 | **Quickbook source css**              | pass          | fail        | pass          | unsupported |
    31 +---------------------------------------+---------------+-------------+---------------+-------------+
    32 | **IDE selector box**                  | pass          | fail        | pass          | unsupported |
    33 +---------------------------------------+---------------+-------------+---------------+-------------+
    34 | **Box wrappers**                      | pass          | pass        | pass          | pass        |
    35 +---------------------------------------+---------------+-------------+---------------+-------------+
    36 | **Grouped Links select boxes**        | pass          | pass        | pass          | fail        |
    37 +---------------------------------------+---------------+-------------+---------------+-------------+
    38 | **Google search box**                 | pass          | pass        | pass          | pass        |
    39 +---------------------------------------+---------------+-------------+---------------+-------------+
    40 | **Spirit navigation arrows**          | pass          | pass        | pass          | pass        |
    41 +---------------------------------------+---------------+-------------+---------------+-------------+
    42 | **Footer**                            | pass          | pass        | pass          | pass        |
    43 +---------------------------------------+---------------+-------------+---------------+-------------+
     25+---------------------------------------+-----------------------------+-------------------------------------------+
     26|                                       |          **Linux**          |                 **Windows XP**            |
     27+=======================================+===============+=============+===============+=============+=============+
     28| **Browser**                           | **Firefox 2** | **Opera 9** | **Firefox 2** | **IE 6**    | **IE 6**    |
     29+---------------------------------------+---------------+-------------+---------------+-------------+-------------+
     30| **Test date**                         | *22/06/07*    | *22/06/07*  | *21/06/07*    | *21/06/07*  | *22/06/07*  |
     31+---------------------------------------+---------------+-------------+---------------+-------------+-------------+
     32| **Tester**                            | *Matias*      | *Matias*    | *Matias*      | *Matias*    | *Cedric*    |
     33+---------------------------------------+---------------+-------------+---------------+-------------+-------------+
     34| **Tests**                             | pass          | **fail**    | pass          | **fail**    | **fail**    |
     35+---------------------------------------+---------------+-------------+---------------+-------------+-------------+
     36| **Quickbook source css**              | pass          | **fail**    | pass          | unsupported | unsupported |
     37+---------------------------------------+---------------+-------------+---------------+-------------+-------------+
     38| **IDE selector box**                  | pass          | **fail**    | pass          | unsupported | **fail**(1) |
     39+---------------------------------------+---------------+-------------+---------------+-------------+-------------+
     40| **Box wrappers**                      | pass          | pass        | pass          | pass        | **fail**(1) |
     41+---------------------------------------+---------------+-------------+---------------+-------------+-------------+
     42| **Grouped Links select boxes**        | pass          | pass        | pass          | **fail**    | **fail**    |
     43+---------------------------------------+---------------+-------------+---------------+-------------+-------------+
     44| **Google search box**                 | pass          | pass        | pass          | pass        | pass        |
     45+---------------------------------------+---------------+-------------+---------------+-------------+-------------+
     46| **Spirit navigation arrows**          | pass          | pass        | pass          | pass        | pass        |
     47+---------------------------------------+---------------+-------------+---------------+-------------+-------------+
     48| **Footer**                            | pass          | pass        | pass          | pass        | pass        |
     49+---------------------------------------+---------------+-------------+---------------+-------------+-------------+
    4450
    4551}}}
    4652
    4753----
     54
     55  * (1) the first loading of the page, it nearly work but the first code line is shifted right of something like 200px so the button to     choice the IDE are wrapped on two lines (and those on the second line don't autohide). The box are round. After reloading the page, it's totally broken, all the image are lost... and all the css in fact. Once the cookie deleted, it go back to be nearly ok.
    4856
    4957== Tests Description ==