Changes between Version 38 and Version 39 of Writing Layout Tests for DumpRenderTree
- Timestamp:
- Oct 10, 2012, 6:37:44 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Layout Tests for DumpRenderTree
v38 v39 192 192 }}} 193 193 194 === How to disable render tree dumps but keep the pixels===195 196 If you want to just dump the pixels but don't care about DRT's text dump. You can use the following trick:194 === How to disable render tree dumps but keep pixels and text === 195 196 Use the following: 197 197 198 198 {{{ … … 201 201 }}} 202 202 203 This is '''not''' a typo . It is an extremely confusing syntax but this disables the text dump (you basically dump an empty text file).203 This is '''not''' a typo, and confusing syntax aside, this disables the render tree dump and instead dumps pixels and text. 204 204 205 205 === How to disable the pixel dumps but keep the render tree dump ===