| OLD | NEW |
| 1 Tests the regionId attribute of a cue. | 1 Tests the regionId attribute of a cue. |
| 2 | 2 |
| 3 | 3 undefined FAIL |
| 4 ** Test the setter and getter through the JS API ** | |
| 5 EXPECTED (cue.regionId == '') OK | |
| 6 EXPECTED (cue.regionId == 'someId') OK | |
| 7 | |
| 8 ** Test parsing a region attribute of a cue ** | |
| 9 EXPECTED (cue.regionId == 'someregionattributeid') OK | |
| 10 | |
| 11 ** Test that region attribute is ignored if either line position or cue size are
specified or writing direction is not horizontal ** | |
| 12 EXPECTED (cue.regionId == '') OK | |
| 13 EXPECTED (cue.regionId == '') OK | |
| 14 EXPECTED (cue.regionId == '') OK | |
| 15 | |
| 16 END OF TEST | 4 END OF TEST |
| 17 | 5 |
| OLD | NEW |