| Index: LayoutTests/fast/dom/beforeload/resources/print.js
|
| diff --git a/LayoutTests/fast/dom/beforeload/resources/print.js b/LayoutTests/fast/dom/beforeload/resources/print.js
|
| deleted file mode 100644
|
| index 8b5dfe2e8a5ea231c56608435dda326f5ffd1416..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/beforeload/resources/print.js
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -function print(message, color)
|
| -{
|
| - var paragraph = document.createElement("div");
|
| - paragraph.appendChild(document.createTextNode(message));
|
| - paragraph.style.fontFamily = "monospace";
|
| - if (color)
|
| - paragraph.style.color = color;
|
| - document.getElementById("console").appendChild(paragraph);
|
| -}
|
|
|