Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / resources / form-base-target-blank.html
blob5644e173e2b71ff3d887046b11aed767895c8346
1 <body>
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.<br>
4 This was regressed in http://src.chromium.org/viewvc/blink/?view=revision&revision=153933<br>
5 This test will timeout if it fails.<br>
6 <script>
7 if (window.testRunner)
8 testRunner.notifyDone();
9 </script>
10 </body>