We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e.g. LibTest/html/IFrameElement/IFrameElement.created_A01_t01
The text was updated successfully, but these errors were encountered:
class MyIFrameElement extends IFrameElement { MyIFrameElement.created() : super.created();
void testit() { print("In testit 222"); } }
iframe_test() { var ife; var tag = 'my-iframe'; document.registerElement(tag, MyIFrameElement, extendsTag: 'iframe');
ife = document.createElement('iframe', 'my-iframe'); document.body.append(ife);
ife.testit(); print(ife); }
Sorry, something went wrong.
See co19 issue dart-lang/co19#117 the test needs to change.
jacob314
No branches or pull requests
e.g. LibTest/html/IFrameElement/IFrameElement.created_A01_t01
The text was updated successfully, but these errors were encountered: