Skip to content

Commit

Permalink
Update idlharness tests to reflect web-platform-tests#388 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiqiang Zhang committed Dec 5, 2013
1 parent 5681ce4 commit ba9b637
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions html-media-capture/idlharness.html
Expand Up @@ -2,17 +2,18 @@
<html>
<head>
<meta charset='utf-8'>
<title>HTML Media Capture Test: idlharness</title>
<title>HTML Media Capture IDL tests</title>
<link rel='author' title='Intel' href='http://www.intel.com/'>
<link rel='help' href='http://www.w3.org/TR/html-media-capture/#conformance'>
<link rel='help' href='http://www.w3.org/TR/html-media-capture/#the-capture-attribute'>
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<script src='/resources/webidl2/lib/webidl2.js'></script>
<script src='/resources/WebIDLParser.js'></script>
<script src='/resources/idlharness.js'></script>
</head>
<body>
<p>This test validates the WebIDL included in the HTML Media Capture specification.</p>
<h1>HTML Media Capture IDL tests</h1>
<div id='log'></div>

<pre id='untested_idl' style='display:none'>
interface HTMLInputElement {
Expand All @@ -33,8 +34,6 @@
<input id='testElement' type='file' accept='image/*' capture>
</form>

<div id='log'></div>

<script>
(function() {
var idl_array = new IdlArray();
Expand Down

0 comments on commit ba9b637

Please sign in to comment.