From: <rb...@us...> - 2018-05-31 13:39:02
|
Revision: 15299 http://sourceforge.net/p/htmlunit/code/15299 Author: rbri Date: 2018-05-31 13:38:59 +0000 (Thu, 31 May 2018) Log Message: ----------- work on ff60 expectations Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfFTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2018-05-31 08:30:19 UTC (rev 15298) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2018-05-31 13:38:59 UTC (rev 15299) @@ -254,9 +254,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") @NotYetImplemented({CHROME, FF52}) public void _DOMMatrix_WebKitCSSMatrix() throws Exception { test("DOMMatrix", "WebKitCSSMatrix"); @@ -286,9 +285,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") @NotYetImplemented({CHROME, FF52}) public void _DOMMatrixReadOnly_WebKitCSSMatrix() throws Exception { test("DOMMatrixReadOnly", "WebKitCSSMatrix"); @@ -366,9 +364,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - CHROME = "false", - FF = "false") + @Alerts(DEFAULT = "false", + IE = "true") public void _DOMSettableTokenList_DOMSettableTokenList() throws Exception { test("DOMSettableTokenList", "DOMSettableTokenList"); } @@ -396,9 +393,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - CHROME = "false", - FF = "false") + @Alerts(DEFAULT = "false", + IE = "true") public void _DOMTokenList_DOMSettableTokenList() throws Exception { test("DOMTokenList", "DOMSettableTokenList"); } @@ -566,9 +562,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false", - IE = "false") + @Alerts(DEFAULT = "false", + CHROME = "true") public void _Element_HTMLContentElement() throws Exception { test("Element", "HTMLContentElement"); } @@ -1049,9 +1044,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false", - IE = "false") + @Alerts(DEFAULT = "false", + CHROME = "true") public void _Element_HTMLShadowElement() throws Exception { test("Element", "HTMLShadowElement"); } @@ -2629,6 +2623,16 @@ */ @Test @Alerts(DEFAULT = "false", + FF60 = "true") + public void _EventTarget_Animation() throws Exception { + test("EventTarget", "Animation"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", CHROME = "true") public void _EventTarget_ApplicationCache() throws Exception { test("EventTarget", "ApplicationCache"); @@ -3061,9 +3065,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false", - IE = "false") + @Alerts(DEFAULT = "false", + CHROME = "true") public void _EventTarget_HTMLContentElement() throws Exception { test("EventTarget", "HTMLContentElement"); } @@ -3542,9 +3545,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false", - IE = "false") + @Alerts(DEFAULT = "false", + CHROME = "true") public void _EventTarget_HTMLShadowElement() throws Exception { test("EventTarget", "HTMLShadowElement"); } @@ -5168,6 +5170,16 @@ */ @Test @Alerts(DEFAULT = "false", + FF60 = "true") + public void _Event_SpeechSynthesisErrorEvent() throws Exception { + test("Event", "SpeechSynthesisErrorEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", IE = "true") public void _EXT_texture_filter_anisotropic_EXT_texture_filter_anisotropic() throws Exception { test("EXT_texture_filter_anisotropic", "EXT_texture_filter_anisotropic"); Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfFTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfFTest.java 2018-05-31 08:30:19 UTC (rev 15298) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfFTest.java 2018-05-31 13:38:59 UTC (rev 15299) @@ -118,6 +118,16 @@ */ @Test @Alerts(DEFAULT = "false", + FF60 = "true") + public void _FileSystemEntry_FileSystemDirectoryEntry() throws Exception { + test("FileSystemEntry", "FileSystemDirectoryEntry"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", FF = "true") public void _FileSystemEntry_FileSystemEntry() throws Exception { test("FileSystemEntry", "FileSystemEntry"); @@ -128,6 +138,16 @@ */ @Test @Alerts(DEFAULT = "false", + FF60 = "true") + public void _FileSystemEntry_FileSystemFileEntry() throws Exception { + test("FileSystemEntry", "FileSystemFileEntry"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", FF = "true") public void _FileSystemFileEntry_FileSystemFileEntry() throws Exception { test("FileSystemFileEntry", "FileSystemFileEntry"); Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2018-05-31 08:30:19 UTC (rev 15298) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2018-05-31 13:38:59 UTC (rev 15299) @@ -255,9 +255,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false", - IE = "false") + @Alerts(DEFAULT = "false", + CHROME = "true") public void _HTMLContentElement_HTMLContentElement() throws Exception { test("HTMLContentElement", "HTMLContentElement"); } @@ -295,9 +294,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true", - CHROME = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _HTMLDetailsElement_HTMLDetailsElement() throws Exception { test("HTMLDetailsElement", "HTMLDetailsElement"); } @@ -484,9 +482,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false", - IE = "false") + @Alerts(DEFAULT = "false", + CHROME = "true") public void _HTMLElement_HTMLContentElement() throws Exception { test("HTMLElement", "HTMLContentElement"); } @@ -524,9 +521,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true", - CHROME = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _HTMLElement_HTMLDetailsElement() throws Exception { test("HTMLElement", "HTMLDetailsElement"); } @@ -968,9 +964,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false", - IE = "false") + @Alerts(DEFAULT = "false", + CHROME = "true") public void _HTMLElement_HTMLShadowElement() throws Exception { test("HTMLElement", "HTMLShadowElement"); } @@ -1626,9 +1621,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false", - IE = "false") + @Alerts(DEFAULT = "false", + CHROME = "true") public void _HTMLShadowElement_HTMLShadowElement() throws Exception { test("HTMLShadowElement", "HTMLShadowElement"); } |