Sign in
webkit
/
WebKit
/
c237475210db4fe10d1014ae2954660ab167db05
/
.
/
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