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

Side by Side Diff: LayoutTests/media/webkit-media-controls-webkit-appearance-expected.html

Issue 716733002: Merge 184652 "Disallow non-flexbox child renderers for RenderMedia" (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2171/
Patch Set: Created 6 years, 1 month 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 <p>Overloading ::-webkit-media-controls -webkit-appearance. PASS if it doesn't c rash.</p> 2 <p>Overloading ::-webkit-media-controls -webkit-appearance. PASS if it doesn't c rash.</p>
3 <style> 3 <style>
4 div { 4 div {
5 position: absolute; 5 position: absolute;
6 width: 300px; 6 width: 300px;
7 height: 150px; 7 height: 150px;
8 z-index: -1; 8 z-index: -1;
9 -webkit-appearance: button; 9 -webkit-appearance: button;
10 } 10 }
11 </style> 11 </style>
12 <div></div> 12 <div></div>
13 <video controls></video> 13 <video controls></video>
OLDNEW
« no previous file with comments | « LayoutTests/media/webkit-media-controls-webkit-appearance.html ('k') | Source/core/rendering/RenderMedia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698