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