Title: [253746] trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/dom/events/Event-dispatch-on-disabled-elements-expected.txt
Revision
253746
Author
grao...@webkit.org
Date
2019-12-19 03:31:27 -0800 (Thu, 19 Dec 2019)

Log Message

Animations stop if new tab opened (and closed)
​https://bugs.webkit.org/show_bug.cgi?id=202360
<rdar://problem/55923261>

Unreviewed test gardening. Rolling back this platform-specific expectation which it looks like the bots are unhappy about.

* platform/ios/imported/w3c/web-platform-tests/dom/events/Event-dispatch-on-disabled-elements-expected.txt: Added.

Added Paths

Diff

Added: trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/dom/events/Event-dispatch-on-disabled-elements-expected.txt (0 => 253746)


--- trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/dom/events/Event-dispatch-on-disabled-elements-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/dom/events/Event-dispatch-on-disabled-elements-expected.txt	2019-12-19 11:31:27 UTC (rev 253746)
@@ -0,0 +1,11 @@
+ 
+
+PASS Can dispatch untrusted 'click' Events at disabled HTML elements. 
+PASS Can dispatch untrusted Events at disabled HTML elements. 
+PASS Can dispatch CustomEvents at disabled HTML elements. 
+PASS Calling click() on disabled elements must not dispatch events. 
+PASS CSS Transitions transitionrun, transitionstart, transitionend events fire on disabled form elements 
+PASS CSS Transitions transitioncancel event fires on disabled form elements 
+PASS CSS Animation animationstart, animationiteration, animationend fire on disabled form elements 
+PASS CSS Animation's animationcancel event fires on disabled form elements 
+FAIL Real clicks on disabled elements must not dispatch events. assert_true: HTMLSelectElement is enabled, so onclick must fire. expected true got false
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to