mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
xow tests reflect current state
This commit is contained in:
parent
8a682cf1f1
commit
9a7978ef4c
2 changed files with 125 additions and 111 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue