| OLD | NEW |
| 1 <body> | 1 <body> |
| 2 Test that if a form is submitted from a document with a base element that sets a
target,<br> | 2 Test that if a form is submitted from a document with a base element that sets a
target,<br> |
| 3 the form's target attribute takes precedence over the base's target attribute.<b
r> | 3 the form's target attribute takes precedence over the base's target attribute.<b
r> |
| 4 This was regressed in http://src.chromium.org/viewvc/blink/?view=revision&revisi
on=153933<br> | 4 This was regressed in https://chromium.googlesource.com/chromium/src/+/653893343
54b996ae8490706d84d5848f5f023e7<br> |
| 5 This test will timeout if it fails.<br> | 5 This test will timeout if it fails.<br> |
| 6 <script> | 6 <script> |
| 7 if (window.testRunner) | 7 if (window.testRunner) |
| 8 testRunner.notifyDone(); | 8 testRunner.notifyDone(); |
| 9 </script> | 9 </script> |
| 10 </body> | 10 </body> |
| OLD | NEW |