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

Side by Side Diff: LayoutTests/fast/dom/custom/html-element-type-extension-assert.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 <script src="../../js/resources/js-test-pre.js"></script> 2 <script src="../../js/resources/js-test-pre.js"></script>
3 <section id="a" is="x-a"></section> 3 <section id="a" is="x-a"></section>
4 <script> 4 <script>
5 description('Tests that type extension of a element whose DOM interface is ' + 5 description('Tests that type extension of a element whose DOM interface is ' +
6 'HTMLElement does not assert'); 6 'HTMLElement does not assert');
7 7
8 var u = document.querySelector('#a'); 8 var u = document.querySelector('#a');
9 var v = document.createElement('section', 'x-a'); 9 var v = document.createElement('section', 'x-a');
10 10
11 // FIXME: When the 'extends' option is implemented, test registering the 11 // FIXME: When the 'extends' option is implemented, test registering the
12 // the Custom Element. 12 // the Custom Element.
13 13
14 testPassed('did not crash'); 14 testPassed('did not crash');
15 15
16 var successfullyParsed = true; 16 var successfullyParsed = true;
17 </script> 17 </script>
18 <script src="../../js/resources/js-test-post.js"></script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/custom/element-upgrade.html ('k') | LayoutTests/fast/dom/custom/leaks.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698