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