[HtmlUnit] SVN: [15315] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ javascript/host/event
rbri--- via HtmlUnit-develop <[email protected]>
| Newsgroups | gmane.comp.java.htmlunit.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 15315
http://sourceforge.net/p/htmlunit/code/15315
Author: rbri
Date: 2018-06-15 13:15:44 +0000 (Fri, 15 Jun 2018)
Log Message:
-----------
more ff60 expectations
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/event/PointerEventTest.java
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/event/PopStateEventTest.java
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/event/WebGLContextEventTest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/event/PointerEventTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/event/PointerEventTest.java 2018-06-15 13:06:43 UTC (rev 15314)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/event/PointerEventTest.java 2018-06-15 13:15:44 UTC (rev 15315)
@@ -55,6 +55,8 @@
@Test
@Alerts(DEFAULT = "exception",
CHROME = {"[object PointerEvent]", "click", "false", "false",
+ "0", "1", "1", "0", "0", "0", "", "false"},
+ FF60 = {"[object PointerEvent]", "click", "false", "false",
"0", "1", "1", "0", "0", "0", "", "false"})
public void create_ctor() throws Exception {
final String html = HtmlPageTest.STANDARDS_MODE_PREFIX_
@@ -78,6 +80,8 @@
@Test
@Alerts(DEFAULT = "exception",
CHROME = {"[object PointerEvent]", "click", "true", "false",
+ "2", "1", "1", "0", "0", "0", "mouse", "false"},
+ FF60 = {"[object PointerEvent]", "click", "true", "false",
"2", "1", "1", "0", "0", "0", "mouse", "false"})
public void create_ctorWithDetails() throws Exception {
final String html = HtmlPageTest.STANDARDS_MODE_PREFIX_
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/event/PopStateEventTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/event/PopStateEventTest.java 2018-06-15 13:06:43 UTC (rev 15314)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/event/PopStateEventTest.java 2018-06-15 13:15:44 UTC (rev 15315)
@@ -143,8 +143,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = {"exception"},
- FF60 = {"dispatched"})
+ @Alerts("exception")
@NotYetImplemented({IE, CHROME, FF52})
public void dispatchEvent() throws Exception {
final String html = HtmlPageTest.STANDARDS_MODE_PREFIX_
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/event/WebGLContextEventTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/event/WebGLContextEventTest.java 2018-06-15 13:06:43 UTC (rev 15314)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/event/WebGLContextEventTest.java 2018-06-15 13:15:44 UTC (rev 15315)
@@ -34,8 +34,7 @@
*/
@Test
@Alerts(DEFAULT = {"1", "2", "3"},
- IE = {"undefined", "undefined", "undefined"},
- FF60 = "exception")
+ IE = {"undefined", "undefined", "undefined"})
public void constants() throws Exception {
final String html = "<html><head><script>\n"
+ " function test() {\n"
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot