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>: ' + |