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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction.html

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (Closed)
Patch Set: rebase 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/inlinestyle/properties/animation-direction.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction.html
index 6f7ab687ffdba89f8c1293de8626dede6ff9ae08..ea3e57db9900836c9157ad240f0f3768e361b3d7 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction.html
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction.html
@@ -15,7 +15,7 @@ runInlineStylePropertyMapTests( {
],
validObjects: [],
supportsMultiple: true,
- invalidObjects: [new CSSSimpleLength(4, 'px')]
+ invalidObjects: [new CSSUnitValue(4, 'px')]
});
</script>

Powered by Google App Engine
This is Rietveld 408576698