You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The RDFa Test Suite provides an interactive mechanism to check the conformance of an RDFa processor and SPARQL query engine. This service is intended for anybody that wants to see how RDFa works as well as developers that want to do conformance testing on their own RDFa/SPARQL implementations.</p>
60
56
<p>There are several things that you can do on this web page:</p>
61
57
<ul>
62
-
<li>To run a unit test, click on the <buttonclass='btn btn-primary'>Test</button> link.</li>
63
-
<li>To see the details of a unit test, click on the <buttonclass='btn btn-info'>details</button> link.</li>
64
-
<li>You can execute every unit test by clicking on the <buttonclass='btn btn-primary'>Run All Tests</button> button.</li>
65
-
<li>After running all tests, you can generate an <ahref="">EARL Report</a> using the <buttonclass='btn btn-primary'>EARL Report</button> button.</li>
58
+
<li>To run a unit test, click on the <buttonclass='btn btn-primary btn-sm'>Test</button> link.</li>
59
+
<li>To see the details of a unit test, click on the <buttonclass='btn btn-info btn-sm'>details</button> link.</li>
60
+
<li>You can execute every unit test by clicking on the <buttonclass='btn btn-primary btn-sm'>Run All Tests</button> button.</li>
61
+
<li>After running all tests, you can generate an <ahref="">EARL Report</a> using the <buttonclass='btn btn-primary btn-sm'>EARL Report</button> button.</li>
66
62
</ul>
67
63
<p>So that the test suite can access the processor to request resources, please be sure to add <code>Access-Control-Allow-Origin: *</code> to returned HTTP headers.</p>
0 commit comments