Changes between Version 38 and Version 39 of Writing Layout Tests for DumpRenderTree


Ignore:
Timestamp:
Oct 10, 2012 6:37:44 PM (12 years ago)
Author:
noel.gordon@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Layout Tests for DumpRenderTree

    v38 v39  
    192192}}}
    193193
    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
     196Use the following:
    197197
    198198{{{
     
    201201}}}
    202202
    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).
     203This is '''not''' a typo, and confusing syntax aside, this disables the render tree dump and instead dumps pixels and text.
    204204
    205205=== How to disable the pixel dumps but keep the render tree dump ===