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

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

Issue 689613002: Disallow non-flexbox child renderers for RenderMedia (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: z-index 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
(Empty)
1 <!DOCTYPE html>
2 <p>Overloading ::-webkit-media-controls -webkit-appearance. PASS if it doesn't c rash.</p>
3 <style>
4 ::-webkit-media-controls {
5 -webkit-appearance: button;
6 }
7 </style>
8 <video controls></video>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698