Skip to content

Commit

Permalink
Address review comments on the Performance Timeline tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Jan 16, 2014
1 parent c6eca07 commit 561f5a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 42 deletions.
18 changes: 8 additions & 10 deletions performance-timeline/idlharness.html
Expand Up @@ -39,18 +39,16 @@ <h1>Performance Timeline IDL tests</h1>
</pre>

<script>

(function() {
var idl_array = new IdlArray();

var idl_array;
setup(function() {
idl_array = new IdlArray();
idl_array.add_untested_idls(document.getElementById("untested_idl").textContent);
idl_array.add_idls(document.getElementById("idl").textContent);

idl_array.add_objects({Performance: ["window.performance"]});

idl_array.test();
})();

idl_array.add_objects({
Performance: ["window.performance"]
});
});
idl_array.test();
</script>
</body>
</html>
32 changes: 0 additions & 32 deletions performance-timeline/test_performance_timeline_functions.html

This file was deleted.

0 comments on commit 561f5a5

Please sign in to comment.