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

Unified Diff: third_party/WebKit/LayoutTests/csspaint/resources/generate-paint-style-logging.js

Issue 2097093002: [Typed OM] Rename cssString methods to cssText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename-transformvalue
Patch Set: Update usage in csspaint logging for tests Created 4 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/csspaint/resources/generate-paint-style-logging.js
diff --git a/third_party/WebKit/LayoutTests/csspaint/resources/generate-paint-style-logging.js b/third_party/WebKit/LayoutTests/csspaint/resources/generate-paint-style-logging.js
index e9175beb8b719acfda31a8296776c309142f23c6..fd142c2f023260d0afacf3970edcbc1f83667f4c 100644
--- a/third_party/WebKit/LayoutTests/csspaint/resources/generate-paint-style-logging.js
+++ b/third_party/WebKit/LayoutTests/csspaint/resources/generate-paint-style-logging.js
@@ -16,7 +16,7 @@ function generatePaintStyleLogging(properties) {
const properties = styleMap.getProperties().sort();
for (let i = 0; i < properties.length; i++) {
const value = styleMap.get(properties[i]);
- console.log(properties[i] + ': ' + (value ? value.cssString : '[null]'));
+ console.log(properties[i] + ': ' + (value ? value.cssText: '[null]'));
}
}
});
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698