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

Unified Diff: extensions/test/data/web_view/apitest/main.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/renderer/resources/utils.js ('k') | ios/web/web_state/js/resources/common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/web_view/apitest/main.js
diff --git a/extensions/test/data/web_view/apitest/main.js b/extensions/test/data/web_view/apitest/main.js
index 95fee6e4de4fbb14ebbb88a0bcddf0a72a7bedff..d973afe8f26aa4651f752ef53b84671aa9c88693 100644
--- a/extensions/test/data/web_view/apitest/main.js
+++ b/extensions/test/data/web_view/apitest/main.js
@@ -725,16 +725,16 @@ function testExecuteScriptIsAbortedWhenWebViewSourceIsChanged() {
function testFindAPI() {
var webview = new WebView();
- webview.src = 'data:text/html,Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br><br>' +
+ webview.src = 'data:text/html,Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br><br>' +
'<a href="about:blank">Click here!</a>';
var loadstopListener2 = function(e) {
@@ -800,16 +800,16 @@ function testFindAPI() {
function testFindAPI_findupdate() {
var webview = new WebView();
- webview.src = 'data:text/html,Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br>' +
- 'Dog dog dog Dog dog dogcatDog dogDogdog.<br><br>' +
+ webview.src = 'data:text/html,Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br>' +
+ 'Dog dog dog Dog dog dogcatDog dogDogdog<br><br>' +
'<a href="about:blank">Click here!</a>';
var canceledTest = false;
webview.addEventListener('loadstop', function(e) {
« no previous file with comments | « extensions/renderer/resources/utils.js ('k') | ios/web/web_state/js/resources/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698