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

Side by Side Diff: LayoutTests/fast/html/clone-keygen.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
« no previous file with comments | « LayoutTests/fast/html/aside-element.html ('k') | LayoutTests/fast/html/clone-range.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <style type="text/css"> 5 <style type="text/css">
6 *::-webkit-keygen-select { 6 *::-webkit-keygen-select {
7 color: purple; 7 color: purple;
8 zoom: 1.5; /* to work around bug 57966 */ 8 zoom: 1.5; /* to work around bug 57966 */
9 } 9 }
10 </style> 10 </style>
11 </head> 11 </head>
12 <body> 12 <body>
13 <p> 13 <p>
14 Tests that a cloned keygen has the right shadow pseudo ID. You should 14 Tests that a cloned keygen has the right shadow pseudo ID. You should
(...skipping 11 matching lines...) Expand all
26 26
27 if (window.internals) { 27 if (window.internals) {
28 var kShadow = internals.shadowRoot(k); 28 var kShadow = internals.shadowRoot(k);
29 var cloneShadow = internals.shadowRoot(specialK); 29 var cloneShadow = internals.shadowRoot(specialK);
30 shouldBe('internals.shadowPseudoId(cloneShadow.firstChild)', 30 shouldBe('internals.shadowPseudoId(cloneShadow.firstChild)',
31 'internals.shadowPseudoId(kShadow.firstChild)'); 31 'internals.shadowPseudoId(kShadow.firstChild)');
32 } 32 }
33 </script> 33 </script>
34 </body> 34 </body>
35 </html> 35 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/aside-element.html ('k') | LayoutTests/fast/html/clone-range.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698