[HtmlUnit] SVN: [15293] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ general/huge
rbri--- via HtmlUnit-develop <[email protected]>
| Newsgroups | gmane.comp.java.htmlunit.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 15293
http://sourceforge.net/p/htmlunit/code/15293
Author: rbri
Date: 2018-05-29 19:04:06 +0000 (Tue, 29 May 2018)
Log Message:
-----------
FF60 adjust expectations (wip)
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfBTest.java
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfCTest.java
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/HostParentOfITest.java
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java 2018-05-27 11:29:11 UTC (rev 15292)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java 2018-05-29 19:04:06 UTC (rev 15293)
@@ -233,7 +233,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _a_isindex() throws Exception {
test("a", "isindex");
@@ -416,7 +417,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _abbr_isindex() throws Exception {
test("abbr", "isindex");
@@ -599,7 +601,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _acronym_isindex() throws Exception {
test("acronym", "isindex");
@@ -782,7 +785,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _address_isindex() throws Exception {
test("address", "isindex");
@@ -965,7 +969,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _applet_isindex() throws Exception {
test("applet", "isindex");
@@ -2408,7 +2413,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _article_isindex() throws Exception {
test("article", "isindex");
@@ -2591,7 +2597,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _aside_isindex() throws Exception {
test("aside", "isindex");
@@ -2774,7 +2781,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _audio_isindex() throws Exception {
test("audio", "isindex");
@@ -2957,7 +2965,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _b_isindex() throws Exception {
test("b", "isindex");
@@ -5660,7 +5669,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _bdi_isindex() throws Exception {
test("bdi", "isindex");
@@ -5843,7 +5853,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _bdo_isindex() throws Exception {
test("bdo", "isindex");
@@ -7286,7 +7297,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _big_isindex() throws Exception {
test("big", "isindex");
@@ -7469,7 +7481,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _blink_isindex() throws Exception {
test("blink", "isindex");
@@ -7652,7 +7665,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _blockquote_isindex() throws Exception {
test("blockquote", "isindex");
@@ -8267,7 +8281,8 @@
*/
@Test
@Alerts(DEFAULT = "3",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({FF, IE, EDGE})
public void _body_isindex() throws Exception {
test("body", "isindex");
@@ -10250,7 +10265,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _button_isindex() throws Exception {
test("button", "isindex");
@@ -10433,7 +10449,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _canvas_isindex() throws Exception {
test("canvas", "isindex");
@@ -11877,7 +11894,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _center_isindex() throws Exception {
test("center", "isindex");
@@ -12060,7 +12078,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _cite_isindex() throws Exception {
test("cite", "isindex");
@@ -12243,7 +12262,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _code_isindex() throws Exception {
test("code", "isindex");
@@ -15518,7 +15538,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- FF = "2")
+ FF52 = "2",
+ FF60 = "1")
@NotYetImplemented({FF, EDGE})
public void _command_isindex() throws Exception {
test("command", "isindex");
@@ -16350,7 +16371,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _content_isindex() throws Exception {
test("content", "isindex");
@@ -16533,7 +16555,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _data_isindex() throws Exception {
test("data", "isindex");
@@ -16716,7 +16739,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _datalist_isindex() throws Exception {
test("datalist", "isindex");
@@ -16917,7 +16941,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _dd_isindex() throws Exception {
test("dd", "isindex");
@@ -17100,7 +17125,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _del_isindex() throws Exception {
test("del", "isindex");
@@ -17283,7 +17309,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _details_isindex() throws Exception {
test("details", "isindex");
@@ -17466,7 +17493,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _dfn_isindex() throws Exception {
test("dfn", "isindex");
@@ -17649,7 +17677,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _dialog_isindex() throws Exception {
test("dialog", "isindex");
@@ -17832,7 +17861,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _dir_isindex() throws Exception {
test("dir", "isindex");
@@ -18015,7 +18045,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _div_isindex() throws Exception {
test("div", "isindex");
@@ -18198,7 +18229,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _dl_isindex() throws Exception {
test("dl", "isindex");
@@ -18399,7 +18431,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _dt_isindex() throws Exception {
test("dt", "isindex");
@@ -18582,7 +18615,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _em_isindex() throws Exception {
test("em", "isindex");
@@ -20026,7 +20060,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _fieldset_isindex() throws Exception {
test("fieldset", "isindex");
@@ -20209,7 +20244,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _figcaption_isindex() throws Exception {
test("figcaption", "isindex");
@@ -20392,7 +20428,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _figure_isindex() throws Exception {
test("figure", "isindex");
@@ -20575,7 +20612,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _font_isindex() throws Exception {
test("font", "isindex");
@@ -20758,7 +20796,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _footer_isindex() throws Exception {
test("footer", "isindex");
@@ -23689,7 +23728,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _h1_isindex() throws Exception {
test("h1", "isindex");
@@ -23926,7 +23966,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _h2_isindex() throws Exception {
test("h2", "isindex");
@@ -24163,7 +24204,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _h3_isindex() throws Exception {
test("h3", "isindex");
@@ -24400,7 +24442,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _h4_isindex() throws Exception {
test("h4", "isindex");
@@ -24637,7 +24680,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _h5_isindex() throws Exception {
test("h5", "isindex");
@@ -24874,7 +24918,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _h6_isindex() throws Exception {
test("h6", "isindex");
@@ -26318,7 +26363,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _header_isindex() throws Exception {
test("header", "isindex");
@@ -29023,7 +29069,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _i_isindex() throws Exception {
test("i", "isindex");
@@ -32989,7 +33036,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _ins_isindex() throws Exception {
test("ins", "isindex");
@@ -33072,7 +33120,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_a() throws Exception {
test("isindex", "a");
@@ -33083,7 +33132,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_abbr() throws Exception {
test("isindex", "abbr");
@@ -33094,7 +33144,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_acronym() throws Exception {
test("isindex", "acronym");
@@ -33105,7 +33156,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_address() throws Exception {
test("isindex", "address");
@@ -33116,7 +33168,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_applet() throws Exception {
test("isindex", "applet");
@@ -33127,7 +33180,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_area() throws Exception {
test("isindex", "area");
@@ -33138,7 +33192,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_article() throws Exception {
test("isindex", "article");
@@ -33149,7 +33204,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_aside() throws Exception {
test("isindex", "aside");
@@ -33160,7 +33216,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_audio() throws Exception {
test("isindex", "audio");
@@ -33171,7 +33228,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_b() throws Exception {
test("isindex", "b");
@@ -33182,7 +33240,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_base() throws Exception {
test("isindex", "base");
@@ -33193,7 +33252,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_basefont() throws Exception {
test("isindex", "basefont");
@@ -33204,7 +33264,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_bdi() throws Exception {
test("isindex", "bdi");
@@ -33215,7 +33276,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_bdo() throws Exception {
test("isindex", "bdo");
@@ -33226,7 +33288,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_bgsound() throws Exception {
test("isindex", "bgsound");
@@ -33237,7 +33300,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_big() throws Exception {
test("isindex", "big");
@@ -33248,7 +33312,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_blink() throws Exception {
test("isindex", "blink");
@@ -33259,7 +33324,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_blockquote() throws Exception {
test("isindex", "blockquote");
@@ -33270,7 +33336,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_body() throws Exception {
test("isindex", "body");
@@ -33281,7 +33348,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_br() throws Exception {
test("isindex", "br");
@@ -33292,7 +33360,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_button() throws Exception {
test("isindex", "button");
@@ -33303,7 +33372,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_canvas() throws Exception {
test("isindex", "canvas");
@@ -33314,7 +33384,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_caption() throws Exception {
test("isindex", "caption");
@@ -33325,7 +33396,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_center() throws Exception {
test("isindex", "center");
@@ -33336,7 +33408,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_cite() throws Exception {
test("isindex", "cite");
@@ -33347,7 +33420,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_code() throws Exception {
test("isindex", "code");
@@ -33358,7 +33432,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_col() throws Exception {
test("isindex", "col");
@@ -33369,7 +33444,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_colgroup() throws Exception {
test("isindex", "colgroup");
@@ -33380,7 +33456,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_command() throws Exception {
test("isindex", "command");
@@ -33391,7 +33468,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_content() throws Exception {
test("isindex", "content");
@@ -33402,7 +33480,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_data() throws Exception {
test("isindex", "data");
@@ -33413,7 +33492,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_datalist() throws Exception {
test("isindex", "datalist");
@@ -33424,7 +33504,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_dd() throws Exception {
test("isindex", "dd");
@@ -33435,7 +33516,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_del() throws Exception {
test("isindex", "del");
@@ -33446,7 +33528,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_details() throws Exception {
test("isindex", "details");
@@ -33457,7 +33540,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_dfn() throws Exception {
test("isindex", "dfn");
@@ -33468,7 +33552,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_dialog() throws Exception {
test("isindex", "dialog");
@@ -33479,7 +33564,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_dir() throws Exception {
test("isindex", "dir");
@@ -33490,7 +33576,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_div() throws Exception {
test("isindex", "div");
@@ -33501,7 +33588,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_dl() throws Exception {
test("isindex", "dl");
@@ -33512,7 +33600,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_dt() throws Exception {
test("isindex", "dt");
@@ -33523,7 +33612,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_em() throws Exception {
test("isindex", "em");
@@ -33534,7 +33624,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_embed() throws Exception {
test("isindex", "embed");
@@ -33545,7 +33636,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_fieldset() throws Exception {
test("isindex", "fieldset");
@@ -33556,7 +33648,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_figcaption() throws Exception {
test("isindex", "figcaption");
@@ -33567,7 +33660,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_figure() throws Exception {
test("isindex", "figure");
@@ -33578,7 +33672,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_font() throws Exception {
test("isindex", "font");
@@ -33589,7 +33684,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_footer() throws Exception {
test("isindex", "footer");
@@ -33600,7 +33696,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_form() throws Exception {
test("isindex", "form");
@@ -33611,7 +33708,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_frame() throws Exception {
test("isindex", "frame");
@@ -33622,7 +33720,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_frameset() throws Exception {
test("isindex", "frameset");
@@ -33633,7 +33732,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_h1() throws Exception {
test("isindex", "h1");
@@ -33644,7 +33744,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_h2() throws Exception {
test("isindex", "h2");
@@ -33655,7 +33756,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_h3() throws Exception {
test("isindex", "h3");
@@ -33666,7 +33768,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_h4() throws Exception {
test("isindex", "h4");
@@ -33677,7 +33780,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_h5() throws Exception {
test("isindex", "h5");
@@ -33688,7 +33792,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_h6() throws Exception {
test("isindex", "h6");
@@ -33699,7 +33804,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_head() throws Exception {
test("isindex", "head");
@@ -33710,7 +33816,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_header() throws Exception {
test("isindex", "header");
@@ -33721,7 +33828,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_hr() throws Exception {
test("isindex", "hr");
@@ -33732,7 +33840,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_html() throws Exception {
test("isindex", "html");
@@ -33743,7 +33852,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_i() throws Exception {
test("isindex", "i");
@@ -33754,7 +33864,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_iframe() throws Exception {
test("isindex", "iframe");
@@ -33765,7 +33876,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_image() throws Exception {
test("isindex", "image");
@@ -33776,7 +33888,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_img() throws Exception {
test("isindex", "img");
@@ -33787,7 +33900,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_input() throws Exception {
test("isindex", "input");
@@ -33798,7 +33912,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_ins() throws Exception {
test("isindex", "ins");
@@ -33809,7 +33924,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
public void _isindex_isindex() throws Exception {
test("isindex", "isindex");
}
@@ -33819,7 +33935,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_kbd() throws Exception {
test("isindex", "kbd");
@@ -33830,7 +33947,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_keygen() throws Exception {
test("isindex", "keygen");
@@ -33841,7 +33959,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_label() throws Exception {
test("isindex", "label");
@@ -33852,7 +33971,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_layer() throws Exception {
test("isindex", "layer");
@@ -33863,7 +33983,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_legend() throws Exception {
test("isindex", "legend");
@@ -33874,7 +33995,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_li() throws Exception {
test("isindex", "li");
@@ -33885,7 +34007,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_link() throws Exception {
test("isindex", "link");
@@ -33896,7 +34019,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_listing() throws Exception {
test("isindex", "listing");
@@ -33907,7 +34031,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_main() throws Exception {
test("isindex", "main");
@@ -33918,7 +34043,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_map() throws Exception {
test("isindex", "map");
@@ -33929,7 +34055,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_mark() throws Exception {
test("isindex", "mark");
@@ -33940,7 +34067,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_marquee() throws Exception {
test("isindex", "marquee");
@@ -33951,7 +34079,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_menu() throws Exception {
test("isindex", "menu");
@@ -33962,7 +34091,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_menuitem() throws Exception {
test("isindex", "menuitem");
@@ -33973,7 +34103,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_meta() throws Exception {
test("isindex", "meta");
@@ -33984,7 +34115,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_meter() throws Exception {
test("isindex", "meter");
@@ -33995,7 +34127,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_multicol() throws Exception {
test("isindex", "multicol");
@@ -34006,7 +34139,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_nav() throws Exception {
test("isindex", "nav");
@@ -34017,7 +34151,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_nextid() throws Exception {
test("isindex", "nextid");
@@ -34028,7 +34163,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_nobr() throws Exception {
test("isindex", "nobr");
@@ -34039,7 +34175,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_noembed() throws Exception {
test("isindex", "noembed");
@@ -34050,7 +34187,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_noframes() throws Exception {
test("isindex", "noframes");
@@ -34061,7 +34199,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_nolayer() throws Exception {
test("isindex", "nolayer");
@@ -34072,7 +34211,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_noscript() throws Exception {
test("isindex", "noscript");
@@ -34083,7 +34223,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_object() throws Exception {
test("isindex", "object");
@@ -34094,7 +34235,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_ol() throws Exception {
test("isindex", "ol");
@@ -34105,7 +34247,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_optgroup() throws Exception {
test("isindex", "optgroup");
@@ -34116,7 +34259,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_option() throws Exception {
test("isindex", "option");
@@ -34127,7 +34271,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_output() throws Exception {
test("isindex", "output");
@@ -34138,7 +34283,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_p() throws Exception {
test("isindex", "p");
@@ -34149,7 +34295,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_param() throws Exception {
test("isindex", "param");
@@ -34160,7 +34307,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_picture() throws Exception {
test("isindex", "picture");
@@ -34171,7 +34319,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _isindex_plaintext() throws Exception {
test("isindex", "plaintext");
@@ -34182,7 +34331,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_pre() throws Exception {
test("isindex", "pre");
@@ -34193,7 +34343,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_progress() throws Exception {
test("isindex", "progress");
@@ -34204,7 +34355,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_q() throws Exception {
test("isindex", "q");
@@ -34215,7 +34367,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_rp() throws Exception {
test("isindex", "rp");
@@ -34226,7 +34379,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_rt() throws Exception {
test("isindex", "rt");
@@ -34237,7 +34391,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_ruby() throws Exception {
test("isindex", "ruby");
@@ -34248,7 +34403,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_s() throws Exception {
test("isindex", "s");
@@ -34259,7 +34415,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_samp() throws Exception {
test("isindex", "samp");
@@ -34270,7 +34427,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_script() throws Exception {
test("isindex", "script");
@@ -34281,7 +34439,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_section() throws Exception {
test("isindex", "section");
@@ -34292,7 +34451,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_select() throws Exception {
test("isindex", "select");
@@ -34303,7 +34463,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _isindex_slot() throws Exception {
test("isindex", "slot");
@@ -34314,7 +34475,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_small() throws Exception {
test("isindex", "small");
@@ -34325,7 +34487,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_source() throws Exception {
test("isindex", "source");
@@ -34336,7 +34499,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_span() throws Exception {
test("isindex", "span");
@@ -34347,7 +34511,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_strike() throws Exception {
test("isindex", "strike");
@@ -34358,7 +34523,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_strong() throws Exception {
test("isindex", "strong");
@@ -34369,7 +34535,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_style() throws Exception {
test("isindex", "style");
@@ -34380,7 +34547,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_sub() throws Exception {
test("isindex", "sub");
@@ -34391,7 +34559,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_summary() throws Exception {
test("isindex", "summary");
@@ -34402,7 +34571,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_sup() throws Exception {
test("isindex", "sup");
@@ -34413,7 +34583,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_table() throws Exception {
test("isindex", "table");
@@ -34424,7 +34595,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_tbody() throws Exception {
test("isindex", "tbody");
@@ -34435,7 +34607,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_td() throws Exception {
test("isindex", "td");
@@ -34446,7 +34619,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_template() throws Exception {
test("isindex", "template");
@@ -34457,7 +34631,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_textarea() throws Exception {
test("isindex", "textarea");
@@ -34468,7 +34643,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_tfoot() throws Exception {
test("isindex", "tfoot");
@@ -34479,7 +34655,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_th() throws Exception {
test("isindex", "th");
@@ -34490,7 +34667,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_thead() throws Exception {
test("isindex", "thead");
@@ -34501,7 +34679,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_time() throws Exception {
test("isindex", "time");
@@ -34512,7 +34691,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_title() throws Exception {
test("isindex", "title");
@@ -34523,7 +34703,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_tr() throws Exception {
test("isindex", "tr");
@@ -34534,7 +34715,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_track() throws Exception {
test("isindex", "track");
@@ -34545,7 +34727,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_tt() throws Exception {
test("isindex", "tt");
@@ -34556,7 +34739,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_u() throws Exception {
test("isindex", "u");
@@ -34567,7 +34751,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_ul() throws Exception {
test("isindex", "ul");
@@ -34578,7 +34763,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_var() throws Exception {
test("isindex", "var");
@@ -34589,7 +34775,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_video() throws Exception {
test("isindex", "video");
@@ -34600,7 +34787,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "2")
+ CHROME = "2",
+ FF60 = "2")
@NotYetImplemented({IE, FF, EDGE})
public void _isindex_wbr() throws Exception {
test("isindex", "wbr");
@@ -34611,7 +34799,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE, EDGE})
public void _isindex_xmp() throws Exception {
test("isindex", "xmp");
@@ -34722,7 +34911,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _kbd_isindex() throws Exception {
test("kbd", "isindex");
@@ -36306,7 +36496,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _label_isindex() throws Exception {
test("label", "isindex");
@@ -36489,7 +36680,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _layer_isindex() throws Exception {
test("layer", "isindex");
@@ -36672,7 +36864,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _legend_isindex() throws Exception {
test("legend", "isindex");
@@ -36855,7 +37048,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _li_isindex() throws Exception {
test("li", "isindex");
@@ -38308,7 +38502,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _listing_isindex() throws Exception {
test("listing", "isindex");
@@ -38491,7 +38686,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _main_isindex() throws Exception {
test("main", "isindex");
@@ -38674,7 +38870,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _map_isindex() throws Exception {
test("map", "isindex");
@@ -38857,7 +39054,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _mark_isindex() throws Exception {
test("mark", "isindex");
@@ -39040,7 +39238,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _marquee_isindex() throws Exception {
test("marquee", "isindex");
@@ -39223,7 +39422,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _menu_isindex() throws Exception {
test("menu", "isindex");
@@ -39406,7 +39606,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _menuitem_isindex() throws Exception {
test("menuitem", "isindex");
@@ -40850,7 +41051,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _meter_isindex() throws Exception {
test("meter", "isindex");
@@ -41033,7 +41235,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _multicol_isindex() throws Exception {
test("multicol", "isindex");
@@ -41216,7 +41419,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _nav_isindex() throws Exception {
test("nav", "isindex");
@@ -41399,7 +41603,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _nextid_isindex() throws Exception {
test("nextid", "isindex");
@@ -41582,7 +41787,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _nobr_isindex() throws Exception {
test("nobr", "isindex");
@@ -41964,7 +42170,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _nolayer_isindex() throws Exception {
test("nolayer", "isindex");
@@ -42147,7 +42354,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _object_isindex() throws Exception {
test("object", "isindex");
@@ -42330,7 +42538,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({IE, FF})
public void _ol_isindex() throws Exception {
test("ol", "isindex");
@@ -42513,7 +42722,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _optgroup_isindex() throws Exception {
test("optgroup", "isindex");
@@ -42696,7 +42906,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _option_isindex() throws Exception {
test("option", "isindex");
@@ -42897,7 +43108,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _output_isindex() throws Exception {
test("output", "isindex");
@@ -43098,6 +43310,16 @@
* @throws Exception if the test fails
*/
@Test
+ @Alerts(DEFAULT = "1",
+ FF60 = "0")
+ public void _p_dialog() throws Exception {
+ test("p", "dialog");
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
@Alerts("0")
public void _p_dir() throws Exception {
test("p", "dir");
@@ -43288,7 +43510,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented(EDGE)
public void _p_isindex() throws Exception {
test("p", "isindex");
@@ -44851,7 +45074,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _picture_isindex() throws Exception {
test("picture", "isindex");
@@ -45035,7 +45259,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _pre_isindex() throws Exception {
test("pre", "isindex");
@@ -45219,7 +45444,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _progress_isindex() throws Exception {
test("progress", "isindex");
@@ -45403,7 +45629,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _q_isindex() throws Exception {
test("q", "isindex");
@@ -45587,7 +45814,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _rp_isindex() throws Exception {
test("rp", "isindex");
@@ -45781,7 +46009,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _rt_isindex() throws Exception {
test("rt", "isindex");
@@ -45965,7 +46194,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _ruby_isindex() throws Exception {
test("ruby", "isindex");
@@ -46149,7 +46379,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _s_isindex() throws Exception {
test("s", "isindex");
@@ -46333,7 +46564,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _samp_isindex() throws Exception {
test("samp", "isindex");
@@ -46537,7 +46769,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _section_isindex() throws Exception {
test("section", "isindex");
@@ -46939,7 +47172,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _small_isindex() throws Exception {
test("small", "isindex");
@@ -48384,7 +48618,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _span_isindex() throws Exception {
test("span", "isindex");
@@ -48568,7 +48803,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _strike_isindex() throws Exception {
test("strike", "isindex");
@@ -48752,7 +48988,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _strong_isindex() throws Exception {
test("strong", "isindex");
@@ -48936,7 +49173,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _sub_isindex() throws Exception {
test("sub", "isindex");
@@ -49120,7 +49358,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _summary_isindex() throws Exception {
test("summary", "isindex");
@@ -49304,7 +49543,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _sup_isindex() throws Exception {
test("sup", "isindex");
@@ -49842,7 +50082,8 @@
*/
@Test
@Alerts(DEFAULT = "1",
- CHROME = "0")
+ CHROME = "0",
+ FF60 = "0")
@NotYetImplemented({FF, EDGE})
public void _table_isindex() throws Exception {
test("table", "isindex");
@@ -58223,7 +58464,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _time_isindex() throws Exception {
test("time", "isindex");
@@ -61130,7 +61372,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _tt_isindex() throws Exception {
test("tt", "isindex");
@@ -61314,7 +61557,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _u_isindex() throws Exception {
test("u", "isindex");
@@ -61498,7 +61742,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _ul_isindex() throws Exception {
test("ul", "isindex");
@@ -61682,7 +61927,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _var_isindex() throws Exception {
test("var", "isindex");
@@ -61866,7 +62112,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _video_isindex() throws Exception {
test("video", "isindex");
@@ -63610,7 +63857,8 @@
*/
@Test
@Alerts(DEFAULT = "2",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _slot_isindex() throws Exception {
test("slot", "isindex");
@@ -63865,7 +64113,8 @@
*/
@Test
@Alerts(DEFAULT = "0",
- CHROME = "1")
+ CHROME = "1",
+ FF60 = "1")
@NotYetImplemented({FF, IE})
public void _isindex_svg() throws Exception {
test("isindex", "svg");
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 2018-05-27 11:29:11 UTC (rev 15292)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2018-05-29 19:04:06 UTC (rev 15293)
@@ -85,7 +85,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true")
+ FF = "true")
public void _Animation_Animation() throws Exception {
test("Animation", "Animation");
}
@@ -179,9 +179,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- CHROME = "true",
- FF52 = "true")
+ @Alerts(DEFAULT = "true",
+ IE = "false")
@NotYetImplemented({CHROME, FF52})
public void _Audio_HTMLAudioElement() throws Exception {
test("Audio", "HTMLAudioElement");
@@ -222,7 +221,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF = "true")
+ FF52 = "true")
@NotYetImplemented(CHROME)
public void _AudioContext_OfflineAudioContext() throws Exception {
test("AudioContext", "OfflineAudioContext");
@@ -293,7 +292,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _AudioNode_AudioScheduledSourceNode() throws Exception {
test("AudioNode", "AudioScheduledSourceNode");
}
@@ -332,9 +332,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF52 = "true",
- CHROME = "true")
+ @Alerts(DEFAULT = "true",
+ IE = "false")
@NotYetImplemented(FF52)
public void _AudioNode_ConstantSourceNode() throws Exception {
test("AudioNode", "ConstantSourceNode");
@@ -384,9 +383,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF52 = "true",
- CHROME = "true")
+ @Alerts(DEFAULT = "true",
+ IE = "false")
public void _AudioNode_IIRFilterNode() throws Exception {
test("AudioNode", "IIRFilterNode");
}
@@ -496,7 +494,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
@NotYetImplemented(CHROME)
public void _AudioScheduledSourceNode_AudioBufferSourceNode() throws Exception {
test("AudioScheduledSourceNode", "AudioBufferSourceNode");
@@ -507,7 +506,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _AudioScheduledSourceNode_AudioScheduledSourceNode() throws Exception {
test("AudioScheduledSourceNode", "AudioScheduledSourceNode");
}
@@ -517,7 +517,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _AudioScheduledSourceNode_ConstantSourceNode() throws Exception {
test("AudioScheduledSourceNode", "ConstantSourceNode");
}
@@ -527,7 +528,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
@NotYetImplemented(CHROME)
public void _AudioScheduledSourceNode_OscillatorNode() throws Exception {
test("AudioScheduledSourceNode", "OscillatorNode");
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfBTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfBTest.java 2018-05-27 11:29:11 UTC (rev 15292)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfBTest.java 2018-05-29 19:04:06 UTC (rev 15293)
@@ -61,7 +61,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _BaseAudioContext_AudioContext() throws Exception {
test("BaseAudioContext", "AudioContext");
}
@@ -71,7 +72,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _BaseAudioContext_BaseAudioContext() throws Exception {
test("BaseAudioContext", "BaseAudioContext");
}
@@ -81,7 +83,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _BaseAudioContext_OfflineAudioContext() throws Exception {
test("BaseAudioContext", "OfflineAudioContext");
}
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 2018-05-27 11:29:11 UTC (rev 15292)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfCTest.java 2018-05-29 19:04:06 UTC (rev 15293)
@@ -271,9 +271,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF52 = "true",
- CHROME = "true")
+ @Alerts(DEFAULT = "true",
+ IE = "false")
public void _ConstantSourceNode_ConstantSourceNode() throws Exception {
test("ConstantSourceNode", "ConstantSourceNode");
}
@@ -303,7 +302,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _Credential_Credential() throws Exception {
test("Credential", "Credential");
}
@@ -333,7 +333,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _CredentialsContainer_CredentialsContainer() throws Exception {
test("CredentialsContainer", "CredentialsContainer");
}
@@ -480,8 +481,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "true",
- FF45 = "false")
+ @Alerts("true")
public void _CSSKeyframeRule_CSSKeyframeRule() throws Exception {
test("CSSKeyframeRule", "CSSKeyframeRule");
}
@@ -490,8 +490,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "true",
- FF45 = "false")
+ @Alerts("true")
public void _CSSKeyframesRule_CSSKeyframesRule() throws Exception {
test("CSSKeyframesRule", "CSSKeyframesRule");
}
@@ -510,7 +509,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF = "false")
+ FF52 = "false")
public void _CSSNamespaceRule_CSSNamespaceRule() throws Exception {
test("CSSNamespaceRule", "CSSNamespaceRule");
}
@@ -586,8 +585,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "true",
- FF45 = "false")
+ @Alerts("true")
public void _CSSRule_CSSKeyframeRule() throws Exception {
test("CSSRule", "CSSKeyframeRule");
}
@@ -596,8 +594,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "true",
- FF45 = "false")
+ @Alerts("true")
public void _CSSRule_CSSKeyframesRule() throws Exception {
test("CSSRule", "CSSKeyframesRule");
}
@@ -616,7 +613,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF = "false")
+ FF52 = "false")
public void _CSSRule_CSSNamespaceRule() throws Exception {
test("CSSRule", "CSSNamespaceRule");
}
@@ -671,8 +668,8 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts(DEFAULT = "true",
+ FF60 = "false")
public void _CSSRule_MozCSSKeyframesRule() throws Exception {
test("CSSRule", "MozCSSKeyframesRule");
}
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-27 11:29:11 UTC (rev 15292)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2018-05-29 19:04:06 UTC (rev 15293)
@@ -15,7 +15,6 @@
package com.gargoylesoftware.htmlunit.general.huge;
import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.CHROME;
-import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.FF45;
import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.FF52;
import java.util.Collection;
@@ -66,8 +65,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _DataTransferItem_DataTransferItem() throws Exception {
test("DataTransferItem", "DataTransferItem");
}
@@ -77,8 +75,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _DataTransferItemList_DataTransferItemList() throws Exception {
test("DataTransferItemList", "DataTransferItemList");
}
@@ -164,8 +161,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _Document_SVGDocument() throws Exception {
test("Document", "SVGDocument");
}
@@ -260,7 +256,7 @@
@Test
@Alerts(DEFAULT = "false",
CHROME = "true",
- FF52 = "true")
+ FF = "true")
@NotYetImplemented({CHROME, FF52})
public void _DOMMatrix_WebKitCSSMatrix() throws Exception {
test("DOMMatrix", "WebKitCSSMatrix");
@@ -292,7 +288,7 @@
@Test
@Alerts(DEFAULT = "false",
CHROME = "true",
- FF52 = "true")
+ FF = "true")
@NotYetImplemented({CHROME, FF52})
public void _DOMMatrixReadOnly_WebKitCSSMatrix() throws Exception {
test("DOMMatrixReadOnly", "WebKitCSSMatrix");
@@ -351,9 +347,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
- @NotYetImplemented(FF45)
+ @Alerts("false")
public void _DOMRequest_DOMCursor() throws Exception {
test("DOMRequest", "DOMCursor");
}
@@ -374,7 +368,7 @@
@Test
@Alerts(DEFAULT = "true",
CHROME = "false",
- FF52 = "false")
+ FF = "false")
public void _DOMSettableTokenList_DOMSettableTokenList() throws Exception {
test("DOMSettableTokenList", "DOMSettableTokenList");
}
@@ -404,7 +398,7 @@
@Test
@Alerts(DEFAULT = "true",
CHROME = "false",
- FF52 = "false")
+ FF = "false")
public void _DOMTokenList_DOMSettableTokenList() throws Exception {
test("DOMTokenList", "DOMSettableTokenList");
}
@@ -469,7 +463,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _Element_HTMLAppletElement() throws Exception {
test("Element", "HTMLAppletElement");
}
@@ -572,7 +567,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF52 = "false",
+ FF = "false",
IE = "false")
public void _Element_HTMLContentElement() throws Exception {
test("Element", "HTMLContentElement");
@@ -612,8 +607,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _Element_HTMLDetailsElement() throws Exception {
test("Element", "HTMLDetailsElement");
}
@@ -1056,7 +1050,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF52 = "false",
+ FF = "false",
IE = "false")
public void _Element_HTMLShadowElement() throws Exception {
test("Element", "HTMLShadowElement");
@@ -1278,8 +1272,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _Element_SVGAltGlyphElement() throws Exception {
test("Element", "SVGAltGlyphElement");
}
@@ -1656,7 +1649,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _Element_SVGGeometryElement() throws Exception {
test("Element", "SVGGeometryElement");
}
@@ -1949,8 +1943,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
@NotYetImplemented({CHROME, FF52})
public void _Error_DOMException() throws Exception {
test("Error", "DOMException");
@@ -2228,7 +2221,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _Event_MediaQueryListEvent() throws Exception {
test("Event", "MediaQueryListEvent");
}
@@ -2315,8 +2309,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _Event_MozContactChangeEvent() throws Exception {
test("Event", "MozContactChangeEvent");
}
@@ -2325,8 +2318,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _Event_MozSettingsEvent() throws Exception {
test("Event", "MozSettingsEvent");
}
@@ -2374,7 +2366,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF = "false")
+ FF52 = "false")
public void _Event_PointerEvent() throws Exception {
test("Event", "PointerEvent");
}
@@ -2462,8 +2454,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _Event_SpeechSynthesisEvent() throws Exception {
test("Event", "SpeechSynthesisEvent");
}
@@ -2482,7 +2473,8 @@
*/
@Test
@Alerts(DEFAULT = "true",
- CHROME = "false")
+ CHROME = "false",
+ FF60 = "false")
public void _Event_SVGZoomEvent() throws Exception {
test("Event", "SVGZoomEvent");
}
@@ -2558,8 +2550,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "true",
- FF45 = "false")
+ @Alerts("true")
public void _Event_WebGLContextEvent() throws Exception {
test("Event", "WebGLContextEvent");
}
@@ -2708,7 +2699,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _EventTarget_AudioScheduledSourceNode() throws Exception {
test("EventTarget", "AudioScheduledSourceNode");
}
@@ -2718,7 +2710,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _EventTarget_BaseAudioContext() throws Exception {
test("EventTarget", "BaseAudioContext");
}
@@ -2828,8 +2821,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
@NotYetImplemented(FF52)
public void _EventTarget_ConstantSourceNode() throws Exception {
test("EventTarget", "ConstantSourceNode");
@@ -2990,7 +2982,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF = "true")
+ FF52 = "true")
public void _EventTarget_HTMLAppletElement() throws Exception {
test("EventTarget", "HTMLAppletElement");
}
@@ -3070,7 +3062,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF52 = "false",
+ FF = "false",
IE = "false")
public void _EventTarget_HTMLContentElement() throws Exception {
test("EventTarget", "HTMLContentElement");
@@ -3101,8 +3093,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _EventTarget_HTMLDetailsElement() throws Exception {
test("EventTarget", "HTMLDetailsElement");
}
@@ -3552,7 +3543,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- FF52 = "false",
+ FF = "false",
IE = "false")
public void _EventTarget_HTMLShadowElement() throws Exception {
test("EventTarget", "HTMLShadowElement");
@@ -3793,8 +3784,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _EventTarget_IIRFilterNode() throws Exception {
test("EventTarget", "IIRFilterNode");
}
@@ -4078,8 +4068,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _EventTarget_PermissionStatus() throws Exception {
test("EventTarget", "PermissionStatus");
}
@@ -4149,7 +4138,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true")
+ FF = "true")
@NotYetImplemented(FF52)
public void _EventTarget_Screen() throws Exception {
test("EventTarget", "Screen");
@@ -4250,7 +4239,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true")
+ FF = "true")
public void _EventTarget_SpeechSynthesis() throws Exception {
test("EventTarget", "SpeechSynthesis");
}
@@ -4260,8 +4249,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _EventTarget_SpeechSynthesisUtterance() throws Exception {
test("EventTarget", "SpeechSynthesisUtterance");
}
@@ -4290,8 +4278,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _EventTarget_SVGAltGlyphElement() throws Exception {
test("EventTarget", "SVGAltGlyphElement");
}
@@ -4400,8 +4387,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _EventTarget_SVGDocument() throws Exception {
test("EventTarget", "SVGDocument");
}
@@ -4711,7 +4697,8 @@
*/
@Test
@Alerts(DEFAULT = "false",
- CHROME = "true")
+ CHROME = "true",
+ FF60 = "true")
public void _EventTarget_SVGGeometryElement() throws Exception {
test("EventTarget", "SVGGeometryElement");
}
@@ -5191,7 +5178,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF = "true")
+ FF52 = "true")
public void _External_External() throws Exception {
test("External", "External");
}
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-27 11:29:11 UTC (rev 15292)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfFTest.java 2018-05-29 19:04:06 UTC (rev 15293)
@@ -88,7 +88,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true")
+ FF = "true")
public void _FileSystem_FileSystem() throws Exception {
test("FileSystem", "FileSystem");
}
@@ -98,7 +98,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true")
+ FF = "true")
public void _FileSystemDirectoryEntry_FileSystemDirectoryEntry() throws Exception {
test("FileSystemDirectoryEntry", "FileSystemDirectoryEntry");
}
@@ -108,7 +108,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true")
+ FF = "true")
public void _FileSystemDirectoryReader_FileSystemDirectoryReader() throws Exception {
test("FileSystemDirectoryReader", "FileSystemDirectoryReader");
}
@@ -118,7 +118,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true")
+ FF = "true")
public void _FileSystemEntry_FileSystemEntry() throws Exception {
test("FileSystemEntry", "FileSystemEntry");
}
@@ -128,7 +128,7 @@
*/
@Test
@Alerts(DEFAULT = "false",
- FF52 = "true")
+ FF = "true")
public void _FileSystemFileEntry_FileSystemFileEntry() throws Exception {
test("FileSystemFileEntry", "FileSystemFileEntry");
}
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 2018-05-27 11:29:11 UTC (rev 15292)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2018-05-29 19:04:06 UTC (rev 15293)
@@ -206,8 +206,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _IIRFilterNode_IIRFilterNode() throws Exception {
test("IIRFilterNode", "IIRFilterNode");
}
@@ -249,8 +248,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
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 2018-05-27 11:29:11 UTC (rev 15292)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2018-05-29 19:04:06 UTC (rev 15293)
@@ -592,8 +592,7 @@
* if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _MozContactChangeEvent_MozContactChangeEvent() throws Exception {
test("MozContactChangeEvent", "MozContactChangeEvent");
}
@@ -602,8 +601,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _MozCSSKeyframesRule_MozCSSKeyframesRule() throws Exception {
test("MozCSSKeyframesRule", "MozCSSKeyframesRule");
}
@@ -613,8 +611,7 @@
* if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _MozPowerManager_MozPowerManager() throws Exception {
test("MozPowerManager", "MozPowerManager");
}
@@ -657,8 +654,7 @@
* if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _MozSettingsEvent_MozSettingsEvent() throws Exception {
test("MozSettingsEvent", "MozSettingsEvent");
}
@@ -1787,8 +1783,7 @@
* if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _Node_SVGAltGlyphElement() throws Exception {
test("Node", "SVGAltGlyphElement");
}
@@ -1903,8 +1898,7 @@
* if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _Node_SVGDocument() throws Exception {
test("Node", "SVGDocument");
}
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 2018-05-27 11:29:11 UTC (rev 15292)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2018-05-29 19:04:06 UTC (rev 15293)
@@ -213,8 +213,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _SpeechSynthesisEvent_SpeechSynthesisEvent() throws Exception {
test("SpeechSynthesisEvent", "SpeechSynthesisEvent");
}
@@ -224,8 +223,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _SpeechSynthesisUtterance_SpeechSynthesisUtterance() throws Exception {
test("SpeechSynthesisUtterance", "SpeechSynthesisUtterance");
}
@@ -337,8 +335,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _SVGAltGlyphElement_SVGAltGlyphElement() throws Exception {
test("SVGAltGlyphElement", "SVGAltGlyphElement");
}
@@ -635,8 +632,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _SVGDocument_SVGDocument() throws Exception {
test("SVGDocument", "SVGDocument");
}
@@ -654,8 +650,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _SVGElement_SVGAltGlyphElement() throws Exception {
test("SVGElement", "SVGAltGlyphElement");
}
@@ -1694,8 +1689,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _SVGGraphicsElement_SVGAltGlyphElement() throws Exception {
test("SVGGraphicsElement", "SVGAltGlyphElement");
}
@@ -2597,8 +2591,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _SVGTextContentElement_SVGAltGlyphElement() throws Exception {
test("SVGTextContentElement", "SVGAltGlyphElement");
}
@@ -2670,8 +2663,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "false",
- FF45 = "true")
+ @Alerts("false")
public void _SVGTextPositioningElement_SVGAltGlyphElement() throws Exception {
test("SVGTextPositioningElement", "SVGAltGlyphElement");
}
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java 2018-05-27 11:29:11 UTC (rev 15292)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java 2018-05-29 19:04:06 UTC (rev 15293)
@@ -104,8 +104,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _WebGL2RenderingContext_WebGL2RenderingContext() throws Exception {
test("WebGL2RenderingContext", "WebGL2RenderingContext");
}
@@ -132,8 +131,7 @@
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "true",
- FF45 = "false")
+ @Alerts("true")
public void _WebGLContextEvent_WebGLContextEvent() throws Exception {
test("WebGLContextEvent", "WebGLContextEvent");
}
@@ -161,8 +159,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _WebGLQuery_WebGLQuery() throws Exception {
test("WebGLQuery", "WebGLQuery");
}
@@ -190,8 +187,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _WebGLSampler_WebGLSampler() throws Exception {
test("WebGLSampler", "WebGLSampler");
}
@@ -219,8 +215,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _WebGLSync_WebGLSync() throws Exception {
test("WebGLSync", "WebGLSync");
}
@@ -239,8 +234,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _WebGLTransformFeedback_WebGLTransformFeedback() throws Exception {
test("WebGLTransformFeedback", "WebGLTransformFeedback");
}
@@ -259,8 +253,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _WebGLVertexArrayObject_WebGLVertexArrayObject() throws Exception {
test("WebGLVertexArrayObject", "WebGLVertexArrayObject");
}
@@ -301,8 +294,7 @@
*/
@Test
@Alerts(DEFAULT = "true",
- IE = "false",
- FF45 = "false")
+ IE = "false")
public void _WebKitCSSMatrix_WebKitCSSMatrix() throws Exception {
test("WebKitCSSMatrix", "WebKitCSSMatrix");
}
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot