aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js')
-rw-r--r--tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js
index a2b5ad6d617..6e007cea82e 100644
--- a/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js
+++ b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js
@@ -1,4 +1,6 @@
(function () {
+ var log = function () {};
+
function OrientationTester(container, orientation) {
this.container = container;
this.setOrientation(orientation);
@@ -212,8 +214,4 @@
for (var key in dict)
target[key] = dict[key];
}
-
- function log(text) {
- console.log(text);
- }
})();