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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-window.html

Issue 1381023003: permissions: add layout tests for multiple requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix subtle issues Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-window.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-change-event-window.html b/third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-window.html
similarity index 76%
copy from third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-change-event-window.html
copy to third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-window.html
index 3f098cb956cdc7666d880915c3fec58342689f07..80376c668cd402f6cbf5a1b00d2c37a8825549b9 100644
--- a/third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-change-event-window.html
+++ b/third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-window.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>Permissions API: test change event.</title>
+ <title>Permissions API: test .request([]) method (for multiple permissions).</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../../serviceworker/resources/test-helpers.js"></script>
@@ -11,7 +11,7 @@
<body>
<script>
var script_element = document.createElement('script');
- script_element.src = 'resources/test-change-event.js';
+ script_element.src = 'resources/test-request-multiple.js';
document.body.appendChild(script_element);
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698