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

Unified Diff: LayoutTests/fast/mediastream/MediaDevices-enumerateDevices.html

Issue 1200783002: Address Peter's comments from past review (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/modules/mediastream/MediaDevicesRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/mediastream/MediaDevices-enumerateDevices.html
diff --git a/LayoutTests/fast/mediastream/MediaDevices-enumerateDevices.html b/LayoutTests/fast/mediastream/MediaDevices-enumerateDevices.html
index 8549b6a8a4c03c0f14265849e93f73ebfa32f379..ab33becdfcd3338cc36381cb02c920b6a62245fd 100644
--- a/LayoutTests/fast/mediastream/MediaDevices-enumerateDevices.html
+++ b/LayoutTests/fast/mediastream/MediaDevices-enumerateDevices.html
@@ -1,10 +1,10 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<!DOCTYPE HTML>
<title>mytest</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
-// Tests that the enumerateDevices() returns an array of at least
+// Tests that the enumerateDevices() returns an array of at least
// one object with the correct fields
promise_test(function() {
assert_idl_attribute(navigator, 'mediaDevices');
« no previous file with comments | « no previous file | Source/modules/mediastream/MediaDevicesRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698