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

Unified 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, 2 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/media/webkit-media-controls-webkit-appearance.html
diff --git a/LayoutTests/media/webkit-media-controls-webkit-appearance.html b/LayoutTests/media/webkit-media-controls-webkit-appearance.html
new file mode 100644
index 0000000000000000000000000000000000000000..66b270b3014b036b96c3c346cef19f8c12a43a6b
--- /dev/null
+++ b/LayoutTests/media/webkit-media-controls-webkit-appearance.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<p>Overloading ::-webkit-media-controls -webkit-appearance. PASS if it doesn't crash.</p>
+<style>
+::-webkit-media-controls {
+ -webkit-appearance: button;
+}
+</style>
+<video controls></video>

Powered by Google App Engine
This is Rietveld 408576698