| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation.js
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation.js b/LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation.js
|
| index a2b5ad6d6179578799c71be5118e706ec383bbe5..6e007cea82e4e5d1e445847c4cf96bf6bf625c01 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation.js
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/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);
|
| - }
|
| })();
|
|
|