Sign in
webkit
/
WebKit
/
4759fc9728b74fdcb18c723e5add5b9c9f5e6e13
/
.
/
LayoutTests
/
fast
/
regex
/
dom
/
cross-frame-callable-expected.txt
blob: 738fee1c9f608b252e18b1919f473244c8b9c689 [
file
] [
log
] [
blame
]
PASS re('a') threw exception TypeError: re is not a function. (In 're('a')', 're' is an instance of RegExp).
PASS re.exec('a') is ['a']
PASS successfullyParsed is true
TEST COMPLETE
DONE