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

Side by Side Diff: LayoutTests/fast/dom/shadow/has-content-elements.html

Issue 14594006: Remove Internals::createShadowRoot(element) and polyfill.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months 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 <head> 3 <head>
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
5 <script src="resources/polyfill.js"></script>
6 <script> 5 <script>
7 if (!window.internals) 6 if (!window.internals)
8 debug("windows.internals not found!"); 7 debug("windows.internals not found!");
9 else if (!window.internals.hasContentElement) 8 else if (!window.internals.hasContentElement)
10 debug("windows.internals.hasContentElement not found!"); 9 debug("windows.internals.hasContentElement not found!");
11 </script> 10 </script>
12 </head> 11 </head>
13 <body> 12 <body>
14 13
15 <p>Test for Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=100921">100921< /a> and <a href="https://bugs.webkit.org/show_bug.cgi?id=104346">104346</a>: HTM LContentElement should be registered correctly.</p> 14 <p>Test for Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=100921">100921< /a> and <a href="https://bugs.webkit.org/show_bug.cgi?id=104346">104346</a>: HTM LContentElement should be registered correctly.</p>
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 shadowRoot.removeChild(div1); 101 shadowRoot.removeChild(div1);
103 shouldBeFalse('internals.hasContentElement(shadowRoot)'); 102 shouldBeFalse('internals.hasContentElement(shadowRoot)');
104 div1.removeChild(content); 103 div1.removeChild(content);
105 104
106 wrapper.innerHTML = ''; 105 wrapper.innerHTML = '';
107 </script> 106 </script>
108 <script src="../../js/resources/js-test-post.js"></script> 107 <script src="../../js/resources/js-test-post.js"></script>
109 </body> 108 </body>
110 </html> 109 </html>
111 110
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/getelementbyid-shadow.html ('k') | LayoutTests/fast/dom/shadow/has-elementshadow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698