| Index: tests/html/node_validator_important_if_you_suppress_make_the_bug_critical_test.dart
|
| diff --git a/tests/html/node_validator_important_if_you_suppress_make_the_bug_critical_test.dart b/tests/html/node_validator_important_if_you_suppress_make_the_bug_critical_test.dart
|
| index e5c5622f79171c1561da1aeedbf5f204104b411d..4d7d338393c0cd11ac0cd3648f5dc545e8f76381 100644
|
| --- a/tests/html/node_validator_important_if_you_suppress_make_the_bug_critical_test.dart
|
| +++ b/tests/html/node_validator_important_if_you_suppress_make_the_bug_critical_test.dart
|
| @@ -298,7 +298,7 @@ main() {
|
| ..allowElement(
|
| 'a',
|
| attributes: ['href']);
|
| -
|
| +
|
| testHtml('reject different-origin link',
|
| validator,
|
| '<a href="http://www.google.com/foo">Google-Foo</a>',
|
| @@ -511,7 +511,7 @@ main() {
|
|
|
| testHtml('DOM clobbering of attributes with single node',
|
| validator,
|
| - "<form onmouseover='alert(1)'><input name='attributes'>",
|
| + "<form id='single_node_clobbering' onmouseover='alert(1)'><input name='attributes'>",
|
| "");
|
|
|
| testHtml('DOM clobbering of attributes with multiple nodes',
|
|
|