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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/replaced/replaced-breaking.html

Issue 1829293002: Make the test NPAPI plugin not handle png (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase; request rebaseline on linux Created 4 years, 9 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/block/float/4145535Crash.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 embed, iframe, img { border: 1px solid black; width: 25px; height: 25px; } 4 embed, iframe, img { border: 1px solid black; width: 25px; height: 25px; }
5 </style> 5 </style>
6 </head> 6 </head>
7 <body> 7 <body>
8 <div style="width: 30px; border: 1px solid red;"> 8 <div style="width: 30px; border: 1px solid red;">
9 <input type="text"><input type="text"> 9 <input type="text"><input type="text">
10 <img><img> 10 <img><img>
11 <input type="button" value="input"><input type="button" value="input"> 11 <input type="button" value="input"><input type="button" value="input">
12 <button>button</button><button>button</button> 12 <button>button</button><button>button</button>
13 <select><option>select</option></select><select><option>select</option>< /select> 13 <select><option>select</option></select><select><option>select</option>< /select>
14 <select size="3"><option>select</option></select><select size="3"><optio n>select</option></select> 14 <select size="3"><option>select</option></select><select size="3"><optio n>select</option></select>
15 <input type="checkbox"><input type="checkbox"> 15 <input type="checkbox"><input type="checkbox">
16 <input type="radio"><input type="radio"> 16 <input type="radio"><input type="radio">
17 <iframe></iframe><iframe></iframe> 17 <iframe></iframe><iframe></iframe>
18 <embed type="image/png"></embed><embed type="image/png"></embed> 18 <embed type="application/x-blink-test-plugin"></embed><embed type="appli cation/x-blink-test-plugin"></embed>
19 </div> 19 </div>
20 </body> 20 </body>
21 </html> 21 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/block/float/4145535Crash.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698