Skip to content

Commit 262dc5f

Browse files
committed
working on ctor prototype tests
1 parent 096a325 commit 262dc5f

File tree

2 files changed

+117
-94
lines changed

2 files changed

+117
-94
lines changed

src/test/java/org/htmlunit/general/huge/HostParentOfATest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ public void _ArrayBuffer_ArrayBuffer() throws Exception {
160160
*/
161161
@Test
162162
@Alerts("false/false")
163-
@HtmlUnitNYI(CHROME = "true/true",
164-
EDGE = "true/true",
165-
FF = "true/true",
166-
FF_ESR = "true/true")
163+
@HtmlUnitNYI(CHROME = "true/false",
164+
EDGE = "true/false",
165+
FF = "true/false",
166+
FF_ESR = "true/false")
167167
public void _Atomics_Atomics() throws Exception {
168168
test("Atomics", "Atomics");
169169
}

0 commit comments

Comments
 (0)