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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadow-contents-event.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 <head> 3 <head>
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <p id="description"></p> 7 <p id="description"></p>
8 <div id="sandbox"> 8 <div id="sandbox">
9 <details open id="details" style="height: 200px"> 9 <details open id="details" style="height: 200px">
10 <summary id="summary">summary</summary> 10 <summary id="summary">summary</summary>
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 shouldBe('dispatchedEvent("mouseover")', '["details(<-summary)(@details)", " details(<-summary)(@sandbox)"]'); 83 shouldBe('dispatchedEvent("mouseover")', '["details(<-summary)(@details)", " details(<-summary)(@sandbox)"]');
84 shouldBe('dispatchedEvent("mouseout")', '["summary(<-details)(@summary)", "s ummary(<-details)(@details)", "summary(<-details)(@sandbox)"]'); 84 shouldBe('dispatchedEvent("mouseout")', '["summary(<-details)(@summary)", "s ummary(<-details)(@details)", "summary(<-details)(@sandbox)"]');
85 85
86 moveMouse('details', 'summary'); 86 moveMouse('details', 'summary');
87 shouldBe('dispatchedEvent("mouseover")', '["summary(<-details)(@summary)", " summary(<-details)(@details)", "summary(<-details)(@sandbox)"]'); 87 shouldBe('dispatchedEvent("mouseover")', '["summary(<-details)(@summary)", " summary(<-details)(@details)", "summary(<-details)(@sandbox)"]');
88 shouldBe('dispatchedEvent("mouseout")', '["details(<-summary)(@details)", "d etails(<-summary)(@sandbox)"]'); 88 shouldBe('dispatchedEvent("mouseout")', '["details(<-summary)(@details)", "d etails(<-summary)(@sandbox)"]');
89 } 89 }
90 90
91 test(); 91 test();
92 </script> 92 </script>
93 <script src="../../js/resources/js-test-post.js"></script>
94 </body> 93 </body>
95 </html> 94 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadow-boundary-events.html ('k') | LayoutTests/fast/dom/shadow/shadow-disable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698