| Index: third_party/polymer/components/paper-dialog-behavior/test/paper-dialog-behavior.html
|
| diff --git a/third_party/polymer/components/paper-dialog-behavior/test/paper-dialog-behavior.html b/third_party/polymer/components/paper-dialog-behavior/test/paper-dialog-behavior.html
|
| index 857a3d346220399b1d7c6d704608f876f9825502..d7c260e77c136c8342abb9b670d3546a5d7d6009 100644
|
| --- a/third_party/polymer/components/paper-dialog-behavior/test/paper-dialog-behavior.html
|
| +++ b/third_party/polymer/components/paper-dialog-behavior/test/paper-dialog-behavior.html
|
| @@ -400,16 +400,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| assert.equal(dialog.getAttribute('role'), 'dialog', 'has role="dialog"');
|
| });
|
|
|
| - test('dialog has aria-modal=false', function() {
|
| - var dialog = fixture('basic');
|
| - assert.equal(dialog.getAttribute('aria-modal'), 'false', 'has aria-modal="false"');
|
| - });
|
| -
|
| - test('modal dialog has aria-modal=true', function() {
|
| - var dialog = fixture('modal');
|
| - assert.equal(dialog.getAttribute('aria-modal'), 'true', 'has aria-modal="true"');
|
| - });
|
| -
|
| });
|
| </script>
|
|
|
|
|