Sign in
chromium
/
chromium
/
src.git
/
72.0.3586.0
/
.
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
regex
/
cross-frame-callable-expected.txt
blob: c40a1bf8c64dc42ad4bd7cddcb7d4ac01dd429bf [
file
] [
log
] [
blame
]
PASS re('a') threw exception TypeError: re is not a function.
PASS re.exec('a') is ['a']
PASS successfullyParsed is true
TEST COMPLETE
DONE