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

Unified Diff: LayoutTests/fast/dom/object-embed-plugin-scripting.html

Issue 4214004: Merge 70748 - 2010-10-27 Andy Estes <aestes@apple.com>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 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 | « no previous file | LayoutTests/fast/dom/object-plugin-hides-properties.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/object-embed-plugin-scripting.html
===================================================================
--- LayoutTests/fast/dom/object-embed-plugin-scripting.html (revision 70908)
+++ LayoutTests/fast/dom/object-embed-plugin-scripting.html (working copy)
@@ -34,7 +34,7 @@
<OBJECT
id="myO"
- classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
+ type="audio/mp4"
width = 0 height = 0
>
<PARAM name="src" value="resources/articles.m4a">
@@ -100,7 +100,7 @@
<object
name="Plugin"
- classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
+ type="audio/mp4"
width = 0 height = 0
>
<param name="src" value="resources/articles.m4a">
« no previous file with comments | « no previous file | LayoutTests/fast/dom/object-plugin-hides-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698