Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: LayoutTests/fast/dom/beforeload/resources/print.js

Issue 205523003: Remove beforeload events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more tests Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
-}
« no previous file with comments | « LayoutTests/fast/dom/beforeload/resources/fail.js ('k') | LayoutTests/fast/dom/beforeload/script-before-load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698