diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-08-21 17:46:44 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-08-21 18:40:37 +0200 |
commit | f235d49372ba86d6d01530fe1b9ebdf8bea74468 (patch) | |
tree | 13d3535ee53fcae1b8d61265e3d97adb00dd60eb /tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js | |
parent | 7c45ff8e05a6ebd21f9aa5c360e997a01d48b1fc (diff) | |
download | servo-f235d49372ba86d6d01530fe1b9ebdf8bea74468.tar.gz servo-f235d49372ba86d6d01530fe1b9ebdf8bea74468.zip |
Update CSS tests to revision d674587d6ae7d2e231d632785559f2613d554eb0
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.js | 6 |
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); - } })(); |