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

Unified Diff: Source/core/animation/StringKeyframe.h

Issue 1305893005: Web Animations API: Don't allow quirky CSS values in keyframes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 4 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 | « LayoutTests/web-animations-api/quirky-keyframes.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/StringKeyframe.h
diff --git a/Source/core/animation/StringKeyframe.h b/Source/core/animation/StringKeyframe.h
index 25c3c50d755d089bcb04475a31dd26fb18427ff1..b68ad76ba390977ff5b7959af7732e95c9483657 100644
--- a/Source/core/animation/StringKeyframe.h
+++ b/Source/core/animation/StringKeyframe.h
@@ -95,7 +95,7 @@ public:
private:
StringKeyframe()
- : m_propertySet(MutableStylePropertySet::create(HTMLQuirksMode))
+ : m_propertySet(MutableStylePropertySet::create(HTMLStandardMode))
{ }
StringKeyframe(const StringKeyframe& copyFrom);
« no previous file with comments | « LayoutTests/web-animations-api/quirky-keyframes.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698