1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
7 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
8 <script src=
"audits-test.js"></script>
13 InspectorTest
.reloadPage(step1
);
17 WebInspector
.AuditRuleResult
.resourceDomain = function() {
21 InspectorTest
.launchAllAudits(false, step2
);
26 InspectorTest
.collectAuditResults(InspectorTest
.completeTest
);
32 <body onload=
"runTest()">
33 <p>Tests running audits with a single empty stylesheet.
</p>