mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6
This commit is contained in:
parent
40c52d55e2
commit
349c75536d
7391 changed files with 304135 additions and 153491 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