Skip to content

Commit

Permalink
Update test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Feb 10, 2023
1 parent 86bb2d9 commit 6a20bc9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/text/web_vtt_layout_integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ filterDescribe('WebVTT layout', shaka.test.TextLayoutTests.supported, () => {
await helper.checkScreenshot('line-85-position-50-size-63');
});

// FIXME: UI version is slightly wrong: gaps between lines when bold
it('bold long', async () => {
parseAndDisplay([
'WEBVTT\n',
Expand All @@ -278,7 +277,6 @@ filterDescribe('WebVTT layout', shaka.test.TextLayoutTests.supported, () => {
await helper.checkScreenshot('bold-long');
});

// FIXME: UI version is slightly wrong: gaps between lines when italic
it('italic long', async () => {
parseAndDisplay([
'WEBVTT\n',
Expand All @@ -291,7 +289,6 @@ filterDescribe('WebVTT layout', shaka.test.TextLayoutTests.supported, () => {
await helper.checkScreenshot('italic-long');
});

// FIXME: UI version is slightly wrong: gaps between lines when italic
it('underline long', async () => {
parseAndDisplay([
'WEBVTT\n',
Expand Down

0 comments on commit 6a20bc9

Please sign in to comment.