2424import org .htmlunit .junit .BrowserParameterizedRunner ;
2525import org .htmlunit .junit .BrowserParameterizedRunner .Default ;
2626import org .htmlunit .junit .annotation .Alerts ;
27+ import org .htmlunit .junit .annotation .HtmlUnitNYI ;
2728import org .junit .After ;
2829import org .junit .Test ;
2930import org .junit .runner .RunWith ;
@@ -186,6 +187,19 @@ public void _Attr() throws Exception {
186187 test ("Attr" );
187188 }
188189
190+ /**
191+ * @throws Exception if the test fails
192+ */
193+ @ Test
194+ @ Alerts ("true" )
195+ @ HtmlUnitNYI (CHROME = "false" ,
196+ EDGE = "false" ,
197+ FF = "false" ,
198+ FF_ESR = "false" )
199+ public void _Audio () throws Exception {
200+ test ("Audio" );
201+ }
202+
189203 /**
190204 * @throws Exception if the test fails
191205 */
@@ -599,6 +613,10 @@ public void _DOMPoint() throws Exception {
599613 */
600614 @ Test
601615 @ Alerts ("false" )
616+ @ HtmlUnitNYI (CHROME = "true" ,
617+ EDGE = "true" ,
618+ FF = "true" ,
619+ FF_ESR = "true" )
602620 public void _DOMRect () throws Exception {
603621 test ("DOMRect" );
604622 }
@@ -1263,6 +1281,10 @@ public void _HTMLOptionElement() throws Exception {
12631281 */
12641282 @ Test
12651283 @ Alerts ("false" )
1284+ @ HtmlUnitNYI (CHROME = "true" ,
1285+ EDGE = "true" ,
1286+ FF = "true" ,
1287+ FF_ESR = "true" )
12661288 public void _HTMLOptionsCollection () throws Exception {
12671289 test ("HTMLOptionsCollection" );
12681290 }
@@ -1625,6 +1647,10 @@ public void _KeyboardEvent() throws Exception {
16251647 */
16261648 @ Test
16271649 @ Alerts ("false" )
1650+ @ HtmlUnitNYI (CHROME = "true" ,
1651+ EDGE = "true" ,
1652+ FF = "true" ,
1653+ FF_ESR = "true" )
16281654 public void _KeyframeEffect () throws Exception {
16291655 test ("KeyframeEffect" );
16301656 }
@@ -2350,6 +2376,7 @@ public void _SVGDescElement() throws Exception {
23502376 */
23512377 @ Test
23522378 @ Alerts ("exception" )
2379+ @ HtmlUnitNYI (FF = "false" )
23532380 public void _SVGDiscardElement () throws Exception {
23542381 test ("SVGDiscardElement" );
23552382 }
@@ -3272,6 +3299,8 @@ public void _WaveShaperNode() throws Exception {
32723299 @ Alerts (DEFAULT = "false" ,
32733300 FF = "true" ,
32743301 FF_ESR = "true" )
3302+ @ HtmlUnitNYI (CHROME = "true" ,
3303+ EDGE = "true" )
32753304 public void _WebGLBuffer () throws Exception {
32763305 test ("WebGLBuffer" );
32773306 }
@@ -3292,6 +3321,8 @@ public void _WebGLContextEvent() throws Exception {
32923321 @ Alerts (DEFAULT = "false" ,
32933322 FF = "true" ,
32943323 FF_ESR = "true" )
3324+ @ HtmlUnitNYI (CHROME = "true" ,
3325+ EDGE = "true" )
32953326 public void _WebGLFramebuffer () throws Exception {
32963327 test ("WebGLFramebuffer" );
32973328 }
@@ -3303,6 +3334,8 @@ public void _WebGLFramebuffer() throws Exception {
33033334 @ Alerts (DEFAULT = "false" ,
33043335 FF = "true" ,
33053336 FF_ESR = "true" )
3337+ @ HtmlUnitNYI (CHROME = "true" ,
3338+ EDGE = "true" )
33063339 public void _WebGLProgram () throws Exception {
33073340 test ("WebGLProgram" );
33083341 }
@@ -3314,6 +3347,8 @@ public void _WebGLProgram() throws Exception {
33143347 @ Alerts (DEFAULT = "false" ,
33153348 FF = "true" ,
33163349 FF_ESR = "true" )
3350+ @ HtmlUnitNYI (CHROME = "true" ,
3351+ EDGE = "true" )
33173352 public void _WebGLQuery () throws Exception {
33183353 test ("WebGLQuery" );
33193354 }
@@ -3325,6 +3360,8 @@ public void _WebGLQuery() throws Exception {
33253360 @ Alerts (DEFAULT = "false" ,
33263361 FF = "true" ,
33273362 FF_ESR = "true" )
3363+ @ HtmlUnitNYI (CHROME = "true" ,
3364+ EDGE = "true" )
33283365 public void _WebGLRenderbuffer () throws Exception {
33293366 test ("WebGLRenderbuffer" );
33303367 }
@@ -3336,6 +3373,8 @@ public void _WebGLRenderbuffer() throws Exception {
33363373 @ Alerts (DEFAULT = "false" ,
33373374 FF = "true" ,
33383375 FF_ESR = "true" )
3376+ @ HtmlUnitNYI (CHROME = "true" ,
3377+ EDGE = "true" )
33393378 public void _WebGLSampler () throws Exception {
33403379 test ("WebGLSampler" );
33413380 }
@@ -3347,6 +3386,8 @@ public void _WebGLSampler() throws Exception {
33473386 @ Alerts (DEFAULT = "false" ,
33483387 FF = "true" ,
33493388 FF_ESR = "true" )
3389+ @ HtmlUnitNYI (CHROME = "true" ,
3390+ EDGE = "true" )
33503391 public void _WebGLShader () throws Exception {
33513392 test ("WebGLShader" );
33523393 }
@@ -3358,6 +3399,8 @@ public void _WebGLShader() throws Exception {
33583399 @ Alerts (DEFAULT = "false" ,
33593400 FF = "true" ,
33603401 FF_ESR = "true" )
3402+ @ HtmlUnitNYI (CHROME = "true" ,
3403+ EDGE = "true" )
33613404 public void _WebGLSync () throws Exception {
33623405 test ("WebGLSync" );
33633406 }
@@ -3369,6 +3412,8 @@ public void _WebGLSync() throws Exception {
33693412 @ Alerts (DEFAULT = "false" ,
33703413 FF = "true" ,
33713414 FF_ESR = "true" )
3415+ @ HtmlUnitNYI (CHROME = "true" ,
3416+ EDGE = "true" )
33723417 public void _WebGLTexture () throws Exception {
33733418 test ("WebGLTexture" );
33743419 }
@@ -3380,6 +3425,8 @@ public void _WebGLTexture() throws Exception {
33803425 @ Alerts (DEFAULT = "false" ,
33813426 FF = "true" ,
33823427 FF_ESR = "true" )
3428+ @ HtmlUnitNYI (CHROME = "true" ,
3429+ EDGE = "true" )
33833430 public void _WebGLTransformFeedback () throws Exception {
33843431 test ("WebGLTransformFeedback" );
33853432 }
@@ -3391,6 +3438,8 @@ public void _WebGLTransformFeedback() throws Exception {
33913438 @ Alerts (DEFAULT = "false" ,
33923439 FF = "true" ,
33933440 FF_ESR = "true" )
3441+ @ HtmlUnitNYI (CHROME = "true" ,
3442+ EDGE = "true" )
33943443 public void _WebGLVertexArrayObject () throws Exception {
33953444 test ("WebGLVertexArrayObject" );
33963445 }
0 commit comments