diff options
author | arv@chromium.org <arv@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2011-10-15 23:46:03 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2011-10-15 23:46:03 +0000 |
commit | 3b941147af34e8b0b6e00964133340f11312f183 (patch) | |
tree | 63853716cf91893167cec2099614afef2b700c86 /third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html | |
parent | d50906dc4e730bfff70f16022a7ec09c68e1aa27 (diff) | |
download | chromium_src-3b941147af34e8b0b6e00964133340f11312f183.zip chromium_src-3b941147af34e8b0b6e00964133340f11312f183.tar.gz chromium_src-3b941147af34e8b0b6e00964133340f11312f183.tar.bz2 |
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
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ <script src="../js/resources/js-test-pre.js"></script> </head> <body> -<p id="description"></p> -<div id="console"></div> <script src="script-tests/canvas-setTransform.js"></script> <script src="../js/resources/js-test-post.js"></script> </body> |