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

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: test everything 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-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..f58f993a1f32c90060434f035102acbdc22ee208
--- /dev/null
+++ b/LayoutTests/media/webkit-media-controls-webkit-appearance-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<p>Overloading ::-webkit-media-controls -webkit-appearance. PASS if it doesn't crash.</p>
+<style>
+div {
+ position: absolute;
rune 2014/10/30 12:15:19 In this reference, this absolute positioned is pai
philipj_slow 2014/10/30 12:28:58 Oh, my assumption was that the video would be pain
+ width: 300px;
+ height: 150px;
+ -webkit-appearance: button;
+}
+</style>
+<div></div>
+<video controls></video>

Powered by Google App Engine
This is Rietveld 408576698