Skip to content

Commit

Permalink
use quotes that require less quoting
Browse files Browse the repository at this point in the history
Requested by Philip Jägenstedt <philipj@opera.com>.
  • Loading branch information
karlt committed Nov 19, 2014
1 parent 9398253 commit f37fb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-source/SourceBuffer-abort-readyState.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
sourceBuffer = mediaSource.addSourceBuffer(mime);
mediaSource.endOfStream();
assert_equals(mediaSource.readyState, 'ended',
'mediaSource.readyState is \'ended\' after endOfStream()');
'mediaSource.readyState is "ended" after endOfStream()');
});
mediaSource.addEventListener('sourceended', t.step_func_done(function(e) {
assert_throws({name: 'InvalidStateError'}, function() {
Expand Down

0 comments on commit f37fb40

Please sign in to comment.