From 1b419007d17ef8865b18f685f6a9e2ae3643c6fd Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 26 Apr 2017 07:37:10 +0200 Subject: [PATCH] =?UTF-8?q?CSSKeyframesRule::name=20setter=20doesn?= =?UTF-8?q?=E2=80=99t=20throw=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/w3c/csswg-drafts/commit/063dc05e478096e90d377909414b6a1b051714ae https://github.com/w3c/web-platform-tests/pull/5695 --- tests/wpt/metadata/MANIFEST.json | 2 +- .../cssom/CSSKeyframesRule.html | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 8c0c34ff0a8..fc43eb22216 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -553680,7 +553680,7 @@ "testharness" ], "cssom/CSSKeyframesRule.html": [ - "3efb8e5cef257a0b433192742d526709357b24c7", + "bca997a63c1389ef6d14aac2f32ab770fbd15ec4", "testharness" ], "cssom/CSSNamespaceRule.html": [ diff --git a/tests/wpt/web-platform-tests/cssom/CSSKeyframesRule.html b/tests/wpt/web-platform-tests/cssom/CSSKeyframesRule.html index 9cf387def86..68453498767 100644 --- a/tests/wpt/web-platform-tests/cssom/CSSKeyframesRule.html +++ b/tests/wpt/web-platform-tests/cssom/CSSKeyframesRule.html @@ -10,6 +10,7 @@ 0% { top: 0px; } 100% { top: 200px; } } + @keyframes empty {}