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

Side by Side Diff: LayoutTests/fast/dom/domstring-attribute-reflection.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 <script> 5 <script>
6 var element; 6 var element;
7 7
8 function testDOMStringReflection(elementName, contentAttributeName, idlAttribute Name) { 8 function testDOMStringReflection(elementName, contentAttributeName, idlAttribute Name) {
9 idlAttributeName = idlAttributeName || contentAttributeName; 9 idlAttributeName = idlAttributeName || contentAttributeName;
10 element = document.createElement(elementName); 10 element = document.createElement(elementName);
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 testDOMStringReflection('input', 'step'); 55 testDOMStringReflection('input', 'step');
56 testDOMStringReflection('keygen', 'name'); 56 testDOMStringReflection('keygen', 'name');
57 testDOMStringReflection('object', 'name'); 57 testDOMStringReflection('object', 'name');
58 testDOMStringReflection('output', 'name'); 58 testDOMStringReflection('output', 'name');
59 testDOMStringReflection('select', 'name'); 59 testDOMStringReflection('select', 'name');
60 testDOMStringReflection('textarea', 'name'); 60 testDOMStringReflection('textarea', 'name');
61 61
62 // Add more DOMString attributes! 62 // Add more DOMString attributes!
63 63
64 </script> 64 </script>
65 <script src="../js/resources/js-test-post.js"></script>
66 </body> 65 </body>
67 </html> 66 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/domListEnumeration.html ('k') | LayoutTests/fast/dom/domtimestamp-is-number.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698