Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/replaced/object-with-non-empty-classid-triggers-fallback.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, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 <script> 1 <script>
2 if (window.layoutTestController) 2 if (window.layoutTestController)
3 layoutTestController.dumpAsText(); 3 layoutTestController.dumpAsText();
4 </script> 4 </script>
5 <p>This tests that fallback content is rendered for objects with non-empty class id attributes. The test passes if two lines are printed below containing the wor k 'PASS'.</p> 5 <p>This tests that fallback content is rendered for objects with non-empty class id attributes. The test passes if two lines are printed below containing the wor k 'PASS'.</p>
6 <object id="obj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> 6 <object id="obj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
7 object with classid attribute but no type attribute renders fallback: PASS 7 object with classid attribute but no type attribute renders fallback: PASS
8 </object> 8 </object>
9 <br> 9 <br>
10 <object id="obj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" type=appli cation/x-webkit-test-netscape"> 10 <object id="obj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" type=appli cation/x-webkit-test-netscape">
11 object with classid and type attributes renders fallback: PASS 11 object with classid and type attributes renders fallback: PASS
12 </object> 12 </object>
13 13
OLDNEW

Powered by Google App Engine