xow tests reflect current state

This commit is contained in:
ddh 2017-06-12 14:35:00 +01:00
parent 8a682cf1f1
commit 9a7978ef4c
2 changed files with 125 additions and 111 deletions

View file

@ -499,7 +499,7 @@ unsafe extern "C" fn throw_dom_exception_callback(cx: *mut JSContext) {
}
unsafe extern "C" fn is_frame_id(cx: *mut JSContext, obj: *mut JSObject, id_arg: jsid) -> bool {
println!("is frame id");
// println!("is frame id");
/*if IsWrapper(obj) {
return false;
}