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

Side by Side Diff: LayoutTests/fast/plugins/plugin-placeholder-explicit-size-expected.html

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Hopefully all the tests Created 5 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <style> 3 <style>
4 div { margin: 10px; width: 300px; height: 150px; background: green; } 4 div { margin: 10px; width: 300px; height: 150px; background: green; }
5 </style> 5 </style>
6 6
7 <div style="width: 200px"></div>
8 <div style="height: 100px"></div> 7 <div style="height: 100px"></div>
9 <div style="width: 200px; height: 100px"></div> 8 <div style="width: 200px; height: 100px"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698