|
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");
}
|