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

Unified Diff: LayoutTests/media/webkit-media-controls-webkit-appearance-expected.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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/webkit-media-controls-webkit-appearance-expected.html
diff --git a/LayoutTests/media/webkit-media-controls-webkit-appearance-expected.html b/LayoutTests/media/webkit-media-controls-webkit-appearance-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..68bd2bf368fec1d4529e160ef71686799ff61c87
--- /dev/null
+++ b/LayoutTests/media/webkit-media-controls-webkit-appearance-expected.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<p>Overloading ::-webkit-media-controls -webkit-appearance. PASS if it doesn't crash.</p>
+<style>
+div {
+ position: absolute;
+ width: 300px;
+ height: 150px;
+ z-index: -1;
+ -webkit-appearance: button;
+}
+</style>
+<div></div>
+<video controls></video>
« 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