|
From: <asa...@us...> - 2015-05-15 13:56:36
|
Revision: 10479
http://sourceforge.net/p/htmlunit/code/10479
Author: asashour
Date: 2015-05-15 13:56:34 +0000 (Fri, 15 May 2015)
Log Message:
-----------
Fixing build
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2015-05-15 11:44:06 UTC (rev 10478)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2015-05-15 13:56:34 UTC (rev 10479)
@@ -5787,8 +5787,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- CHROME = "true")
+ @Alerts(DEFAULT = "true",
+ IE = "false")
public void _BarProp_BarProp() throws Exception {
test("BarProp", "BarProp");
}
|
|
From: <asa...@us...> - 2016-02-20 23:44:25
|
Revision: 11875
http://sourceforge.net/p/htmlunit/code/11875
Author: asashour
Date: 2016-02-20 23:44:23 +0000 (Sat, 20 Feb 2016)
Log Message:
-----------
Fixing build
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-02-20 08:25:47 UTC (rev 11874)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-02-20 23:44:23 UTC (rev 11875)
@@ -4866,6 +4866,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
+ CHROME = "true",
IE = "true")
public void _CSSNamespaceRule_CSSNamespaceRule() throws Exception {
test("CSSNamespaceRule", "CSSNamespaceRule");
@@ -4876,7 +4877,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- IE = "true")
+ IE = "true",
+ CHROME = "true")
public void _CSSRule_CSSNamespaceRule() throws Exception {
test("CSSRule", "CSSNamespaceRule");
}
@@ -5619,6 +5621,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
+ CHROME = "true",
FF38 = "true")
public void _EventTarget_MediaDevices() throws Exception {
test("EventTarget", "MediaDevices");
@@ -5885,16 +5888,6 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- CHROME = "true")
- public void _Event_MediaKeyEvent() throws Exception {
- test("Event", "MediaKeyEvent");
- }
-
- /**
- * @throws Exception if the test fails
- */
- @Test
@Alerts("true")
public void _Event_SVGZoomEvent() throws Exception {
test("Event", "SVGZoomEvent");
|
|
From: <rb...@us...> - 2016-12-03 15:41:07
|
Revision: 13128
http://sourceforge.net/p/htmlunit/code/13128
Author: rbri
Date: 2016-12-03 15:41:05 +0000 (Sat, 03 Dec 2016)
Log Message:
-----------
latest CHROME
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-12-03 15:15:47 UTC (rev 13127)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-12-03 15:41:05 UTC (rev 13128)
@@ -580,6 +580,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
+ CHROME = "false",
IE = "false")
public void _AudioContext_OfflineAudioContext() throws Exception {
test("AudioContext", "OfflineAudioContext");
@@ -640,6 +641,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
+ CHROME = "true",
FF = "true")
public void _AudioNode_PannerNode() throws Exception {
test("AudioNode", "PannerNode");
@@ -1044,6 +1046,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
+ CHROME = "true",
FF = "true")
public void _AudioNode_StereoPannerNode() throws Exception {
test("AudioNode", "StereoPannerNode");
@@ -1197,16 +1200,6 @@
@Test
@Alerts(DEFAULT = "false",
CHROME = "true")
- public void _AudioContext_webkitOfflineAudioContext() throws Exception {
- test("AudioContext", "webkitOfflineAudioContext");
- }
-
- /**
- * @throws Exception if the test fails
- */
- @Test
- @Alerts(DEFAULT = "false",
- CHROME = "true")
public void _AudioNode_IIRFilterNode() throws Exception {
test("AudioNode", "IIRFilterNode");
}
|
|
From: <rb...@us...> - 2016-12-11 12:10:02
|
Revision: 13207
http://sourceforge.net/p/htmlunit/code/13207
Author: rbri
Date: 2016-12-11 12:10:00 +0000 (Sun, 11 Dec 2016)
Log Message:
-----------
give up
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-12-11 09:02:50 UTC (rev 13206)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-12-11 12:10:00 UTC (rev 13207)
@@ -423,6 +423,7 @@
*/
@Test
@Alerts("false")
+ @NotYetImplemented(CHROME)
public void _AudioContext_webkitOfflineAudioContext() throws Exception {
test("AudioContext", "webkitOfflineAudioContext");
}
|
|
From: <rb...@us...> - 2017-01-29 19:05:24
|
Revision: 13476
http://sourceforge.net/p/htmlunit/code/13476
Author: rbri
Date: 2017-01-29 19:05:22 +0000 (Sun, 29 Jan 2017)
Log Message:
-----------
adapt expectation for latest chrome (wip)
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-01-29 17:16:57 UTC (rev 13475)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-01-29 19:05:22 UTC (rev 13476)
@@ -856,7 +856,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF = "true")
+ FF = "true",
+ CHROME = "true")
public void _CSSConditionRule_CSSConditionRule() throws Exception {
test("CSSConditionRule", "CSSConditionRule");
}
@@ -866,7 +867,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF = "true")
+ FF = "true",
+ CHROME = "true")
public void _CSSConditionRule_CSSMediaRule() throws Exception {
test("CSSConditionRule", "CSSMediaRule");
}
@@ -876,7 +878,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF = "true")
+ FF = "true",
+ CHROME = "true")
public void _CSSConditionRule_CSSSupportsRule() throws Exception {
test("CSSConditionRule", "CSSSupportsRule");
}
@@ -886,7 +889,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF = "true")
+ FF = "true",
+ CHROME = "true")
public void _CSSGroupingRule_CSSConditionRule() throws Exception {
test("CSSGroupingRule", "CSSConditionRule");
}
@@ -916,7 +920,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF = "true")
+ FF = "true",
+ CHROME = "true")
@NotYetImplemented(CHROME)
public void _CSSGroupingRule_CSSSupportsRule() throws Exception {
test("CSSGroupingRule", "CSSSupportsRule");
@@ -927,7 +932,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF = "true")
+ FF = "true",
+ CHROME = "true")
public void _CSSRule_CSSConditionRule() throws Exception {
test("CSSRule", "CSSConditionRule");
}
|
|
From: <asa...@us...> - 2017-02-02 07:33:00
|
Revision: 13525
http://sourceforge.net/p/htmlunit/code/13525
Author: asashour
Date: 2017-02-02 07:32:58 +0000 (Thu, 02 Feb 2017)
Log Message:
-----------
fix HostParentOfATest
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-02-01 17:44:05 UTC (rev 13524)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-02-02 07:32:58 UTC (rev 13525)
@@ -301,7 +301,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF = "true")
+ FF = "true")
public void _CSSStyleDeclaration_CSS2Properties() throws Exception {
test("CSSStyleDeclaration", "CSS2Properties");
}
@@ -351,7 +351,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false")
+ IE = "false")
public void _AudioBuffer_AudioBuffer() throws Exception {
test("AudioBuffer", "AudioBuffer");
}
@@ -380,9 +380,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "true",
- CHROME = "false",
- IE = "false")
+ @Alerts(DEFAULT = "false",
+ FF = "true")
@NotYetImplemented(CHROME)
public void _AudioContext_OfflineAudioContext() throws Exception {
test("AudioContext", "OfflineAudioContext");
@@ -919,10 +918,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF = "true",
- CHROME = "true")
- @NotYetImplemented(CHROME)
+ @Alerts(DEFAULT = "true",
+ IE = "false")
public void _CSSGroupingRule_CSSSupportsRule() throws Exception {
test("CSSGroupingRule", "CSSSupportsRule");
}
@@ -931,9 +928,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF = "true",
- CHROME = "true")
+ @Alerts(DEFAULT = "true",
+ IE = "false")
public void _CSSRule_CSSConditionRule() throws Exception {
test("CSSRule", "CSSConditionRule");
}
@@ -952,9 +948,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- CHROME = "true",
- IE = "true")
+ @Alerts(DEFAULT = "true",
+ FF = "false")
public void _CSSNamespaceRule_CSSNamespaceRule() throws Exception {
test("CSSNamespaceRule", "CSSNamespaceRule");
}
@@ -963,9 +958,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- IE = "true",
- CHROME = "true")
+ @Alerts(DEFAULT = "true",
+ FF = "false")
public void _CSSRule_CSSNamespaceRule() throws Exception {
test("CSSRule", "CSSNamespaceRule");
}
@@ -1052,9 +1046,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- CHROME = "true",
- FF = "true")
+ @Alerts(DEFAULT = "true",
+ IE = "false")
public void _AudioNode_StereoPannerNode() throws Exception {
test("AudioNode", "StereoPannerNode");
}
@@ -1063,9 +1056,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- CHROME = "true",
- FF = "true")
+ @Alerts(DEFAULT = "true",
+ IE = "false")
public void _BroadcastChannel_BroadcastChannel() throws Exception {
test("BroadcastChannel", "BroadcastChannel");
}
|
|
From: <rb...@us...> - 2017-04-23 08:29:57
|
Revision: 14190
http://sourceforge.net/p/htmlunit/code/14190
Author: rbri
Date: 2017-04-23 08:29:55 +0000 (Sun, 23 Apr 2017)
Log Message:
-----------
audio tag support
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-04-22 17:53:26 UTC (rev 14189)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-04-23 08:29:55 UTC (rev 14190)
@@ -345,6 +345,15 @@
* @throws Exception if the test fails
*/
@Test
+ @Alerts("true")
+ public void _Audio_Audio() throws Exception {
+ test("Audio", "Audio");
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
@Alerts(DEFAULT = "true",
IE = "false")
public void _AudioBuffer_AudioBuffer() throws Exception {
|
|
From: <rb...@us...> - 2017-05-12 05:32:22
|
Revision: 14437
http://sourceforge.net/p/htmlunit/code/14437
Author: rbri
Date: 2017-05-12 05:32:19 +0000 (Fri, 12 May 2017)
Log Message:
-----------
add missing tests
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-05-11 18:53:48 UTC (rev 14436)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-05-12 05:32:19 UTC (rev 14437)
@@ -1205,6 +1205,15 @@
* @throws Exception if the test fails
*/
@Test
+ @Alerts("true")
+ public void _AnimationEvent_AnimationEvent() throws Exception {
+ test("AnimationEvent", "AnimationEvent");
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
@Alerts(DEFAULT = "false",
CHROME = "true")
public void _AnimationEvent_WebKitAnimationEvent() throws Exception {
|
|
From: <rb...@us...> - 2017-07-28 08:31:49
|
Revision: 14732
http://sourceforge.net/p/htmlunit/code/14732
Author: rbri
Date: 2017-07-28 08:31:46 +0000 (Fri, 28 Jul 2017)
Log Message:
-----------
latest Chrome (wip)
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-07-27 18:11:23 UTC (rev 14731)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-07-28 08:31:46 UTC (rev 14732)
@@ -171,6 +171,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
+ CHROME = "true",
FF52 = "true")
@NotYetImplemented(FF52)
public void _Audio_HTMLAudioElement() throws Exception {
@@ -925,16 +926,6 @@
@Test
@Alerts(DEFAULT = "false",
CHROME = "true")
- public void _Credential_SiteBoundCredential() throws Exception {
- test("Credential", "SiteBoundCredential");
- }
-
- /**
- * @throws Exception if the test fails
- */
- @Test
- @Alerts(DEFAULT = "false",
- CHROME = "true")
public void _CredentialsContainer_CredentialsContainer() throws Exception {
test("CredentialsContainer", "CredentialsContainer");
}
|
|
From: <rb...@us...> - 2017-08-04 10:18:05
|
Revision: 14766
http://sourceforge.net/p/htmlunit/code/14766
Author: rbri
Date: 2017-08-04 10:18:02 +0000 (Fri, 04 Aug 2017)
Log Message:
-----------
latest Chrome - bring our impl in sync
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-08-04 09:13:24 UTC (rev 14765)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-08-04 10:18:02 UTC (rev 14766)
@@ -183,7 +183,7 @@
@Alerts(DEFAULT = "false",
CHROME = "true",
FF52 = "true")
- @NotYetImplemented(FF52)
+ @NotYetImplemented({CHROME, FF52})
public void _Audio_HTMLAudioElement() throws Exception {
test("Audio", "HTMLAudioElement");
}
|
|
From: <rb...@us...> - 2018-06-18 15:46:42
|
Revision: 15353
http://sourceforge.net/p/htmlunit/code/15353
Author: rbri
Date: 2018-06-18 15:46:35 +0000 (Mon, 18 Jun 2018)
Log Message:
-----------
ff60 support (wip)
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2018-06-18 15:43:09 UTC (rev 15352)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2018-06-18 15:46:35 UTC (rev 15353)
@@ -152,7 +152,6 @@
*/
@Test
@Alerts("false")
- @NotYetImplemented(CHROME)
public void _Atomics_Atomics() throws Exception {
test("Atomics", "Atomics");
}
|
|
From: <rb...@us...> - 2018-07-01 08:36:22
|
Revision: 15424
http://sourceforge.net/p/htmlunit/code/15424
Author: rbri
Date: 2018-07-01 08:36:19 +0000 (Sun, 01 Jul 2018)
Log Message:
-----------
ff60 support (wip)
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2018-06-30 15:04:08 UTC (rev 15423)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2018-07-01 08:36:19 UTC (rev 15424)
@@ -264,6 +264,7 @@
@Test
@Alerts(DEFAULT = "true",
IE = "false")
+ @NotYetImplemented(FF52)
public void _AudioNode_AudioBufferSourceNode() throws Exception {
test("AudioNode", "AudioBufferSourceNode");
}
@@ -426,6 +427,7 @@
@Test
@Alerts(DEFAULT = "true",
IE = "false")
+ @NotYetImplemented(FF52)
public void _AudioNode_OscillatorNode() throws Exception {
test("AudioNode", "OscillatorNode");
}
|