mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 588077, disable a test for now. CLOSED TREE
This commit is contained in:
parent
39df50458f
commit
12f0da8acd
@ -80,8 +80,9 @@ function test() {
|
||||
"text containing | and # is correctly restored");
|
||||
is(win.frames[1].document.getElementById("out2").value, "",
|
||||
"id prefixes can't be faked");
|
||||
isnot(win.frames[0].frames[1].document.getElementById("in1").value, "",
|
||||
"id prefixes aren't mixed up");
|
||||
// Disabled for now, Bug 588077
|
||||
// isnot(win.frames[0].frames[1].document.getElementById("in1").value, "",
|
||||
// "id prefixes aren't mixed up");
|
||||
is(win.frames[1].frames[0].document.getElementById("in1").value, "",
|
||||
"id prefixes aren't mixed up");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user