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

tests(dbw): remove createShadowRoot call #5906

Merged
merged 2 commits into from
Aug 24, 2018
Merged

tests(dbw): remove createShadowRoot call #5906

merged 2 commits into from
Aug 24, 2018

Conversation

patrickhulce
Copy link
Collaborator

master is failing again because of another canary change, createShadowRoot is going to be removed in M73, so I just swapped it for one of our other deprecations

@@ -10,17 +10,8 @@

const params = new URLSearchParams(location.search);

if (location.search === '' || params.has('dateNow')) {
// FAIL - Date.now() usage in another file.
const d = Date.now();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed this when we deleted the audit

Copy link
Member

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

// FAIL(errors-in-console) - multiple shadow v0 roots.
// TODO: disabled until m64 is stable (when moved from deprecation warning to error)
// div.createShadowRoot();
window.webkitStorageInfo.PERSISTENT; // FAIL
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe mark it as FAIL(deprecations)? (even though admittedly the params check is right up there :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@patrickhulce patrickhulce merged commit d891fbe into master Aug 24, 2018
@patrickhulce patrickhulce deleted the shadow_root branch August 24, 2018 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants