Confirmed users
35
edits
Line 204: | Line 204: | ||
===Preparing the crashtest=== | ===Preparing the crashtest=== | ||
{| border="1" cellpadding="5" | {| border="1" cellpadding="5" | ||
Line 214: | Line 215: | ||
<pre> | <pre> | ||
<html class="reftest-wait"> | <html class="reftest-wait"> | ||
</pre> | </pre> | ||
Line 220: | Line 221: | ||
<pre> | <pre> | ||
document.documentElement.removeAttribute("class"); | document.documentElement.removeAttribute("class"); | ||
</pre> | </pre> | ||
Line 230: | Line 231: | ||
To introduce the test to the framework, navigate to <tt>$OBJ_DIR/dom/media</tt> and run | To introduce the test to the framework, navigate to <tt>$OBJ_DIR/dom/media</tt> and run | ||
make | |||
make | |||
This should set everything up to test your crashtest. | This should set everything up to test your crashtest. |