 Chromium Code Reviews
 Chromium Code Reviews Issue 226663003:
  Allow content script insertion on about:-URLs.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 226663003:
  Allow content script insertion on about:-URLs.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: chrome/test/data/extensions/test_file_with_about_blank_in_srcdoc.html | 
| diff --git a/chrome/test/data/extensions/test_file_with_about_blank_in_srcdoc.html b/chrome/test/data/extensions/test_file_with_about_blank_in_srcdoc.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..1cf95057cf5fd0192814c63e8773b60d01a7abb3 | 
| --- /dev/null | 
| +++ b/chrome/test/data/extensions/test_file_with_about_blank_in_srcdoc.html | 
| @@ -0,0 +1,3 @@ | 
| +<iframe srcdoc=" | 
| +<iframe></iframe> | 
| +"></iframe> |