Changes between Version 41 and Version 42 of Writing Layout Tests for DumpRenderTree
- Timestamp:
- May 1, 2013, 11:32:01 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Layout Tests for DumpRenderTree
v41 v42 125 125 var block = document.getElementsByClassName('block')[0]; 126 126 var color = document.defaultView.getComputedStyle(block, null).getPropertyValue('color'); 127 if (color === 'rgb(0, 255, 0)')127 if (color === 'rgb(0, 128, 0)') 128 128 log('PASSED'); 129 129 else