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

Side by Side Diff: LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout-expected.txt

Issue 55653003: Rename TextTrackRegion/TextTrackRegionList to VTTRegion/VTTRegionList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test expectations Created 7 years, 1 month 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 unified diff | Download patch
OLDNEW
1 Tests default DOM layout structure for a TextTrackRegion. 1 Tests default DOM layout structure for a VTTRegion.
2 2
3 EVENT(canplaythrough) 3 EVENT(canplaythrough)
4 ** The text track has only one region ** 4 ** The text track has only one region **
5 EXPECTED (testTrack.regions.length == '1') OK 5 EXPECTED (testTrack.regions.length == '1') OK
6 6
7 ** Inspecting the default DOM layout used for regions display ** 7 ** Inspecting the default DOM layout used for regions display **
8 8
9 ** Only one region should be displayed ** 9 ** Only one region should be displayed **
10 EXPECTED (region.children.length == '1') OK 10 EXPECTED (region.children.length == '1') OK
11 11
12 ** The child of the region should be the container ** 12 ** The child of the region should be the container **
13 EXPECTED (region.children[0] == container == 'true') OK 13 EXPECTED (region.children[0] == container == 'true') OK
14 14
15 ** Default pseudo IDs should be set properly 15 ** Default pseudo IDs should be set properly
16 EXPECTED (region.getAttribute('part') == '-webkit-media-text-track-region') OK 16 EXPECTED (region.getAttribute('part') == '-webkit-media-text-track-region') OK
17 EXPECTED (container.getAttribute('part') == '-webkit-media-text-track-region-con tainer') OK 17 EXPECTED (container.getAttribute('part') == '-webkit-media-text-track-region-con tainer') OK
18 END OF TEST 18 END OF TEST
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698