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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/cssRotation.html

Issue 2879233002: [css-typed-om] Replace cssText with stringifier at CSSTransformComponent (Closed)
Patch Set: [css-typed-om] replace cssText with toString at CSSTransformComponent Created 3 years, 7 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: third_party/WebKit/LayoutTests/typedcssom/cssRotation.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssRotation.html b/third_party/WebKit/LayoutTests/typedcssom/cssRotation.html
index 93fc09558f5793764e0908b080226d3572cf2a0b..f1857ec5b65655376615a9f205d366bae5bbadb0 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/cssRotation.html
+++ b/third_party/WebKit/LayoutTests/typedcssom/cssRotation.html
@@ -57,9 +57,9 @@ test(function() {
test(function() {
for (var i = 0; i < values.length; ++i) {
- assert_equals(values[i].input.cssText, values[i].cssText);
+ assert_equals(values[i].input.toString(), values[i].cssText);
}
-}, "Test that cssText values for CSSRotation is correct.");
+}, "Test that toString values for CSSRotation is correct.");
test(function() {
for (var i = 0; i < values.length; ++i) {
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/cssPerspective.html ('k') | third_party/WebKit/LayoutTests/typedcssom/cssScale.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698