Changes between Version 6 and Version 7 of Writing Layout Tests for DumpRenderTree
- Timestamp:
- Nov 19, 2006, 10:51:27 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Layout Tests for DumpRenderTree
v6 v7 27 27 28 28 === `dumpAsText()` === 29 30 {{{31 #!html32 <p style="display: none;">33 <a href="http://www.helpthyroid.com/"><b>underactive thyroid</b></a>34 <a href="http://www.boweltreatment.com/"><b>ibs treatment</b></a>35 <a href="http://www.clearuppimples.com/"><b>clear up acne</b></a>36 <a href="http://carbblocker.taskfile.com/"><b>carb blocker</b></a>37 <a href="http://hoodia.taskfile.com/"><b>weight loss pills</b></a>38 <a href="http://sleepaid.taskfile.com/"><b>sleeping aid</b></a>39 <a href="http://antiaging.taskfile.com/"><b>anti aging</b></a>40 </p>41 }}}42 29 43 30 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`.