Changes between Version 41 and Version 42 of Writing Layout Tests for DumpRenderTree


Ignore:
Timestamp:
May 1, 2013 11:32:01 AM (11 years ago)
Author:
achristensen@apple.com
Comment:

made example test pass

Legend:

Unmodified
Added
Removed
Modified
  • Writing Layout Tests for DumpRenderTree

    v41 v42  
    125125    var block = document.getElementsByClassName('block')[0];
    126126    var color = document.defaultView.getComputedStyle(block, null).getPropertyValue('color');
    127     if (color === 'rgb(0, 255, 0)')
     127    if (color === 'rgb(0, 128, 0)')
    128128        log('PASSED');
    129129    else