From: <rb...@us...> - 2017-04-30 16:18:11
|
Revision: 14302 http://sourceforge.net/p/htmlunit/code/14302 Author: rbri Date: 2017-04-30 16:18:08 +0000 (Sun, 30 Apr 2017) Log Message: ----------- ff52 expectations Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.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-04-30 05:35:53 UTC (rev 14301) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-04-30 16:18:08 UTC (rev 14302) @@ -345,6 +345,16 @@ * @throws Exception if the test fails */ @Test + @Alerts(DEFAULT = "false", + FF52 = "true") + public void _Audio_HTMLAudioElement() throws Exception { + test("Audio", "HTMLAudioElement"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts("true") public void _Audio_Audio() throws Exception { test("Audio", "Audio"); 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 2017-04-30 05:35:53 UTC (rev 14301) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2017-04-30 16:18:08 UTC (rev 14302) @@ -272,6 +272,7 @@ */ @Test @Alerts(DEFAULT = "false", + FF52 = "true", CHROME = "true") public void _HTMLDetailsElement_HTMLDetailsElement() throws Exception { test("HTMLDetailsElement", "HTMLDetailsElement"); @@ -1040,6 +1041,7 @@ */ @Test @Alerts(DEFAULT = "false", + FF52 = "true", CHROME = "true") public void _HTMLElement_HTMLDetailsElement() throws Exception { test("HTMLElement", "HTMLDetailsElement"); @@ -1685,6 +1687,7 @@ */ @Test @Alerts(DEFAULT = "true", + FF52 = "false", IE = "false") public void _HTMLElement_HTMLShadowElement() throws Exception { test("HTMLElement", "HTMLShadowElement"); @@ -1695,6 +1698,7 @@ */ @Test @Alerts(DEFAULT = "true", + FF52 = "false", IE = "false") public void _HTMLShadowElement_HTMLShadowElement() throws Exception { test("HTMLShadowElement", "HTMLShadowElement"); @@ -1705,6 +1709,7 @@ */ @Test @Alerts(DEFAULT = "true", + FF52 = "false", IE = "false") public void _HTMLContentElement_HTMLContentElement() throws Exception { test("HTMLContentElement", "HTMLContentElement"); @@ -1715,6 +1720,7 @@ */ @Test @Alerts(DEFAULT = "true", + FF52 = "false", IE = "false") public void _HTMLElement_HTMLContentElement() throws Exception { test("HTMLElement", "HTMLContentElement"); Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2017-04-30 05:35:53 UTC (rev 14301) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2017-04-30 16:18:08 UTC (rev 14302) @@ -331,7 +331,8 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") + CHROME = "true", + FF52 = "true") public void _IIRFilterNode_IIRFilterNode() throws Exception { test("IIRFilterNode", "IIRFilterNode"); } @@ -371,7 +372,8 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") + CHROME = "true", + FF52 = "true") public void _ImageBitmapRenderingContext_ImageBitmapRenderingContext() throws Exception { test("ImageBitmapRenderingContext", "ImageBitmapRenderingContext"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2017-04-30 05:35:53 UTC (rev 14301) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2017-04-30 16:18:08 UTC (rev 14302) @@ -461,6 +461,7 @@ */ @Test @Alerts(DEFAULT = "false", + FF52 = "true", CHROME = "true") public void _Node_HTMLDetailsElement() throws Exception { test("Node", "HTMLDetailsElement"); @@ -1164,7 +1165,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _Node_SVGAltGlyphElement() throws Exception { test("Node", "SVGAltGlyphElement"); } @@ -1821,7 +1822,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _Node_SVGDocument() throws Exception { test("Node", "SVGDocument"); } @@ -1862,6 +1863,7 @@ */ @Test @Alerts(DEFAULT = "true", + FF52 = "false", IE = "false") public void _Node_HTMLShadowElement() throws Exception { test("Node", "HTMLShadowElement"); @@ -1950,6 +1952,7 @@ */ @Test @Alerts(DEFAULT = "true", + FF52 = "false", IE = "false") public void _Node_HTMLContentElement() throws Exception { test("Node", "HTMLContentElement"); @@ -2240,7 +2243,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _MozContactChangeEvent_MozContactChangeEvent() throws Exception { test("MozContactChangeEvent", "MozContactChangeEvent"); } @@ -2251,7 +2254,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _MozSettingsEvent_MozSettingsEvent() throws Exception { test("MozSettingsEvent", "MozSettingsEvent"); } @@ -2556,7 +2559,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _MozPowerManager_MozPowerManager() throws Exception { test("MozPowerManager", "MozPowerManager"); } @@ -2656,7 +2659,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _MozCSSKeyframesRule_MozCSSKeyframesRule() throws Exception { test("MozCSSKeyframesRule", "MozCSSKeyframesRule"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java 2017-04-30 05:35:53 UTC (rev 14301) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java 2017-04-30 16:18:08 UTC (rev 14302) @@ -462,6 +462,7 @@ */ @Test @Alerts(DEFAULT = "false", + FF52 = "true", CHROME = "true") public void _PermissionStatus_PermissionStatus() throws Exception { test("PermissionStatus", "PermissionStatus"); @@ -473,6 +474,7 @@ */ @Test @Alerts(DEFAULT = "false", + FF52 = "true", CHROME = "true") public void _Permissions_Permissions() throws Exception { test("Permissions", "Permissions"); Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2017-04-30 05:35:53 UTC (rev 14301) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2017-04-30 16:18:08 UTC (rev 14302) @@ -65,7 +65,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _SVGAltGlyphElement_SVGAltGlyphElement() throws Exception { test("SVGAltGlyphElement", "SVGAltGlyphElement"); } @@ -661,7 +661,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _SVGTextContentElement_SVGAltGlyphElement() throws Exception { test("SVGTextContentElement", "SVGAltGlyphElement"); } @@ -689,7 +689,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _SVGTextPositioningElement_SVGAltGlyphElement() throws Exception { test("SVGTextPositioningElement", "SVGAltGlyphElement"); } @@ -789,7 +789,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _SVGElement_SVGAltGlyphElement() throws Exception { test("SVGElement", "SVGAltGlyphElement"); } @@ -1608,7 +1608,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _SVGDocument_SVGDocument() throws Exception { test("SVGDocument", "SVGDocument"); } @@ -1752,7 +1752,8 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") + CHROME = "true", + FF52 = "true") public void _SpeechSynthesisUtterance_SpeechSynthesisUtterance() throws Exception { test("SpeechSynthesisUtterance", "SpeechSynthesisUtterance"); } @@ -2417,7 +2418,18 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") + FF52 = "true") + public void _SpeechSynthesis_SpeechSynthesis() throws Exception { + test("SpeechSynthesis", "SpeechSynthesis"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true", + FF52 = "true") public void _SpeechSynthesisEvent_SpeechSynthesisEvent() throws Exception { test("SpeechSynthesisEvent", "SpeechSynthesisEvent"); } @@ -2530,7 +2542,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _SVGGraphicsElement_SVGAltGlyphElement() throws Exception { test("SVGGraphicsElement", "SVGAltGlyphElement"); } |