[HtmlUnit] SVN: [15295] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ general/huge
rbri--- via HtmlUnit-develop <[email protected]>
| Newsgroups | gmane.comp.java.htmlunit.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 15295
http://sourceforge.net/p/htmlunit/code/15295
Author: rbri
Date: 2018-05-31 07:06:41 +0000 (Thu, 31 May 2018)
Log Message:
-----------
work on ff60 expectations
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2018-05-29 19:06:34 UTC (rev 15294)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2018-05-31 07:06:41 UTC (rev 15295)
@@ -102,7 +102,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _HTMLAppletElement_HTMLAppletElement() throws Exception {
test("HTMLAppletElement", "HTMLAppletElement");
}
@@ -255,7 +256,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF52 = "false",
+ FF = "false",
IE = "false")
public void _HTMLContentElement_HTMLContentElement() throws Exception {
test("HTMLContentElement", "HTMLContentElement");
@@ -295,7 +296,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true",
+ FF = "true",
CHROME = "true")
public void _HTMLDetailsElement_HTMLDetailsElement() throws Exception {
test("HTMLDetailsElement", "HTMLDetailsElement");
@@ -380,7 +381,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _HTMLElement_HTMLAppletElement() throws Exception {
test("HTMLElement", "HTMLAppletElement");
}
@@ -483,7 +485,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF52 = "false",
+ FF = "false",
IE = "false")
public void _HTMLElement_HTMLContentElement() throws Exception {
test("HTMLElement", "HTMLContentElement");
@@ -523,7 +525,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true",
+ FF = "true",
CHROME = "true")
public void _HTMLElement_HTMLDetailsElement() throws Exception {
test("HTMLElement", "HTMLDetailsElement");
@@ -967,7 +969,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF52 = "false",
+ FF = "false",
IE = "false")
public void _HTMLElement_HTMLShadowElement() throws Exception {
test("HTMLElement", "HTMLShadowElement");
@@ -1625,7 +1627,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF52 = "false",
+ FF = "false",
IE = "false")
public void _HTMLShadowElement_HTMLShadowElement() throws Exception {
test("HTMLShadowElement", "HTMLShadowElement");
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2018-05-29 19:06:34 UTC (rev 15294)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2018-05-31 07:06:41 UTC (rev 15295)
@@ -196,7 +196,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _IdleDeadline_IdleDeadline() throws Exception {
test("IdleDeadline", "IdleDeadline");
}
@@ -329,7 +330,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _IntersectionObserver_IntersectionObserver() throws Exception {
test("IntersectionObserver", "IntersectionObserver");
}
@@ -339,7 +341,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _IntersectionObserverEntry_IntersectionObserverEntry() throws Exception {
test("IntersectionObserverEntry", "IntersectionObserverEntry");
}
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java 2018-05-29 19:06:34 UTC (rev 15294)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java 2018-05-31 07:06:41 UTC (rev 15295)
@@ -173,7 +173,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
@NotYetImplemented(CHROME)
public void _PerformanceEntry_PerformanceNavigationTiming() throws Exception {
test("PerformanceEntry", "PerformanceNavigationTiming");
@@ -224,7 +225,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF = "false")
+ FF52 = "false")
public void _PerformanceNavigationTiming_PerformanceNavigationTiming() throws Exception {
test("PerformanceNavigationTiming", "PerformanceNavigationTiming");
}
@@ -235,7 +236,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _PerformanceObserver_PerformanceObserver() throws Exception {
test("PerformanceObserver", "PerformanceObserver");
}
@@ -246,7 +248,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _PerformanceObserverEntryList_PerformanceObserverEntryList() throws Exception {
test("PerformanceObserverEntryList", "PerformanceObserverEntryList");
}
@@ -257,7 +260,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
@NotYetImplemented(CHROME)
public void _PerformanceResourceTiming_PerformanceNavigationTiming() throws Exception {
test("PerformanceResourceTiming", "PerformanceNavigationTiming");
@@ -300,7 +304,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true",
+ FF = "true",
CHROME = "true")
public void _Permissions_Permissions() throws Exception {
test("Permissions", "Permissions");
@@ -312,7 +316,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true",
+ FF = "true",
CHROME = "true")
public void _PermissionStatus_PermissionStatus() throws Exception {
test("PermissionStatus", "PermissionStatus");
@@ -344,7 +348,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF = "false")
+ FF52 = "false")
public void _PointerEvent_PointerEvent() throws Exception {
test("PointerEvent", "PointerEvent");
}
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2018-05-29 19:06:34 UTC (rev 15294)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2018-05-31 07:06:41 UTC (rev 15295)
@@ -193,7 +193,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true")
+ FF = "true")
public void _SpeechSynthesis_SpeechSynthesis() throws Exception {
test("SpeechSynthesis", "SpeechSynthesis");
}
@@ -203,7 +203,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true")
+ FF = "true")
public void _SpeechSynthesisErrorEvent_SpeechSynthesisErrorEvent() throws Exception {
test("SpeechSynthesisErrorEvent", "SpeechSynthesisErrorEvent");
}
@@ -233,7 +233,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true")
+ FF = "true")
public void _SpeechSynthesisVoice_SpeechSynthesisVoice() throws Exception {
test("SpeechSynthesisVoice", "SpeechSynthesisVoice");
}
@@ -271,7 +271,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _StorageManager_StorageManager() throws Exception {
test("StorageManager", "StorageManager");
}
@@ -1027,7 +1028,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _SVGElement_SVGGeometryElement() throws Exception {
test("SVGElement", "SVGGeometryElement");
}
@@ -1593,7 +1595,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _SVGGeometryElement_SVGGeometryElement() throws Exception {
test("SVGGeometryElement", "SVGGeometryElement");
}
@@ -1613,7 +1616,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _SVGGeometryElement_SVGPathElement() throws Exception {
test("SVGGeometryElement", "SVGPathElement");
}
@@ -1760,7 +1764,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _SVGGraphicsElement_SVGGeometryElement() throws Exception {
test("SVGGraphicsElement", "SVGGeometryElement");
}
@@ -2038,7 +2043,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSeg() throws Exception {
test("SVGPathSeg", "SVGPathSeg");
}
@@ -2048,7 +2054,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegArcAbs() throws Exception {
test("SVGPathSeg", "SVGPathSegArcAbs");
}
@@ -2058,7 +2065,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegArcRel() throws Exception {
test("SVGPathSeg", "SVGPathSegArcRel");
}
@@ -2068,7 +2076,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegClosePath() throws Exception {
test("SVGPathSeg", "SVGPathSegClosePath");
}
@@ -2078,7 +2087,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegCurvetoCubicAbs() throws Exception {
test("SVGPathSeg", "SVGPathSegCurvetoCubicAbs");
}
@@ -2088,7 +2098,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegCurvetoCubicRel() throws Exception {
test("SVGPathSeg", "SVGPathSegCurvetoCubicRel");
}
@@ -2098,7 +2109,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegCurvetoCubicSmoothAbs() throws Exception {
test("SVGPathSeg", "SVGPathSegCurvetoCubicSmoothAbs");
}
@@ -2108,7 +2120,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegCurvetoCubicSmoothRel() throws Exception {
test("SVGPathSeg", "SVGPathSegCurvetoCubicSmoothRel");
}
@@ -2118,7 +2131,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegCurvetoQuadraticAbs() throws Exception {
test("SVGPathSeg", "SVGPathSegCurvetoQuadraticAbs");
}
@@ -2128,7 +2142,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegCurvetoQuadraticRel() throws Exception {
test("SVGPathSeg", "SVGPathSegCurvetoQuadraticRel");
}
@@ -2138,7 +2153,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegCurvetoQuadraticSmoothAbs() throws Exception {
test("SVGPathSeg", "SVGPathSegCurvetoQuadraticSmoothAbs");
}
@@ -2148,7 +2164,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegCurvetoQuadraticSmoothRel() throws Exception {
test("SVGPathSeg", "SVGPathSegCurvetoQuadraticSmoothRel");
}
@@ -2158,7 +2175,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegLinetoAbs() throws Exception {
test("SVGPathSeg", "SVGPathSegLinetoAbs");
}
@@ -2168,7 +2186,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegLinetoHorizontalAbs() throws Exception {
test("SVGPathSeg", "SVGPathSegLinetoHorizontalAbs");
}
@@ -2178,7 +2197,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegLinetoHorizontalRel() throws Exception {
test("SVGPathSeg", "SVGPathSegLinetoHorizontalRel");
}
@@ -2188,7 +2208,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegLinetoRel() throws Exception {
test("SVGPathSeg", "SVGPathSegLinetoRel");
}
@@ -2198,7 +2219,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegLinetoVerticalAbs() throws Exception {
test("SVGPathSeg", "SVGPathSegLinetoVerticalAbs");
}
@@ -2208,7 +2230,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegLinetoVerticalRel() throws Exception {
test("SVGPathSeg", "SVGPathSegLinetoVerticalRel");
}
@@ -2218,7 +2241,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegMovetoAbs() throws Exception {
test("SVGPathSeg", "SVGPathSegMovetoAbs");
}
@@ -2228,7 +2252,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSeg_SVGPathSegMovetoRel() throws Exception {
test("SVGPathSeg", "SVGPathSegMovetoRel");
}
@@ -2238,7 +2263,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegArcAbs_SVGPathSegArcAbs() throws Exception {
test("SVGPathSegArcAbs", "SVGPathSegArcAbs");
}
@@ -2248,7 +2274,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegArcRel_SVGPathSegArcRel() throws Exception {
test("SVGPathSegArcRel", "SVGPathSegArcRel");
}
@@ -2258,7 +2285,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegClosePath_SVGPathSegClosePath() throws Exception {
test("SVGPathSegClosePath", "SVGPathSegClosePath");
}
@@ -2268,7 +2296,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegCurvetoCubicAbs_SVGPathSegCurvetoCubicAbs() throws Exception {
test("SVGPathSegCurvetoCubicAbs", "SVGPathSegCurvetoCubicAbs");
}
@@ -2278,7 +2307,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegCurvetoCubicRel_SVGPathSegCurvetoCubicRel() throws Exception {
test("SVGPathSegCurvetoCubicRel", "SVGPathSegCurvetoCubicRel");
}
@@ -2288,7 +2318,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegCurvetoCubicSmoothAbs_SVGPathSegCurvetoCubicSmoothAbs() throws Exception {
test("SVGPathSegCurvetoCubicSmoothAbs", "SVGPathSegCurvetoCubicSmoothAbs");
}
@@ -2298,7 +2329,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegCurvetoCubicSmoothRel_SVGPathSegCurvetoCubicSmoothRel() throws Exception {
test("SVGPathSegCurvetoCubicSmoothRel", "SVGPathSegCurvetoCubicSmoothRel");
}
@@ -2308,7 +2340,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegCurvetoQuadraticAbs_SVGPathSegCurvetoQuadraticAbs() throws Exception {
test("SVGPathSegCurvetoQuadraticAbs", "SVGPathSegCurvetoQuadraticAbs");
}
@@ -2318,7 +2351,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegCurvetoQuadraticRel_SVGPathSegCurvetoQuadraticRel() throws Exception {
test("SVGPathSegCurvetoQuadraticRel", "SVGPathSegCurvetoQuadraticRel");
}
@@ -2328,7 +2362,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegCurvetoQuadraticSmoothAbs_SVGPathSegCurvetoQuadraticSmoothAbs() throws Exception {
test("SVGPathSegCurvetoQuadraticSmoothAbs", "SVGPathSegCurvetoQuadraticSmoothAbs");
}
@@ -2338,7 +2373,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegCurvetoQuadraticSmoothRel_SVGPathSegCurvetoQuadraticSmoothRel() throws Exception {
test("SVGPathSegCurvetoQuadraticSmoothRel", "SVGPathSegCurvetoQuadraticSmoothRel");
}
@@ -2348,7 +2384,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegLinetoAbs_SVGPathSegLinetoAbs() throws Exception {
test("SVGPathSegLinetoAbs", "SVGPathSegLinetoAbs");
}
@@ -2358,7 +2395,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegLinetoHorizontalAbs_SVGPathSegLinetoHorizontalAbs() throws Exception {
test("SVGPathSegLinetoHorizontalAbs", "SVGPathSegLinetoHorizontalAbs");
}
@@ -2368,7 +2406,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegLinetoHorizontalRel_SVGPathSegLinetoHorizontalRel() throws Exception {
test("SVGPathSegLinetoHorizontalRel", "SVGPathSegLinetoHorizontalRel");
}
@@ -2378,7 +2417,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegLinetoRel_SVGPathSegLinetoRel() throws Exception {
test("SVGPathSegLinetoRel", "SVGPathSegLinetoRel");
}
@@ -2388,7 +2428,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegLinetoVerticalAbs_SVGPathSegLinetoVerticalAbs() throws Exception {
test("SVGPathSegLinetoVerticalAbs", "SVGPathSegLinetoVerticalAbs");
}
@@ -2398,7 +2439,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegLinetoVerticalRel_SVGPathSegLinetoVerticalRel() throws Exception {
test("SVGPathSegLinetoVerticalRel", "SVGPathSegLinetoVerticalRel");
}
@@ -2418,7 +2460,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegMovetoAbs_SVGPathSegMovetoAbs() throws Exception {
test("SVGPathSegMovetoAbs", "SVGPathSegMovetoAbs");
}
@@ -2428,7 +2471,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGPathSegMovetoRel_SVGPathSegMovetoRel() throws Exception {
test("SVGPathSegMovetoRel", "SVGPathSegMovetoRel");
}
@@ -2765,7 +2809,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _SVGZoomEvent_SVGZoomEvent() throws Exception {
test("SVGZoomEvent", "SVGZoomEvent");
}
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java 2018-05-29 19:06:34 UTC (rev 15294)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java 2018-05-31 07:06:41 UTC (rev 15295)
@@ -325,7 +325,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF = "false")
+ FF52 = "false")
public void _UIEvent_PointerEvent() throws Exception {
test("UIEvent", "PointerEvent");
}
@@ -335,7 +335,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _UIEvent_SVGZoomEvent() throws Exception {
test("UIEvent", "SVGZoomEvent");
}
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot