Skip to content
New issue

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

Investigate why css-style-declaration-modifications.html and inline-style-001.html times out #21579

Open
nox opened this issue Sep 2, 2018 · 1 comment
Labels

Comments

@nox
Copy link
Member

@nox nox commented Sep 2, 2018

Seems like there is something wrong going on with the loop of the third test.

while (declaration.length > 0) {
declaration.removeProperty(declaration.item(0));
}

@nox nox added the A-content/css label Sep 2, 2018
@nox nox changed the title Investigate why css-style-declaration-modifications.html times out Investigate why css-style-declaration-modifications.html and inline-style-001.html times out Sep 2, 2018
@nox
Copy link
Member Author

@nox nox commented Sep 2, 2018

Test inline-style-001.html times out for the same reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.