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

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

Issue 2036893003: [CSS Typed OM] Rename StyleValue -> CSSStyleValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update more union types 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/transformValue.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/transformValue.html b/third_party/WebKit/LayoutTests/typedcssom/transformValue.html
index 9b5e310f87dd1be44549d517db23e0aa329a3eaa..a446403d14a72cf7707d43e7061533291f29e344 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/transformValue.html
+++ b/third_party/WebKit/LayoutTests/typedcssom/transformValue.html
@@ -7,7 +7,7 @@
test(function() {
var transformValueObject = new TransformValue();
assert_true(transformValueObject instanceof TransformValue);
- assert_true(transformValueObject instanceof StyleValue);
+ assert_true(transformValueObject instanceof CSSStyleValue);
}, "A TransformValue object can be constructed");
test(function() {

Powered by Google App Engine
This is Rietveld 408576698