From: <asa...@us...> - 2017-05-31 07:13:19
|
Revision: 14502 http://sourceforge.net/p/htmlunit/code/14502 Author: asashour Date: 2017-05-31 07:13:15 +0000 (Wed, 31 May 2017) Log Message: ----------- huge tests: sort methods Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.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 trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.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-05-31 06:53:27 UTC (rev 14501) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-05-31 07:13:15 UTC (rev 14502) @@ -54,9 +54,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _ArrayBuffer_ArrayBuffer() throws Exception { - test("ArrayBuffer", "ArrayBuffer"); + @Alerts(DEFAULT = "false", + IE = "true") + public void _ActiveXObject_ActiveXObject() throws Exception { + test("ActiveXObject", "ActiveXObject"); } /** @@ -63,9 +64,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _Attr_Attr() throws Exception { - test("Attr", "Attr"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AnalyserNode_AnalyserNode() throws Exception { + test("AnalyserNode", "AnalyserNode"); } /** @@ -74,8 +76,8 @@ @Test @Alerts(DEFAULT = "false", IE = "true") - public void _ActiveXObject_ActiveXObject() throws Exception { - test("ActiveXObject", "ActiveXObject"); + public void _ANGLE_instanced_arrays_ANGLE_instanced_arrays() throws Exception { + test("ANGLE_instanced_arrays", "ANGLE_instanced_arrays"); } /** @@ -82,10 +84,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _ApplicationCache_ApplicationCache() throws Exception { - test("ApplicationCache", "ApplicationCache"); + @Alerts(DEFAULT = "false", + FF52 = "true") + public void _Animation_Animation() throws Exception { + test("Animation", "Animation"); } /** @@ -93,8 +95,8 @@ */ @Test @Alerts("true") - public void _BeforeUnloadEvent_BeforeUnloadEvent() throws Exception { - test("BeforeUnloadEvent", "BeforeUnloadEvent"); + public void _AnimationEvent_AnimationEvent() throws Exception { + test("AnimationEvent", "AnimationEvent"); } /** @@ -101,9 +103,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CDATASection_CDATASection() throws Exception { - test("CDATASection", "CDATASection"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _AnimationEvent_WebKitAnimationEvent() throws Exception { + test("AnimationEvent", "WebKitAnimationEvent"); } /** @@ -111,9 +114,9 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") - public void _CSS2Properties_CSS2Properties() throws Exception { - test("CSS2Properties", "CSS2Properties"); + CHROME = "true") + public void _AppBannerPromptResult_AppBannerPromptResult() throws Exception { + test("AppBannerPromptResult", "AppBannerPromptResult"); } /** @@ -120,9 +123,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSFontFaceRule_CSSFontFaceRule() throws Exception { - test("CSSFontFaceRule", "CSSFontFaceRule"); + @Alerts(DEFAULT = "true", + FF = "false") + public void _ApplicationCache_ApplicationCache() throws Exception { + test("ApplicationCache", "ApplicationCache"); } /** @@ -129,9 +133,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSImportRule_CSSImportRule() throws Exception { - test("CSSImportRule", "CSSImportRule"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _ApplicationCacheErrorEvent_ApplicationCacheErrorEvent() throws Exception { + test("ApplicationCacheErrorEvent", "ApplicationCacheErrorEvent"); } /** @@ -139,8 +144,8 @@ */ @Test @Alerts("true") - public void _CSSMediaRule_CSSMediaRule() throws Exception { - test("CSSMediaRule", "CSSMediaRule"); + public void _ArrayBuffer_ArrayBuffer() throws Exception { + test("ArrayBuffer", "ArrayBuffer"); } /** @@ -147,10 +152,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSPrimitiveValue_CSSPrimitiveValue() throws Exception { - test("CSSPrimitiveValue", "CSSPrimitiveValue"); + @Alerts("true") + public void _Attr_Attr() throws Exception { + test("Attr", "Attr"); } /** @@ -158,8 +162,8 @@ */ @Test @Alerts("true") - public void _CSSRule_CSSRule() throws Exception { - test("CSSRule", "CSSRule"); + public void _Audio_Audio() throws Exception { + test("Audio", "Audio"); } /** @@ -166,9 +170,11 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSRuleList_CSSRuleList() throws Exception { - test("CSSRuleList", "CSSRuleList"); + @Alerts(DEFAULT = "false", + FF52 = "true") + @NotYetImplemented(FF52) + public void _Audio_HTMLAudioElement() throws Exception { + test("Audio", "HTMLAudioElement"); } /** @@ -175,9 +181,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSStyleDeclaration_CSSStyleDeclaration() throws Exception { - test("CSSStyleDeclaration", "CSSStyleDeclaration"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioBuffer_AudioBuffer() throws Exception { + test("AudioBuffer", "AudioBuffer"); } /** @@ -184,9 +191,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSStyleRule_CSSStyleRule() throws Exception { - test("CSSStyleRule", "CSSStyleRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioBufferSourceNode_AudioBufferSourceNode() throws Exception { + test("AudioBufferSourceNode", "AudioBufferSourceNode"); } /** @@ -193,9 +201,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSStyleSheet_CSSStyleSheet() throws Exception { - test("CSSStyleSheet", "CSSStyleSheet"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioContext_AudioContext() throws Exception { + test("AudioContext", "AudioContext"); } /** @@ -204,8 +213,9 @@ @Test @Alerts(DEFAULT = "false", FF = "true") - public void _CSSValue_CSSValue() throws Exception { - test("CSSValue", "CSSValue"); + @NotYetImplemented(CHROME) + public void _AudioContext_OfflineAudioContext() throws Exception { + test("AudioContext", "OfflineAudioContext"); } /** @@ -212,9 +222,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CanvasRenderingContext2D_CanvasRenderingContext2D() throws Exception { - test("CanvasRenderingContext2D", "CanvasRenderingContext2D"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioDestinationNode_AudioDestinationNode() throws Exception { + test("AudioDestinationNode", "AudioDestinationNode"); } /** @@ -222,9 +233,9 @@ */ @Test @Alerts(DEFAULT = "true", - FF = "false") - public void _ClientRect_ClientRect() throws Exception { - test("ClientRect", "ClientRect"); + IE = "false") + public void _AudioListener_AudioListener() throws Exception { + test("AudioListener", "AudioListener"); } /** @@ -231,9 +242,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _Comment_Comment() throws Exception { - test("Comment", "Comment"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_AnalyserNode() throws Exception { + test("AudioNode", "AnalyserNode"); } /** @@ -240,10 +252,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Console_Console() throws Exception { - test("Console", "Console"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_AudioBufferSourceNode() throws Exception { + test("AudioNode", "AudioBufferSourceNode"); } /** @@ -250,10 +262,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Coordinates_Coordinates() throws Exception { - test("Coordinates", "Coordinates"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_AudioDestinationNode() throws Exception { + test("AudioNode", "AudioDestinationNode"); } /** @@ -260,9 +272,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSRule_CSSFontFaceRule() throws Exception { - test("CSSRule", "CSSFontFaceRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_AudioNode() throws Exception { + test("AudioNode", "AudioNode"); } /** @@ -269,9 +282,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSRule_CSSImportRule() throws Exception { - test("CSSRule", "CSSImportRule"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _AudioNode_AudioScheduledSourceNode() throws Exception { + test("AudioNode", "AudioScheduledSourceNode"); } /** @@ -278,9 +292,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSRule_CSSMediaRule() throws Exception { - test("CSSRule", "CSSMediaRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_BiquadFilterNode() throws Exception { + test("AudioNode", "BiquadFilterNode"); } /** @@ -287,9 +302,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSRule_CSSStyleRule() throws Exception { - test("CSSRule", "CSSStyleRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_ChannelMergerNode() throws Exception { + test("AudioNode", "ChannelMergerNode"); } /** @@ -296,10 +312,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSStyleDeclaration_CSS2Properties() throws Exception { - test("CSSStyleDeclaration", "CSS2Properties"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_ChannelSplitterNode() throws Exception { + test("AudioNode", "ChannelSplitterNode"); } /** @@ -307,9 +323,11 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSValue_CSSPrimitiveValue() throws Exception { - test("CSSValue", "CSSPrimitiveValue"); + FF52 = "true", + CHROME = "true") + @NotYetImplemented(FF52) + public void _AudioNode_ConstantSourceNode() throws Exception { + test("AudioNode", "ConstantSourceNode"); } /** @@ -318,8 +336,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AnalyserNode_AnalyserNode() throws Exception { - test("AnalyserNode", "AnalyserNode"); + public void _AudioNode_ConvolverNode() throws Exception { + test("AudioNode", "ConvolverNode"); } /** @@ -328,8 +346,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioParam_AudioParam() throws Exception { - test("AudioParam", "AudioParam"); + public void _AudioNode_DelayNode() throws Exception { + test("AudioNode", "DelayNode"); } /** @@ -338,8 +356,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _ChannelMergerNode_ChannelMergerNode() throws Exception { - test("ChannelMergerNode", "ChannelMergerNode"); + public void _AudioNode_DynamicsCompressorNode() throws Exception { + test("AudioNode", "DynamicsCompressorNode"); } /** @@ -346,11 +364,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF52 = "true") - @NotYetImplemented(FF52) - public void _Audio_HTMLAudioElement() throws Exception { - test("Audio", "HTMLAudioElement"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_GainNode() throws Exception { + test("AudioNode", "GainNode"); } /** @@ -357,9 +374,11 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _Audio_Audio() throws Exception { - test("Audio", "Audio"); + @Alerts(DEFAULT = "false", + FF52 = "true", + CHROME = "true") + public void _AudioNode_IIRFilterNode() throws Exception { + test("AudioNode", "IIRFilterNode"); } /** @@ -368,8 +387,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioBuffer_AudioBuffer() throws Exception { - test("AudioBuffer", "AudioBuffer"); + public void _AudioNode_MediaElementAudioSourceNode() throws Exception { + test("AudioNode", "MediaElementAudioSourceNode"); } /** @@ -378,8 +397,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioBufferSourceNode_AudioBufferSourceNode() throws Exception { - test("AudioBufferSourceNode", "AudioBufferSourceNode"); + public void _AudioNode_MediaStreamAudioDestinationNode() throws Exception { + test("AudioNode", "MediaStreamAudioDestinationNode"); } /** @@ -388,8 +407,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioContext_AudioContext() throws Exception { - test("AudioContext", "AudioContext"); + public void _AudioNode_MediaStreamAudioSourceNode() throws Exception { + test("AudioNode", "MediaStreamAudioSourceNode"); } /** @@ -396,11 +415,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - @NotYetImplemented(CHROME) - public void _AudioContext_OfflineAudioContext() throws Exception { - test("AudioContext", "OfflineAudioContext"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_OscillatorNode() throws Exception { + test("AudioNode", "OscillatorNode"); } /** @@ -409,8 +427,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioDestinationNode_AudioDestinationNode() throws Exception { - test("AudioDestinationNode", "AudioDestinationNode"); + public void _AudioNode_PannerNode() throws Exception { + test("AudioNode", "PannerNode"); } /** @@ -419,8 +437,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioListener_AudioListener() throws Exception { - test("AudioListener", "AudioListener"); + public void _AudioNode_ScriptProcessorNode() throws Exception { + test("AudioNode", "ScriptProcessorNode"); } /** @@ -429,8 +447,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_AnalyserNode() throws Exception { - test("AudioNode", "AnalyserNode"); + public void _AudioNode_StereoPannerNode() throws Exception { + test("AudioNode", "StereoPannerNode"); } /** @@ -439,8 +457,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_AudioBufferSourceNode() throws Exception { - test("AudioNode", "AudioBufferSourceNode"); + public void _AudioNode_WaveShaperNode() throws Exception { + test("AudioNode", "WaveShaperNode"); } /** @@ -449,8 +467,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_AudioDestinationNode() throws Exception { - test("AudioNode", "AudioDestinationNode"); + public void _AudioParam_AudioParam() throws Exception { + test("AudioParam", "AudioParam"); } /** @@ -459,8 +477,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_AudioNode() throws Exception { - test("AudioNode", "AudioNode"); + public void _AudioProcessingEvent_AudioProcessingEvent() throws Exception { + test("AudioProcessingEvent", "AudioProcessingEvent"); } /** @@ -469,8 +487,9 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") - public void _AudioNode_AudioScheduledSourceNode() throws Exception { - test("AudioNode", "AudioScheduledSourceNode"); + @NotYetImplemented(CHROME) + public void _AudioScheduledSourceNode_AudioBufferSourceNode() throws Exception { + test("AudioScheduledSourceNode", "AudioBufferSourceNode"); } /** @@ -477,10 +496,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_BiquadFilterNode() throws Exception { - test("AudioNode", "BiquadFilterNode"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _AudioScheduledSourceNode_AudioScheduledSourceNode() throws Exception { + test("AudioScheduledSourceNode", "AudioScheduledSourceNode"); } /** @@ -487,10 +506,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_ChannelMergerNode() throws Exception { - test("AudioNode", "ChannelMergerNode"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _AudioScheduledSourceNode_ConstantSourceNode() throws Exception { + test("AudioScheduledSourceNode", "ConstantSourceNode"); } /** @@ -497,10 +516,11 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_ChannelSplitterNode() throws Exception { - test("AudioNode", "ChannelSplitterNode"); + @Alerts(DEFAULT = "false", + CHROME = "true") + @NotYetImplemented(CHROME) + public void _AudioScheduledSourceNode_OscillatorNode() throws Exception { + test("AudioScheduledSourceNode", "OscillatorNode"); } /** @@ -509,8 +529,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_ConvolverNode() throws Exception { - test("AudioNode", "ConvolverNode"); + public void _BarProp_BarProp() throws Exception { + test("BarProp", "BarProp"); } /** @@ -517,10 +537,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_DelayNode() throws Exception { - test("AudioNode", "DelayNode"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _BaseAudioContext_AudioContext() throws Exception { + test("BaseAudioContext", "AudioContext"); } /** @@ -527,10 +547,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioProcessingEvent_AudioProcessingEvent() throws Exception { - test("AudioProcessingEvent", "AudioProcessingEvent"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _BaseAudioContext_BaseAudioContext() throws Exception { + test("BaseAudioContext", "BaseAudioContext"); } /** @@ -539,9 +559,8 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") - @NotYetImplemented(CHROME) - public void _AudioScheduledSourceNode_AudioBufferSourceNode() throws Exception { - test("AudioScheduledSourceNode", "AudioBufferSourceNode"); + public void _BaseAudioContext_OfflineAudioContext() throws Exception { + test("BaseAudioContext", "OfflineAudioContext"); } /** @@ -548,10 +567,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _AudioScheduledSourceNode_AudioScheduledSourceNode() throws Exception { - test("AudioScheduledSourceNode", "AudioScheduledSourceNode"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _BatteryManager_BatteryManager() throws Exception { + test("BatteryManager", "BatteryManager"); } /** @@ -560,8 +579,8 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") - public void _AudioScheduledSourceNode_ConstantSourceNode() throws Exception { - test("AudioScheduledSourceNode", "ConstantSourceNode"); + public void _BeforeInstallPromptEvent_BeforeInstallPromptEvent() throws Exception { + test("BeforeInstallPromptEvent", "BeforeInstallPromptEvent"); } /** @@ -568,11 +587,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - @NotYetImplemented(CHROME) - public void _AudioScheduledSourceNode_OscillatorNode() throws Exception { - test("AudioScheduledSourceNode", "OscillatorNode"); + @Alerts("true") + public void _BeforeUnloadEvent_BeforeUnloadEvent() throws Exception { + test("BeforeUnloadEvent", "BeforeUnloadEvent"); } /** @@ -589,10 +606,28 @@ * @throws Exception if the test fails */ @Test + @Alerts("true") + public void _Blob_Blob() throws Exception { + test("Blob", "Blob"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _Blob_File() throws Exception { + test("Blob", "File"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts(DEFAULT = "true", IE = "false") - public void _ChannelSplitterNode_ChannelSplitterNode() throws Exception { - test("ChannelSplitterNode", "ChannelSplitterNode"); + public void _BlobEvent_BlobEvent() throws Exception { + test("BlobEvent", "BlobEvent"); } /** @@ -601,8 +636,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _ConvolverNode_ConvolverNode() throws Exception { - test("ConvolverNode", "ConvolverNode"); + public void _BroadcastChannel_BroadcastChannel() throws Exception { + test("BroadcastChannel", "BroadcastChannel"); } /** @@ -609,9 +644,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSPageRule_CSSPageRule() throws Exception { - test("CSSPageRule", "CSSPageRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _Cache_Cache() throws Exception { + test("Cache", "Cache"); } /** @@ -618,9 +654,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSRule_CSSPageRule() throws Exception { - test("CSSRule", "CSSPageRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CacheStorage_CacheStorage() throws Exception { + test("CacheStorage", "CacheStorage"); } /** @@ -627,10 +664,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _ClientRectList_ClientRectList() throws Exception { - test("ClientRectList", "ClientRectList"); + @Alerts(DEFAULT = "false", + FF = "true") + public void _CanvasCaptureMediaStream_CanvasCaptureMediaStream() throws Exception { + test("CanvasCaptureMediaStream", "CanvasCaptureMediaStream"); } /** @@ -637,10 +674,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_DynamicsCompressorNode() throws Exception { - test("AudioNode", "DynamicsCompressorNode"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _CanvasCaptureMediaStreamTrack_CanvasCaptureMediaStreamTrack() throws Exception { + test("CanvasCaptureMediaStreamTrack", "CanvasCaptureMediaStreamTrack"); } /** @@ -647,10 +684,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_GainNode() throws Exception { - test("AudioNode", "GainNode"); + @Alerts("true") + public void _CanvasGradient_CanvasGradient() throws Exception { + test("CanvasGradient", "CanvasGradient"); } /** @@ -657,10 +693,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_MediaStreamAudioDestinationNode() throws Exception { - test("AudioNode", "MediaStreamAudioDestinationNode"); + @Alerts("true") + public void _CanvasPattern_CanvasPattern() throws Exception { + test("CanvasPattern", "CanvasPattern"); } /** @@ -667,10 +702,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_MediaStreamAudioSourceNode() throws Exception { - test("AudioNode", "MediaStreamAudioSourceNode"); + @Alerts("true") + public void _CanvasRenderingContext2D_CanvasRenderingContext2D() throws Exception { + test("CanvasRenderingContext2D", "CanvasRenderingContext2D"); } /** @@ -677,10 +711,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_OscillatorNode() throws Exception { - test("AudioNode", "OscillatorNode"); + @Alerts(DEFAULT = "false", + FF = "true") + public void _CaretPosition_CaretPosition() throws Exception { + test("CaretPosition", "CaretPosition"); } /** @@ -687,10 +721,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_PannerNode() throws Exception { - test("AudioNode", "PannerNode"); + @Alerts("true") + public void _CDATASection_CDATASection() throws Exception { + test("CDATASection", "CDATASection"); } /** @@ -699,8 +732,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_ScriptProcessorNode() throws Exception { - test("AudioNode", "ScriptProcessorNode"); + public void _ChannelMergerNode_ChannelMergerNode() throws Exception { + test("ChannelMergerNode", "ChannelMergerNode"); } /** @@ -709,8 +742,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_WaveShaperNode() throws Exception { - test("AudioNode", "WaveShaperNode"); + public void _ChannelSplitterNode_ChannelSplitterNode() throws Exception { + test("ChannelSplitterNode", "ChannelSplitterNode"); } /** @@ -763,9 +796,9 @@ */ @Test @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_MediaElementAudioSourceNode() throws Exception { - test("AudioNode", "MediaElementAudioSourceNode"); + FF = "false") + public void _ClientRect_ClientRect() throws Exception { + test("ClientRect", "ClientRect"); } /** @@ -773,9 +806,9 @@ */ @Test @Alerts(DEFAULT = "true", - FF45 = "false") - public void _CSSKeyframeRule_CSSKeyframeRule() throws Exception { - test("CSSKeyframeRule", "CSSKeyframeRule"); + FF = "false") + public void _ClientRectList_ClientRectList() throws Exception { + test("ClientRectList", "ClientRectList"); } /** @@ -783,9 +816,9 @@ */ @Test @Alerts(DEFAULT = "true", - FF45 = "false") - public void _CSSKeyframesRule_CSSKeyframesRule() throws Exception { - test("CSSKeyframesRule", "CSSKeyframesRule"); + IE = "false") + public void _ClipboardEvent_ClipboardEvent() throws Exception { + test("ClipboardEvent", "ClipboardEvent"); } /** @@ -792,10 +825,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF45 = "false") - public void _CSSRule_CSSKeyframeRule() throws Exception { - test("CSSRule", "CSSKeyframeRule"); + @Alerts("true") + public void _CloseEvent_CloseEvent() throws Exception { + test("CloseEvent", "CloseEvent"); } /** @@ -802,10 +834,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF45 = "false") - public void _CSSRule_CSSKeyframesRule() throws Exception { - test("CSSRule", "CSSKeyframesRule"); + @Alerts("true") + public void _Comment_Comment() throws Exception { + test("Comment", "Comment"); } /** @@ -812,10 +843,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSRule_CSSSupportsRule() throws Exception { - test("CSSRule", "CSSSupportsRule"); + @Alerts("true") + public void _CompositionEvent_CompositionEvent() throws Exception { + test("CompositionEvent", "CompositionEvent"); } /** @@ -822,10 +852,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSSupportsRule_CSSSupportsRule() throws Exception { - test("CSSSupportsRule", "CSSSupportsRule"); + @Alerts(DEFAULT = "false", + IE = "true") + public void _Console_Console() throws Exception { + test("Console", "Console"); } /** @@ -832,9 +862,11 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CanvasGradient_CanvasGradient() throws Exception { - test("CanvasGradient", "CanvasGradient"); + @Alerts(DEFAULT = "false", + FF52 = "true", + CHROME = "true") + public void _ConstantSourceNode_ConstantSourceNode() throws Exception { + test("ConstantSourceNode", "ConstantSourceNode"); } /** @@ -841,9 +873,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CanvasPattern_CanvasPattern() throws Exception { - test("CanvasPattern", "CanvasPattern"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _ConvolverNode_ConvolverNode() throws Exception { + test("ConvolverNode", "ConvolverNode"); } /** @@ -850,10 +883,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _ClipboardEvent_ClipboardEvent() throws Exception { - test("ClipboardEvent", "ClipboardEvent"); + @Alerts(DEFAULT = "false", + IE = "true") + public void _Coordinates_Coordinates() throws Exception { + test("Coordinates", "Coordinates"); } /** @@ -860,9 +893,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CloseEvent_CloseEvent() throws Exception { - test("CloseEvent", "CloseEvent"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _Credential_Credential() throws Exception { + test("Credential", "Credential"); } /** @@ -869,9 +903,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CompositionEvent_CompositionEvent() throws Exception { - test("CompositionEvent", "CompositionEvent"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _Credential_FederatedCredential() throws Exception { + test("Credential", "FederatedCredential"); } /** @@ -878,9 +913,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CustomEvent_CustomEvent() throws Exception { - test("CustomEvent", "CustomEvent"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _Credential_PasswordCredential() throws Exception { + test("Credential", "PasswordCredential"); } /** @@ -887,10 +923,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSConditionRule_CSSConditionRule() throws Exception { - test("CSSConditionRule", "CSSConditionRule"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _Credential_SiteBoundCredential() throws Exception { + test("Credential", "SiteBoundCredential"); } /** @@ -897,10 +933,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSConditionRule_CSSMediaRule() throws Exception { - test("CSSConditionRule", "CSSMediaRule"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _CredentialsContainer_CredentialsContainer() throws Exception { + test("CredentialsContainer", "CredentialsContainer"); } /** @@ -907,10 +943,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSConditionRule_CSSSupportsRule() throws Exception { - test("CSSConditionRule", "CSSSupportsRule"); + @Alerts("true") + public void _Crypto_Crypto() throws Exception { + test("Crypto", "Crypto"); } /** @@ -919,8 +954,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _CSSGroupingRule_CSSConditionRule() throws Exception { - test("CSSGroupingRule", "CSSConditionRule"); + public void _CryptoKey_CryptoKey() throws Exception { + test("CryptoKey", "CryptoKey"); } /** @@ -927,10 +962,11 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSGroupingRule_CSSGroupingRule() throws Exception { - test("CSSGroupingRule", "CSSGroupingRule"); + @Alerts(DEFAULT = "false", + CHROME = "true") + @NotYetImplemented(CHROME) + public void _CSS_CSS() throws Exception { + test("CSS", "CSS"); } /** @@ -937,10 +973,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSGroupingRule_CSSMediaRule() throws Exception { - test("CSSGroupingRule", "CSSMediaRule"); + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSS2Properties_CSS2Properties() throws Exception { + test("CSS2Properties", "CSS2Properties"); } /** @@ -949,8 +985,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _CSSGroupingRule_CSSSupportsRule() throws Exception { - test("CSSGroupingRule", "CSSSupportsRule"); + public void _CSSConditionRule_CSSConditionRule() throws Exception { + test("CSSConditionRule", "CSSConditionRule"); } /** @@ -959,8 +995,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _CSSRule_CSSConditionRule() throws Exception { - test("CSSRule", "CSSConditionRule"); + public void _CSSConditionRule_CSSMediaRule() throws Exception { + test("CSSConditionRule", "CSSMediaRule"); } /** @@ -969,8 +1005,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _CSSRule_CSSGroupingRule() throws Exception { - test("CSSRule", "CSSGroupingRule"); + public void _CSSConditionRule_CSSSupportsRule() throws Exception { + test("CSSConditionRule", "CSSSupportsRule"); } /** @@ -977,10 +1013,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _CSSNamespaceRule_CSSNamespaceRule() throws Exception { - test("CSSNamespaceRule", "CSSNamespaceRule"); + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSSCounterStyleRule_CSSCounterStyleRule() throws Exception { + test("CSSCounterStyleRule", "CSSCounterStyleRule"); } /** @@ -987,10 +1023,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _CSSRule_CSSNamespaceRule() throws Exception { - test("CSSRule", "CSSNamespaceRule"); + @Alerts("true") + public void _CSSFontFaceRule_CSSFontFaceRule() throws Exception { + test("CSSFontFaceRule", "CSSFontFaceRule"); } /** @@ -997,11 +1032,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - @NotYetImplemented(CHROME) - public void _CSS_CSS() throws Exception { - test("CSS", "CSS"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSGroupingRule_CSSConditionRule() throws Exception { + test("CSSGroupingRule", "CSSConditionRule"); } /** @@ -1008,9 +1042,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _Blob_Blob() throws Exception { - test("Blob", "Blob"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSGroupingRule_CSSGroupingRule() throws Exception { + test("CSSGroupingRule", "CSSGroupingRule"); } /** @@ -1017,9 +1052,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _Blob_File() throws Exception { - test("Blob", "File"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSGroupingRule_CSSMediaRule() throws Exception { + test("CSSGroupingRule", "CSSMediaRule"); } /** @@ -1028,8 +1064,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _CryptoKey_CryptoKey() throws Exception { - test("CryptoKey", "CryptoKey"); + public void _CSSGroupingRule_CSSSupportsRule() throws Exception { + test("CSSGroupingRule", "CSSSupportsRule"); } /** @@ -1037,8 +1073,8 @@ */ @Test @Alerts("true") - public void _Crypto_Crypto() throws Exception { - test("Crypto", "Crypto"); + public void _CSSImportRule_CSSImportRule() throws Exception { + test("CSSImportRule", "CSSImportRule"); } /** @@ -1046,9 +1082,9 @@ */ @Test @Alerts(DEFAULT = "true", - IE = "false") - public void _BlobEvent_BlobEvent() throws Exception { - test("BlobEvent", "BlobEvent"); + FF45 = "false") + public void _CSSKeyframeRule_CSSKeyframeRule() throws Exception { + test("CSSKeyframeRule", "CSSKeyframeRule"); } /** @@ -1055,20 +1091,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CaretPosition_CaretPosition() throws Exception { - test("CaretPosition", "CaretPosition"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "true", - IE = "false") - public void _BatteryManager_BatteryManager() throws Exception { - test("BatteryManager", "BatteryManager"); + FF45 = "false") + public void _CSSKeyframesRule_CSSKeyframesRule() throws Exception { + test("CSSKeyframesRule", "CSSKeyframesRule"); } /** @@ -1075,10 +1101,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_StereoPannerNode() throws Exception { - test("AudioNode", "StereoPannerNode"); + @Alerts("true") + public void _CSSMediaRule_CSSMediaRule() throws Exception { + test("CSSMediaRule", "CSSMediaRule"); } /** @@ -1086,9 +1111,9 @@ */ @Test @Alerts(DEFAULT = "true", - IE = "false") - public void _BroadcastChannel_BroadcastChannel() throws Exception { - test("BroadcastChannel", "BroadcastChannel"); + FF = "false") + public void _CSSNamespaceRule_CSSNamespaceRule() throws Exception { + test("CSSNamespaceRule", "CSSNamespaceRule"); } /** @@ -1095,10 +1120,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSCounterStyleRule_CSSCounterStyleRule() throws Exception { - test("CSSCounterStyleRule", "CSSCounterStyleRule"); + @Alerts("true") + public void _CSSPageRule_CSSPageRule() throws Exception { + test("CSSPageRule", "CSSPageRule"); } /** @@ -1107,8 +1131,8 @@ @Test @Alerts(DEFAULT = "false", FF = "true") - public void _CSSRule_CSSCounterStyleRule() throws Exception { - test("CSSRule", "CSSCounterStyleRule"); + public void _CSSPrimitiveValue_CSSPrimitiveValue() throws Exception { + test("CSSPrimitiveValue", "CSSPrimitiveValue"); } /** @@ -1117,8 +1141,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _BarProp_BarProp() throws Exception { - test("BarProp", "BarProp"); + public void _CSSRule_CSSConditionRule() throws Exception { + test("CSSRule", "CSSConditionRule"); } /** @@ -1126,9 +1150,9 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _ApplicationCacheErrorEvent_ApplicationCacheErrorEvent() throws Exception { - test("ApplicationCacheErrorEvent", "ApplicationCacheErrorEvent"); + FF = "true") + public void _CSSRule_CSSCounterStyleRule() throws Exception { + test("CSSRule", "CSSCounterStyleRule"); } /** @@ -1135,10 +1159,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _CSSRule_CSSViewportRule() throws Exception { - test("CSSRule", "CSSViewportRule"); + @Alerts("true") + public void _CSSRule_CSSFontFaceRule() throws Exception { + test("CSSRule", "CSSFontFaceRule"); } /** @@ -1145,10 +1168,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _CSSViewportRule_CSSViewportRule() throws Exception { - test("CSSViewportRule", "CSSViewportRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSRule_CSSGroupingRule() throws Exception { + test("CSSRule", "CSSGroupingRule"); } /** @@ -1155,10 +1178,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CacheStorage_CacheStorage() throws Exception { - test("CacheStorage", "CacheStorage"); + @Alerts("true") + public void _CSSRule_CSSImportRule() throws Exception { + test("CSSRule", "CSSImportRule"); } /** @@ -1166,9 +1188,9 @@ */ @Test @Alerts(DEFAULT = "true", - IE = "false") - public void _Cache_Cache() throws Exception { - test("Cache", "Cache"); + FF45 = "false") + public void _CSSRule_CSSKeyframeRule() throws Exception { + test("CSSRule", "CSSKeyframeRule"); } /** @@ -1175,10 +1197,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _AppBannerPromptResult_AppBannerPromptResult() throws Exception { - test("AppBannerPromptResult", "AppBannerPromptResult"); + @Alerts(DEFAULT = "true", + FF45 = "false") + public void _CSSRule_CSSKeyframesRule() throws Exception { + test("CSSRule", "CSSKeyframesRule"); } /** @@ -1185,10 +1207,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _BeforeInstallPromptEvent_BeforeInstallPromptEvent() throws Exception { - test("BeforeInstallPromptEvent", "BeforeInstallPromptEvent"); + @Alerts("true") + public void _CSSRule_CSSMediaRule() throws Exception { + test("CSSRule", "CSSMediaRule"); } /** @@ -1195,10 +1216,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF52 = "true") - public void _Animation_Animation() throws Exception { - test("Animation", "Animation"); + @Alerts(DEFAULT = "true", + FF = "false") + public void _CSSRule_CSSNamespaceRule() throws Exception { + test("CSSRule", "CSSNamespaceRule"); } /** @@ -1206,8 +1227,8 @@ */ @Test @Alerts("true") - public void _AnimationEvent_AnimationEvent() throws Exception { - test("AnimationEvent", "AnimationEvent"); + public void _CSSRule_CSSPageRule() throws Exception { + test("CSSRule", "CSSPageRule"); } /** @@ -1214,10 +1235,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _AnimationEvent_WebKitAnimationEvent() throws Exception { - test("AnimationEvent", "WebKitAnimationEvent"); + @Alerts("true") + public void _CSSRule_CSSRule() throws Exception { + test("CSSRule", "CSSRule"); } /** @@ -1224,11 +1244,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF52 = "true", - CHROME = "true") - public void _AudioNode_IIRFilterNode() throws Exception { - test("AudioNode", "IIRFilterNode"); + @Alerts("true") + public void _CSSRule_CSSStyleRule() throws Exception { + test("CSSRule", "CSSStyleRule"); } /** @@ -1235,10 +1253,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CanvasCaptureMediaStream_CanvasCaptureMediaStream() throws Exception { - test("CanvasCaptureMediaStream", "CanvasCaptureMediaStream"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSRule_CSSSupportsRule() throws Exception { + test("CSSRule", "CSSSupportsRule"); } /** @@ -1247,8 +1265,8 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") - public void _CanvasCaptureMediaStreamTrack_CanvasCaptureMediaStreamTrack() throws Exception { - test("CanvasCaptureMediaStreamTrack", "CanvasCaptureMediaStreamTrack"); + public void _CSSRule_CSSViewportRule() throws Exception { + test("CSSRule", "CSSViewportRule"); } /** @@ -1256,9 +1274,9 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Credential_Credential() throws Exception { - test("Credential", "Credential"); + FF45 = "true") + public void _CSSRule_MozCSSKeyframesRule() throws Exception { + test("CSSRule", "MozCSSKeyframesRule"); } /** @@ -1265,10 +1283,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Credential_FederatedCredential() throws Exception { - test("Credential", "FederatedCredential"); + @Alerts("true") + public void _CSSRuleList_CSSRuleList() throws Exception { + test("CSSRuleList", "CSSRuleList"); } /** @@ -1276,9 +1293,9 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Credential_PasswordCredential() throws Exception { - test("Credential", "PasswordCredential"); + FF = "true") + public void _CSSStyleDeclaration_CSS2Properties() throws Exception { + test("CSSStyleDeclaration", "CSS2Properties"); } /** @@ -1285,10 +1302,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _CredentialsContainer_CredentialsContainer() throws Exception { - test("CredentialsContainer", "CredentialsContainer"); + @Alerts("true") + public void _CSSStyleDeclaration_CSSStyleDeclaration() throws Exception { + test("CSSStyleDeclaration", "CSSStyleDeclaration"); } /** @@ -1295,10 +1311,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF45 = "true") - public void _CSSRule_MozCSSKeyframesRule() throws Exception { - test("CSSRule", "MozCSSKeyframesRule"); + @Alerts("true") + public void _CSSStyleRule_CSSStyleRule() throws Exception { + test("CSSStyleRule", "CSSStyleRule"); } /** @@ -1305,10 +1320,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _ANGLE_instanced_arrays_ANGLE_instanced_arrays() throws Exception { - test("ANGLE_instanced_arrays", "ANGLE_instanced_arrays"); + @Alerts("true") + public void _CSSStyleSheet_CSSStyleSheet() throws Exception { + test("CSSStyleSheet", "CSSStyleSheet"); } /** @@ -1315,12 +1329,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF52 = "true", - CHROME = "true") - @NotYetImplemented(FF52) - public void _AudioNode_ConstantSourceNode() throws Exception { - test("AudioNode", "ConstantSourceNode"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSSupportsRule_CSSSupportsRule() throws Exception { + test("CSSSupportsRule", "CSSSupportsRule"); } /** @@ -1328,9 +1340,9 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _BaseAudioContext_AudioContext() throws Exception { - test("BaseAudioContext", "AudioContext"); + FF = "true") + public void _CSSValue_CSSPrimitiveValue() throws Exception { + test("CSSValue", "CSSPrimitiveValue"); } /** @@ -1338,9 +1350,9 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _BaseAudioContext_BaseAudioContext() throws Exception { - test("BaseAudioContext", "BaseAudioContext"); + FF = "true") + public void _CSSValue_CSSValue() throws Exception { + test("CSSValue", "CSSValue"); } /** @@ -1348,9 +1360,9 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _BaseAudioContext_OfflineAudioContext() throws Exception { - test("BaseAudioContext", "OfflineAudioContext"); + FF = "true") + public void _CSSValue_CSSValueList() throws Exception { + test("CSSValue", "CSSValueList"); } /** @@ -1358,10 +1370,9 @@ */ @Test @Alerts(DEFAULT = "false", - FF52 = "true", - CHROME = "true") - public void _ConstantSourceNode_ConstantSourceNode() throws Exception { - test("ConstantSourceNode", "ConstantSourceNode"); + FF = "true") + public void _CSSValueList_CSSValueList() throws Exception { + test("CSSValueList", "CSSValueList"); } /** @@ -1370,8 +1381,8 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") - public void _Credential_SiteBoundCredential() throws Exception { - test("Credential", "SiteBoundCredential"); + public void _CSSViewportRule_CSSViewportRule() throws Exception { + test("CSSViewportRule", "CSSViewportRule"); } /** @@ -1388,19 +1399,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSValueList_CSSValueList() throws Exception { - test("CSSValueList", "CSSValueList"); + @Alerts("true") + public void _CustomEvent_CustomEvent() throws Exception { + test("CustomEvent", "CustomEvent"); } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSValue_CSSValueList() throws Exception { - test("CSSValue", "CSSValueList"); - } } 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 2017-05-31 06:53:27 UTC (rev 14501) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-05-31 07:13:15 UTC (rev 14502) @@ -56,6 +56,37 @@ */ @Test @Alerts("true") + public void _DataTransfer_DataTransfer() throws Exception { + test("DataTransfer", "DataTransfer"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true", + FF52 = "true") + public void _DataTransferItem_DataTransferItem() throws Exception { + test("DataTransferItem", "DataTransferItem"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true", + FF52 = "true") + public void _DataTransferItemList_DataTransferItemList() throws Exception { + test("DataTransferItemList", "DataTransferItemList"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") public void _DataView_DataView() throws Exception { test("DataView", "DataView"); } @@ -64,9 +95,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _DOMException_DOMException() throws Exception { - test("DOMException", "DOMException"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _DelayNode_DelayNode() throws Exception { + test("DelayNode", "DelayNode"); } /** @@ -73,9 +105,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _DOMImplementation_DOMImplementation() throws Exception { - test("DOMImplementation", "DOMImplementation"); + @Alerts(DEFAULT = "false", + FF = "true") + public void _DeviceLightEvent_DeviceLightEvent() throws Exception { + test("DeviceLightEvent", "DeviceLightEvent"); } /** @@ -82,9 +115,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _DOMParser_DOMParser() throws Exception { - test("DOMParser", "DOMParser"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _DeviceMotionEvent_DeviceMotionEvent() throws Exception { + test("DeviceMotionEvent", "DeviceMotionEvent"); } /** @@ -91,10 +125,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - @NotYetImplemented - public void _DOMStringMap_DOMStringMap() throws Exception { - test("DOMStringMap", "DOMStringMap"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _DeviceOrientationEvent_DeviceOrientationEvent() throws Exception { + test("DeviceOrientationEvent", "DeviceOrientationEvent"); } /** @@ -101,9 +135,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _DOMTokenList_DOMTokenList() throws Exception { - test("DOMTokenList", "DOMTokenList"); + @Alerts(DEFAULT = "false", + FF = "true") + public void _DeviceProximityEvent_DeviceProximityEvent() throws Exception { + test("DeviceProximityEvent", "DeviceProximityEvent"); } /** @@ -120,6 +155,34 @@ */ @Test @Alerts("true") + public void _Document_HTMLDocument() throws Exception { + test("Document", "HTMLDocument"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF45 = "true") + public void _Document_SVGDocument() throws Exception { + test("Document", "SVGDocument"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _Document_XMLDocument() throws Exception { + test("Document", "XMLDocument"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") public void _DocumentFragment_DocumentFragment() throws Exception { test("DocumentFragment", "DocumentFragment"); } @@ -128,6 +191,16 @@ * @throws Exception if the test fails */ @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _DocumentFragment_ShadowRoot() throws Exception { + test("DocumentFragment", "ShadowRoot"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts("true") public void _DocumentType_DocumentType() throws Exception { test("DocumentType", "DocumentType"); @@ -137,9 +210,19 @@ * @throws Exception if the test fails */ @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _DOMCursor_DOMCursor() throws Exception { + test("DOMCursor", "DOMCursor"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts("true") - public void _Element_Audio() throws Exception { - test("Element", "Audio"); + public void _DOMError_DOMError() throws Exception { + test("DOMError", "DOMError"); } /** @@ -147,8 +230,8 @@ */ @Test @Alerts("true") - public void _Element_Element() throws Exception { - test("Element", "Element"); + public void _DOMException_DOMException() throws Exception { + test("DOMException", ... [truncated message content] |