From 3b941147af34e8b0b6e00964133340f11312f183 Mon Sep 17 00:00:00 2001 From: "arv@chromium.org" Date: Sat, 15 Oct 2011 23:46:03 +0000 Subject: JS Test Harness: Make console and description elements optional in the HTML https://bugs.webkit.org/show_bug.cgi?id=69881 Reviewed by Darin Adler. This makes the description element and the console element in the HTML files optional and these gets created as needed by the call to description() and debug(). This removes the description and console elements from a lots of files in LayoutTests/fast/ * fast/js/resources/js-test-pre.js: git-svn-id: svn://svn.chromium.org/blink/trunk@97566 bbb929c8-8fbe-4397-9dbb-9b2b20218538 --- third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html') diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html index 95d4545..844f413 100644 --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html @@ -5,8 +5,6 @@ -

-
-- cgit v1.1