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

Unified Diff: LayoutTests/media/source-media-deprecated.html

Issue 153613002: Deprecate the HTMLSourceElement.media IDL attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: indent Created 6 years, 10 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/source-media-deprecated.html
diff --git a/LayoutTests/media/source-media-deprecated.html b/LayoutTests/media/source-media-deprecated.html
new file mode 100644
index 0000000000000000000000000000000000000000..473947c9932bbf233e69e5e49e3199548c74e33a
--- /dev/null
+++ b/LayoutTests/media/source-media-deprecated.html
@@ -0,0 +1,6 @@
+<!doctype html>
+<script src="../resources/js-test.js"></script>
+<script>
+ description("Test that HTMLSourceElement.media is deprecated");
+ document.createElement("source").media = "";
+</script>
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null-expected.txt ('k') | LayoutTests/media/source-media-deprecated-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698