Title: [147216] trunk/LayoutTests
Revision
147216
Author
timo...@apple.com
Date
2013-03-29 07:17:09 -0700 (Fri, 29 Mar 2013)

Log Message

Unreviewed Mac gardening.

* platform/mac/fast/events/event-attribute-expected.txt: Added.
New baseline after r147205.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (147215 => 147216)


--- trunk/LayoutTests/ChangeLog	2013-03-29 14:15:34 UTC (rev 147215)
+++ trunk/LayoutTests/ChangeLog	2013-03-29 14:17:09 UTC (rev 147216)
@@ -1,3 +1,10 @@
+2013-03-29  Timothy Hatcher  <timo...@apple.com>
+
+        Unreviewed Mac gardening.
+
+        * platform/mac/fast/events/event-attribute-expected.txt: Added.
+        New baseline after r147205.
+
 2013-03-29  Ádám Kallai  <ka...@inf.u-szeged.hu>
 
         [Qt] Removal of misplaced stuff after r146692.

Added: trunk/LayoutTests/platform/mac/fast/events/event-attribute-expected.txt (0 => 147216)


--- trunk/LayoutTests/platform/mac/fast/events/event-attribute-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/events/event-attribute-expected.txt	2013-03-29 14:17:09 UTC (rev 147216)
@@ -0,0 +1,274 @@
+Test that setting event handlers with attribute works.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+cancelled onbeforeload async
+PASS /*img*/ typeof (element["onclick"]) is "function"
+PASS /*img*/ typeof (element["oncontextmenu"]) is "function"
+PASS /*img*/ typeof (element["ondblclick"]) is "function"
+PASS /*img*/ typeof (element["onmousedown"]) is "function"
+PASS /*img*/ typeof (element["onmousemove"]) is "function"
+PASS /*img*/ typeof (element["onmouseout"]) is "function"
+PASS /*img*/ typeof (element["onmouseover"]) is "function"
+PASS /*img*/ typeof (element["onmouseup"]) is "function"
+PASS /*img*/ typeof (element["onmousewheel"]) is "function"
+PASS /*img*/ typeof (element["onfocus"]) is "function"
+PASS /*img*/ typeof (element["onblur"]) is "function"
+PASS /*img*/ typeof (element["onkeydown"]) is "function"
+PASS /*img*/ typeof (element["onkeypress"]) is "function"
+PASS /*img*/ typeof (element["onkeyup"]) is "function"
+PASS /*img*/ typeof (element["onscroll"]) is "function"
+PASS /*img*/ typeof (element["onbeforecut"]) is "function"
+PASS /*img*/ typeof (element["oncut"]) is "function"
+PASS /*img*/ typeof (element["onbeforecopy"]) is "function"
+PASS /*img*/ typeof (element["oncopy"]) is "function"
+PASS /*img*/ typeof (element["onbeforepaste"]) is "function"
+PASS /*img*/ typeof (element["onpaste"]) is "function"
+PASS /*img*/ typeof (element["ondragenter"]) is "function"
+PASS /*img*/ typeof (element["ondragover"]) is "function"
+PASS /*img*/ typeof (element["ondragleave"]) is "function"
+PASS /*img*/ typeof (element["ondrop"]) is "function"
+PASS /*img*/ typeof (element["ondragstart"]) is "function"
+PASS /*img*/ typeof (element["ondrag"]) is "function"
+PASS /*img*/ typeof (element["ondragend"]) is "function"
+PASS /*img*/ typeof (element["onselectstart"]) is "function"
+PASS /*img*/ typeof (element["onsubmit"]) is "function"
+PASS /*img*/ typeof (element["onerror"]) is "function"
+PASS /*img*/ typeof (element["oninput"]) is "function"
+PASS /*img*/ typeof (element["oninvalid"]) is "function"
+FAIL /*img*/ typeof (element["ontouchstart"]) should be function. Was undefined.
+FAIL /*img*/ typeof (element["ontouchmove"]) should be function. Was undefined.
+FAIL /*img*/ typeof (element["ontouchend"]) should be function. Was undefined.
+FAIL /*img*/ typeof (element["ontouchcancel"]) should be function. Was undefined.
+PASS /*img*/ typeof (element["onwebkitfullscreenchange"]) is "function"
+PASS /*img*/ typeof (element["onwebkitfullscreenerror"]) is "function"
+PASS /*img*/ typeof (element["onabort"]) is "function"
+PASS /*img*/ typeof (element["onchange"]) is "function"
+PASS /*img*/ typeof (element["onreset"]) is "function"
+PASS /*img*/ typeof (element["onselect"]) is "function"
+PASS /*img*/ typeof (element["onload"]) is "function"
+PASS /*script*/ typeof (element["onclick"]) is "function"
+PASS /*script*/ typeof (element["oncontextmenu"]) is "function"
+PASS /*script*/ typeof (element["ondblclick"]) is "function"
+PASS /*script*/ typeof (element["onmousedown"]) is "function"
+PASS /*script*/ typeof (element["onmousemove"]) is "function"
+PASS /*script*/ typeof (element["onmouseout"]) is "function"
+PASS /*script*/ typeof (element["onmouseover"]) is "function"
+PASS /*script*/ typeof (element["onmouseup"]) is "function"
+PASS /*script*/ typeof (element["onmousewheel"]) is "function"
+PASS /*script*/ typeof (element["onfocus"]) is "function"
+PASS /*script*/ typeof (element["onblur"]) is "function"
+PASS /*script*/ typeof (element["onkeydown"]) is "function"
+PASS /*script*/ typeof (element["onkeypress"]) is "function"
+PASS /*script*/ typeof (element["onkeyup"]) is "function"
+PASS /*script*/ typeof (element["onscroll"]) is "function"
+PASS /*script*/ typeof (element["onbeforecut"]) is "function"
+PASS /*script*/ typeof (element["oncut"]) is "function"
+PASS /*script*/ typeof (element["onbeforecopy"]) is "function"
+PASS /*script*/ typeof (element["oncopy"]) is "function"
+PASS /*script*/ typeof (element["onbeforepaste"]) is "function"
+PASS /*script*/ typeof (element["onpaste"]) is "function"
+PASS /*script*/ typeof (element["ondragenter"]) is "function"
+PASS /*script*/ typeof (element["ondragover"]) is "function"
+PASS /*script*/ typeof (element["ondragleave"]) is "function"
+PASS /*script*/ typeof (element["ondrop"]) is "function"
+PASS /*script*/ typeof (element["ondragstart"]) is "function"
+PASS /*script*/ typeof (element["ondrag"]) is "function"
+PASS /*script*/ typeof (element["ondragend"]) is "function"
+PASS /*script*/ typeof (element["onselectstart"]) is "function"
+PASS /*script*/ typeof (element["onsubmit"]) is "function"
+PASS /*script*/ typeof (element["onerror"]) is "function"
+PASS /*script*/ typeof (element["oninput"]) is "function"
+PASS /*script*/ typeof (element["oninvalid"]) is "function"
+FAIL /*script*/ typeof (element["ontouchstart"]) should be function. Was undefined.
+FAIL /*script*/ typeof (element["ontouchmove"]) should be function. Was undefined.
+FAIL /*script*/ typeof (element["ontouchend"]) should be function. Was undefined.
+FAIL /*script*/ typeof (element["ontouchcancel"]) should be function. Was undefined.
+PASS /*script*/ typeof (element["onwebkitfullscreenchange"]) is "function"
+PASS /*script*/ typeof (element["onwebkitfullscreenerror"]) is "function"
+PASS /*script*/ typeof (element["onabort"]) is "function"
+PASS /*script*/ typeof (element["onchange"]) is "function"
+PASS /*script*/ typeof (element["onreset"]) is "function"
+PASS /*script*/ typeof (element["onselect"]) is "function"
+PASS /*script*/ typeof (element["onload"]) is "function"
+PASS /*video*/ typeof (element["onclick"]) is "function"
+PASS /*video*/ typeof (element["oncontextmenu"]) is "function"
+PASS /*video*/ typeof (element["ondblclick"]) is "function"
+PASS /*video*/ typeof (element["onmousedown"]) is "function"
+PASS /*video*/ typeof (element["onmousemove"]) is "function"
+PASS /*video*/ typeof (element["onmouseout"]) is "function"
+PASS /*video*/ typeof (element["onmouseover"]) is "function"
+PASS /*video*/ typeof (element["onmouseup"]) is "function"
+PASS /*video*/ typeof (element["onmousewheel"]) is "function"
+PASS /*video*/ typeof (element["onfocus"]) is "function"
+PASS /*video*/ typeof (element["onblur"]) is "function"
+PASS /*video*/ typeof (element["onkeydown"]) is "function"
+PASS /*video*/ typeof (element["onkeypress"]) is "function"
+PASS /*video*/ typeof (element["onkeyup"]) is "function"
+PASS /*video*/ typeof (element["onscroll"]) is "function"
+PASS /*video*/ typeof (element["onbeforecut"]) is "function"
+PASS /*video*/ typeof (element["oncut"]) is "function"
+PASS /*video*/ typeof (element["onbeforecopy"]) is "function"
+PASS /*video*/ typeof (element["oncopy"]) is "function"
+PASS /*video*/ typeof (element["onbeforepaste"]) is "function"
+PASS /*video*/ typeof (element["onpaste"]) is "function"
+PASS /*video*/ typeof (element["ondragenter"]) is "function"
+PASS /*video*/ typeof (element["ondragover"]) is "function"
+PASS /*video*/ typeof (element["ondragleave"]) is "function"
+PASS /*video*/ typeof (element["ondrop"]) is "function"
+PASS /*video*/ typeof (element["ondragstart"]) is "function"
+PASS /*video*/ typeof (element["ondrag"]) is "function"
+PASS /*video*/ typeof (element["ondragend"]) is "function"
+PASS /*video*/ typeof (element["onselectstart"]) is "function"
+PASS /*video*/ typeof (element["onsubmit"]) is "function"
+PASS /*video*/ typeof (element["onerror"]) is "function"
+PASS /*video*/ typeof (element["oninput"]) is "function"
+PASS /*video*/ typeof (element["oninvalid"]) is "function"
+FAIL /*video*/ typeof (element["ontouchstart"]) should be function. Was undefined.
+FAIL /*video*/ typeof (element["ontouchmove"]) should be function. Was undefined.
+FAIL /*video*/ typeof (element["ontouchend"]) should be function. Was undefined.
+FAIL /*video*/ typeof (element["ontouchcancel"]) should be function. Was undefined.
+PASS /*video*/ typeof (element["onwebkitfullscreenchange"]) is "function"
+PASS /*video*/ typeof (element["onwebkitfullscreenerror"]) is "function"
+PASS /*video*/ typeof (element["onabort"]) is "function"
+PASS /*video*/ typeof (element["onchange"]) is "function"
+PASS /*video*/ typeof (element["onreset"]) is "function"
+PASS /*video*/ typeof (element["onselect"]) is "function"
+PASS /*video*/ typeof (element["onload"]) is "function"
+PASS /*div*/ typeof (element["onclick"]) is "function"
+PASS /*div*/ typeof (element["oncontextmenu"]) is "function"
+PASS /*div*/ typeof (element["ondblclick"]) is "function"
+PASS /*div*/ typeof (element["onmousedown"]) is "function"
+PASS /*div*/ typeof (element["onmousemove"]) is "function"
+PASS /*div*/ typeof (element["onmouseout"]) is "function"
+PASS /*div*/ typeof (element["onmouseover"]) is "function"
+PASS /*div*/ typeof (element["onmouseup"]) is "function"
+PASS /*div*/ typeof (element["onmousewheel"]) is "function"
+PASS /*div*/ typeof (element["onfocus"]) is "function"
+PASS /*div*/ typeof (element["onblur"]) is "function"
+PASS /*div*/ typeof (element["onkeydown"]) is "function"
+PASS /*div*/ typeof (element["onkeypress"]) is "function"
+PASS /*div*/ typeof (element["onkeyup"]) is "function"
+PASS /*div*/ typeof (element["onscroll"]) is "function"
+PASS /*div*/ typeof (element["onbeforecut"]) is "function"
+PASS /*div*/ typeof (element["oncut"]) is "function"
+PASS /*div*/ typeof (element["onbeforecopy"]) is "function"
+PASS /*div*/ typeof (element["oncopy"]) is "function"
+PASS /*div*/ typeof (element["onbeforepaste"]) is "function"
+PASS /*div*/ typeof (element["onpaste"]) is "function"
+PASS /*div*/ typeof (element["ondragenter"]) is "function"
+PASS /*div*/ typeof (element["ondragover"]) is "function"
+PASS /*div*/ typeof (element["ondragleave"]) is "function"
+PASS /*div*/ typeof (element["ondrop"]) is "function"
+PASS /*div*/ typeof (element["ondragstart"]) is "function"
+PASS /*div*/ typeof (element["ondrag"]) is "function"
+PASS /*div*/ typeof (element["ondragend"]) is "function"
+PASS /*div*/ typeof (element["onselectstart"]) is "function"
+PASS /*div*/ typeof (element["onsubmit"]) is "function"
+PASS /*div*/ typeof (element["onerror"]) is "function"
+PASS /*div*/ typeof (element["oninput"]) is "function"
+PASS /*div*/ typeof (element["oninvalid"]) is "function"
+FAIL /*div*/ typeof (element["ontouchstart"]) should be function. Was undefined.
+FAIL /*div*/ typeof (element["ontouchmove"]) should be function. Was undefined.
+FAIL /*div*/ typeof (element["ontouchend"]) should be function. Was undefined.
+FAIL /*div*/ typeof (element["ontouchcancel"]) should be function. Was undefined.
+PASS /*div*/ typeof (element["onwebkitfullscreenchange"]) is "function"
+PASS /*div*/ typeof (element["onwebkitfullscreenerror"]) is "function"
+PASS /*div*/ typeof (element["onabort"]) is "function"
+PASS /*div*/ typeof (element["onchange"]) is "function"
+PASS /*div*/ typeof (element["onreset"]) is "function"
+PASS /*div*/ typeof (element["onselect"]) is "function"
+PASS /*div*/ typeof (element["onload"]) is "function"
+PASS /*form*/ typeof (element["onclick"]) is "function"
+PASS /*form*/ typeof (element["oncontextmenu"]) is "function"
+PASS /*form*/ typeof (element["ondblclick"]) is "function"
+PASS /*form*/ typeof (element["onmousedown"]) is "function"
+PASS /*form*/ typeof (element["onmousemove"]) is "function"
+PASS /*form*/ typeof (element["onmouseout"]) is "function"
+PASS /*form*/ typeof (element["onmouseover"]) is "function"
+PASS /*form*/ typeof (element["onmouseup"]) is "function"
+PASS /*form*/ typeof (element["onmousewheel"]) is "function"
+PASS /*form*/ typeof (element["onfocus"]) is "function"
+PASS /*form*/ typeof (element["onblur"]) is "function"
+PASS /*form*/ typeof (element["onkeydown"]) is "function"
+PASS /*form*/ typeof (element["onkeypress"]) is "function"
+PASS /*form*/ typeof (element["onkeyup"]) is "function"
+PASS /*form*/ typeof (element["onscroll"]) is "function"
+PASS /*form*/ typeof (element["onbeforecut"]) is "function"
+PASS /*form*/ typeof (element["oncut"]) is "function"
+PASS /*form*/ typeof (element["onbeforecopy"]) is "function"
+PASS /*form*/ typeof (element["oncopy"]) is "function"
+PASS /*form*/ typeof (element["onbeforepaste"]) is "function"
+PASS /*form*/ typeof (element["onpaste"]) is "function"
+PASS /*form*/ typeof (element["ondragenter"]) is "function"
+PASS /*form*/ typeof (element["ondragover"]) is "function"
+PASS /*form*/ typeof (element["ondragleave"]) is "function"
+PASS /*form*/ typeof (element["ondrop"]) is "function"
+PASS /*form*/ typeof (element["ondragstart"]) is "function"
+PASS /*form*/ typeof (element["ondrag"]) is "function"
+PASS /*form*/ typeof (element["ondragend"]) is "function"
+PASS /*form*/ typeof (element["onselectstart"]) is "function"
+PASS /*form*/ typeof (element["onsubmit"]) is "function"
+PASS /*form*/ typeof (element["onerror"]) is "function"
+PASS /*form*/ typeof (element["oninput"]) is "function"
+PASS /*form*/ typeof (element["oninvalid"]) is "function"
+FAIL /*form*/ typeof (element["ontouchstart"]) should be function. Was undefined.
+FAIL /*form*/ typeof (element["ontouchmove"]) should be function. Was undefined.
+FAIL /*form*/ typeof (element["ontouchend"]) should be function. Was undefined.
+FAIL /*form*/ typeof (element["ontouchcancel"]) should be function. Was undefined.
+PASS /*form*/ typeof (element["onwebkitfullscreenchange"]) is "function"
+PASS /*form*/ typeof (element["onwebkitfullscreenerror"]) is "function"
+PASS /*form*/ typeof (element["onabort"]) is "function"
+PASS /*form*/ typeof (element["onchange"]) is "function"
+PASS /*form*/ typeof (element["onreset"]) is "function"
+PASS /*form*/ typeof (element["onselect"]) is "function"
+PASS /*form*/ typeof (element["onload"]) is "function"
+PASS /*input*/ typeof (element["onclick"]) is "function"
+PASS /*input*/ typeof (element["oncontextmenu"]) is "function"
+PASS /*input*/ typeof (element["ondblclick"]) is "function"
+PASS /*input*/ typeof (element["onmousedown"]) is "function"
+PASS /*input*/ typeof (element["onmousemove"]) is "function"
+PASS /*input*/ typeof (element["onmouseout"]) is "function"
+PASS /*input*/ typeof (element["onmouseover"]) is "function"
+PASS /*input*/ typeof (element["onmouseup"]) is "function"
+PASS /*input*/ typeof (element["onmousewheel"]) is "function"
+PASS /*input*/ typeof (element["onfocus"]) is "function"
+PASS /*input*/ typeof (element["onblur"]) is "function"
+PASS /*input*/ typeof (element["onkeydown"]) is "function"
+PASS /*input*/ typeof (element["onkeypress"]) is "function"
+PASS /*input*/ typeof (element["onkeyup"]) is "function"
+PASS /*input*/ typeof (element["onscroll"]) is "function"
+PASS /*input*/ typeof (element["onbeforecut"]) is "function"
+PASS /*input*/ typeof (element["oncut"]) is "function"
+PASS /*input*/ typeof (element["onbeforecopy"]) is "function"
+PASS /*input*/ typeof (element["oncopy"]) is "function"
+PASS /*input*/ typeof (element["onbeforepaste"]) is "function"
+PASS /*input*/ typeof (element["onpaste"]) is "function"
+PASS /*input*/ typeof (element["ondragenter"]) is "function"
+PASS /*input*/ typeof (element["ondragover"]) is "function"
+PASS /*input*/ typeof (element["ondragleave"]) is "function"
+PASS /*input*/ typeof (element["ondrop"]) is "function"
+PASS /*input*/ typeof (element["ondragstart"]) is "function"
+PASS /*input*/ typeof (element["ondrag"]) is "function"
+PASS /*input*/ typeof (element["ondragend"]) is "function"
+PASS /*input*/ typeof (element["onselectstart"]) is "function"
+PASS /*input*/ typeof (element["onsubmit"]) is "function"
+PASS /*input*/ typeof (element["onerror"]) is "function"
+PASS /*input*/ typeof (element["oninput"]) is "function"
+PASS /*input*/ typeof (element["oninvalid"]) is "function"
+FAIL /*input*/ typeof (element["ontouchstart"]) should be function. Was undefined.
+FAIL /*input*/ typeof (element["ontouchmove"]) should be function. Was undefined.
+FAIL /*input*/ typeof (element["ontouchend"]) should be function. Was undefined.
+FAIL /*input*/ typeof (element["ontouchcancel"]) should be function. Was undefined.
+PASS /*input*/ typeof (element["onwebkitfullscreenchange"]) is "function"
+PASS /*input*/ typeof (element["onwebkitfullscreenerror"]) is "function"
+PASS /*input*/ typeof (element["onabort"]) is "function"
+PASS /*input*/ typeof (element["onchange"]) is "function"
+PASS /*input*/ typeof (element["onreset"]) is "function"
+PASS /*input*/ typeof (element["onselect"]) is "function"
+PASS /*input*/ typeof (element["onload"]) is "function"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to