<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Add function webkit_dom_element_get_bounding_client_rect"
   href="https://bugs.webkit.org/show_bug.cgi?id=163892#c20">Comment # 20</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Add function webkit_dom_element_get_bounding_client_rect"
   href="https://bugs.webkit.org/show_bug.cgi?id=163892">bug 163892</a>
              from <span class="vcard"><a class="email" href="mailto:aidanholm+webkit&#64;gmail.com" title="aidanholm+webkit&#64;gmail.com">aidanholm+webkit&#64;gmail.com</a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=163892#c19">comment #19</a>)
<span class="quote">&gt; Look at the examples I mentioned above. You need to add two files
&gt; TestDOMFoo.cpp and DOMFooTest.cpp. The former is the test file that runs in
&gt; the UI process, it adds the tests cases that normally just load some html
&gt; and then tun the web process test simply calling
&gt; WebViewTest::runWebProcessTest(). The latter is the test itself that runs in
&gt; the web process. You have to add a class derived from WebProcessTest with a
&gt; method for very tests case and override runTest that dispatches the test
&gt; cases. To register the tests we use a lib constructor that uses the macro
&gt; REGISTER_TEST.</span >

Thanks for the guidelines; seems pretty straightforward. Is there any way to run only the WebKitDOM tests while I develop?

Separately, is it alright to keep tests for both ClientRect and ClientRectList in the same pair of files? Or should I separate them?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>