Chromium Code Reviews

Side by Side 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.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 <!doctype html>
2 <script src="../resources/js-test.js"></script>
3 <script>
4 description("Test that HTMLSourceElement.media is deprecated");
acolwell GONE FROM CHROMIUM 2014/02/04 15:36:13 nit: 4 space indent.
5 document.createElement("source").media = "";
6 </script>
OLDNEW
« 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