From: <rb...@us...> - 2017-09-11 21:08:07
|
Revision: 14831 http://sourceforge.net/p/htmlunit/code/14831 Author: rbri Date: 2017-09-11 21:08:04 +0000 (Mon, 11 Sep 2017) Log Message: ----------- latest chrome (wip) Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfCTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfCTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfCTest.java 2017-09-11 18:36:22 UTC (rev 14830) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfCTest.java 2017-09-11 21:08:04 UTC (rev 14831) @@ -204,8 +204,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false") + @Alerts(DEFAULT = "false", + IE = "true") public void _ClientRect_ClientRect() throws Exception { test("ClientRect", "ClientRect"); } @@ -214,8 +214,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false") + @Alerts(DEFAULT = "false", + IE = "true") public void _ClientRectList_ClientRectList() throws Exception { test("ClientRectList", "ClientRectList"); } |