Changes between Version 17 and Version 18 of Writing Layout Tests for DumpRenderTree


Ignore:
Timestamp:
Mar 4, 2011, 7:09:41 AM (14 years ago)
Author:
playmobil@google.com
Comment:

Add links to view LayoutTest files in trac .

Legend:

Unmodified
Added
Removed
Modified
  • Writing Layout Tests for DumpRenderTree

    v17 v18  
    2727}}}
    2828
    29 To see what sort of special js functions are exposed to js-only tests, see http://trac.webkit.org/browser/trunk/LayoutTests/fast/js/resources/js-test-pre.js
     29To see what sort of special js functions are exposed to js-only tests, see [http://trac.webkit.org/browser/trunk/LayoutTests/fast/js/resources/js-test-pre.js LayoutTests/fast/js/resources/js-test-pre.js]
    3030
    3131= DumpRenderTree JavaScript Environment =
     
    3939=== `dumpAsText()` ===
    4040
    41 Call this method to make your test output plain text instead of a render tree. This is useful if your test prints messages rather than testing fancy layout. For an example of how to print to a console in a test, check out `LayoutTests/fast/dom/ Element/attribute-uppercase.html`.
     41Call this method to make your test output plain text instead of a render tree. This is useful if your test prints messages rather than testing fancy layout. For an example of how to print to a console in a test, check out [http://trac.webkit.org/browser/trunk/LayoutTests/fast/dom/Element/attribute-uppercase.html LayoutTests/fast/dom/Element/attribute-uppercase.html].
    4242
    4343=== `waitUntilDone()` and `notifyDone()` ===