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

Side by Side Diff: webkit/data/plugins/hidden_plugin_iframe.html

Issue 106008: Fix Flash window in Analytics being incorrectly visible.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <script>
2 var gotVisible = false;
3 function windowHidden() {
4 if (!gotVisible)
5 parent.document.getElementById('result').innerHTML = 'DONE';
6 }
7
8 function windowVisible() {
9 gotVisible = true;
10 parent.document.getElementById('result').innerHTML = 'FAIL';
11 }
12
13 </script>
14 <embed style="visibility:hidden" id='1' type='application/vnd.npapi-test' src='f oo' name='hidden_plugin'>
OLDNEW
« no previous file with comments | « webkit/data/plugins/hidden_plugin.html ('k') | webkit/glue/plugins/test/npapi_test_plugin.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698