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

Side by Side Diff: LayoutTests/fast/notifications/notifications-constructor-request-permission.html

Issue 12086041: Merge 140928 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/fast/notifications/notifications-constructor-request-permission-expected.txt » ('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 type="text/javascript"> 4 <script type="text/javascript">
5 function log(message) 5 function log(message)
6 { 6 {
7 document.getElementById("result").innerHTML += message + "<br>"; 7 document.getElementById("result").innerHTML += message + "<br>";
8 } 8 }
9 9
10 function runTests() 10 function runTests()
(...skipping 16 matching lines...) Expand all
27 <p>Requesting notification permission...</p> 27 <p>Requesting notification permission...</p>
28 28
29 <div id="result"></div> 29 <div id="result"></div>
30 <script type="text/javascript"> 30 <script type="text/javascript">
31 runTests(); 31 runTests();
32 </script> 32 </script>
33 33
34 34
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/notifications/notifications-constructor-request-permission-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698