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

Unified Diff: ppapi/tests/test_case.html

Issue 7826017: Add PPB_Fullscreen;0.5. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « ppapi/proxy/ppp_instance_proxy_unittest.cc ('k') | ppapi/tests/test_flash_fullscreen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_case.html
===================================================================
--- ppapi/tests/test_case.html (revision 102885)
+++ ppapi/tests/test_case.html (working copy)
@@ -143,6 +143,10 @@
obj = document.createElement("EMBED");
obj.setAttribute("src", "http://a.b.c/test");
obj.setAttribute("type", mimeType);
+ obj.setAttribute("width", 80);
+ obj.setAttribute("height", 80);
+ obj.setAttribute("style",
+ "background-color:#AAAAAA;border:1px solid black;");
} else {
document.getElementById("console").innerHTML =
'<span class="fail">FAIL</span>: ' +
« no previous file with comments | « ppapi/proxy/ppp_instance_proxy_unittest.cc ('k') | ppapi/tests/test_flash_fullscreen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698