Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / dump-as-markup-form-text.html
blobf61e9a0a3de08fb42de967aebdadd50f883dcf4e
1 <!DocType html>
2 <script src="../../resources/dump-as-markup.js"></script>
4 <input value="original" />
5 <textarea>original</textarea>
6 <script>
7 Markup.description("Tests dump-as-markup for input and textarea forms.");
9 document.getElementsByTagName("input")[0].value = "replaced";
10 document.getElementsByTagName("textarea")[0].value = "replaced";
11 </script>