Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation.js

Issue 1295773004: update-w3c-deps import using blink c936ac9d274f959a4b5908db6835bcd612fb1a9e: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
- }
})();

Powered by Google App Engine
This is Rietveld 408576698