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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform.html

Issue 2099513002: [Typed OM] Rename TransformValue -> CSSTransformValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename-transformcomponent
Patch Set: sync to head 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
Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform.html
index 42a735f52465291c6f9aaf5ce143650b6af162b6..508e0c87895ed117411ca2d0f9d8f33b052e3f2b 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform.html
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform.html
@@ -7,7 +7,7 @@
<script>
test(function() {
- var transform = new TransformValue([new CSSRotation(20)]);
+ var transform = new CSSTransformValue([new CSSRotation(20)]);
assert_equals(testElement.styleMap.get('transform'), null);

Powered by Google App Engine
This is Rietveld 408576698