mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision 5dbe45af3ad3a933c03187c72f1c12cbe2877703
This commit is contained in:
parent
6c0eb115f4
commit
9aa1b1e408
129 changed files with 2604 additions and 290 deletions
|
@ -285,6 +285,10 @@ VisualOutput.prototype = {
|
|||
var json = this.runner.results.to_json();
|
||||
|
||||
if (document.getElementById("dumpit").checked) {
|
||||
this.json_results_area = Array.prototype.slice.call(this.elem.querySelectorAll("textarea"));
|
||||
for(var i = 0,t = this.json_results_area.length; i < t; i++){
|
||||
this.elem.removeChild(this.json_results_area[i]);
|
||||
}
|
||||
this.json_results_area = document.createElement("textarea");
|
||||
this.json_results_area.style.width = "100%";
|
||||
this.json_results_area.setAttribute("rows", "50");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue