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