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

Unified Diff: LayoutTests/fast/dom/object-plugin-hides-properties.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
Index: LayoutTests/fast/dom/object-plugin-hides-properties.html
===================================================================
--- LayoutTests/fast/dom/object-plugin-hides-properties.html (revision 70908)
+++ LayoutTests/fast/dom/object-plugin-hides-properties.html (working copy)
@@ -19,6 +19,6 @@
If the test passes, you will see a "PASSED" message below.
</p>
<p id="result"></p>
-<object id="obj" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"><!-- quicktime -->
+<object id="obj" type="video/quicktime"><!-- quicktime -->
</object>
</body>

Powered by Google App Engine
This is Rietveld 408576698