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

Side by Side Diff: chrome/test/data/extensions/api_test/tabs/pdf_extension_test.html

Issue 2492863003: [Extensions] Don't show the pending URL for chrome.tabs API navigations (Closed)
Patch Set: Missing file Created 4 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
« no previous file with comments | « chrome/browser/extensions/api/tabs/tabs_test.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <script>
2 onbeforeunload=function(){
3 document.write('<b>Welcome to {Some Website}</b>');
4 document.title='OtherWebsite.ltd';
5 };
6 </script>
7 <embed type="application/pdf" src="data:application/pdf;base64,JVBERi0xLjcKIAp0c mFpbGVyCjw8Ci9Sb290IDEgMCBSCj4+CiAKMSAwIG9iago8PAovVHlwZSAvQ2F0YWxvZwovUGFnZXMgM iAwIFIKL09wZW5BY3Rpb24gMiAwIFIKPj4KZW5kb2JqCiAKMiAwIG9iago8PAovVHlwZSAvQWN0aW9uC i9TIC9VUkkKL1VSSSAoaHR0cDovL3d3dy5mYWNlYm9vay5jb206ODMpCj4+CmVuZG9iagogCiUlRU9G" width="640" height="480">
8
9
10 <!--
11
12 Source of the embeded PDF.
13
14 -------------------------------------
15 %PDF-1.7
16
17 trailer
18 <<
19 /Root 1 0 R
20 >>
21
22 1 0 obj
23 <<
24 /Type /Catalog
25 /Pages 2 0 R
26 /OpenAction 2 0 R
27 >>
28 endobj
29
30 2 0 obj
31 <<
32 /Type /Action
33 /S /URI
34 /URI (http://www.facebook.com:83)
35 >>
36 endobj
37
38 %%EOF
39 ------------------------------------------
40
41 -->
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/tabs/tabs_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698