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

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: update test 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..f163c27760aa671df0204cf2f164bd9fd1670f1d
--- /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");
acolwell GONE FROM CHROMIUM 2014/02/04 15:36:13 nit: 4 space indent.
+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