Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/misc/resources/form-base-target-blank.html

Issue 2471733003: Update or remove any remaining references to viewvc/blink. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698