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

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

Issue 58533003: Move fast/js/resources files to resources. (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 <head> 3 <head>
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../../resources/js-test.js"></script>
5 <script> 5 <script>
6 if (!window.internals) 6 if (!window.internals)
7 debug("windows.internals not found!"); 7 debug("windows.internals not found!");
8 else if (!window.internals.hasContentElement) 8 else if (!window.internals.hasContentElement)
9 debug("windows.internals.hasContentElement not found!"); 9 debug("windows.internals.hasContentElement not found!");
10 </script> 10 </script>
11 </head> 11 </head>
12 <body> 12 <body>
13 13
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> 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 shouldBeTrue('internals.hasContentElement(shadowRoot)'); 100 shouldBeTrue('internals.hasContentElement(shadowRoot)');
101 shadowRoot.removeChild(div1); 101 shadowRoot.removeChild(div1);
102 shouldBeFalse('internals.hasContentElement(shadowRoot)'); 102 shouldBeFalse('internals.hasContentElement(shadowRoot)');
103 div1.removeChild(content); 103 div1.removeChild(content);
104 104
105 wrapper.innerHTML = ''; 105 wrapper.innerHTML = '';
106 </script> 106 </script>
107 </body> 107 </body>
108 </html> 108 </html>
109 109
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/getelementbyid-shadow.html ('k') | LayoutTests/fast/dom/shadow/host-pseudo-class.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698