From e6375927b825d0745d91fa82fdee86fb21bc9094 Mon Sep 17 00:00:00 2001 From: Edgar Chen Date: Tue, 21 Nov 2017 22:02:00 +0800 Subject: [PATCH] Bug 1419313 - Add [CEReactions] to contentEditable attribute; r=smaug MozReview-Commit-ID: KC9YCswvOKd --HG-- extra : rebase_source : 26a6d6390470b4f7969050a3f87dbec38cce29d7 --- dom/webidl/HTMLElement.webidl | 2 +- .../reactions/ElementContentEditable.html.ini | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 testing/web-platform/meta/custom-elements/reactions/ElementContentEditable.html.ini diff --git a/dom/webidl/HTMLElement.webidl b/dom/webidl/HTMLElement.webidl index 743006280085..09742a32a2d4 100644 --- a/dom/webidl/HTMLElement.webidl +++ b/dom/webidl/HTMLElement.webidl @@ -46,7 +46,7 @@ interface HTMLElement : Element { [CEReactions, SetterThrows, Pure] attribute boolean draggable; //[PutForwards=value] readonly attribute DOMTokenList dropzone; - [SetterThrows, Pure] + [CEReactions, SetterThrows, Pure] attribute DOMString contentEditable; [Pure] readonly attribute boolean isContentEditable; diff --git a/testing/web-platform/meta/custom-elements/reactions/ElementContentEditable.html.ini b/testing/web-platform/meta/custom-elements/reactions/ElementContentEditable.html.ini deleted file mode 100644 index 611e7e9f241e..000000000000 --- a/testing/web-platform/meta/custom-elements/reactions/ElementContentEditable.html.ini +++ /dev/null @@ -1,8 +0,0 @@ -[ElementContentEditable.html] - type: testharness - [contentEditable on ElementContentEditable must enqueue an attributeChanged reaction when adding contenteditable content attribute] - expected: FAIL - - [contentEditable on ElementContentEditable must enqueue an attributeChanged reaction when replacing an existing attribute] - expected: FAIL -