diff --git a/test/test/assets/screenshots/review.html b/test/test/assets/screenshots/review.html index f64cc5b861..60c282be71 100644 --- a/test/test/assets/screenshots/review.html +++ b/test/test/assets/screenshots/review.html @@ -39,24 +39,26 @@ 'xboxone', ]; -const screenshots = [ - 'basic-cue', - 'cue-position', - 'cue-with-newline', - 'two-basic-cues', - 'duplicate-cues', - 'two-nested-cues', - 'nested-cues-with-linebreak', - 'region-position', - 'cue-with-controls', - 'bitmap-cue', - 'nested-cue-bg', - 'flat-cue-bg', - 'deeply-nested-cues', - 'end-time-edge-case', - 'region-with-display-alignment', - 'line-alignment', -]; +const suites = { + 'text-displayer': [ + 'basic-cue', + 'cue-position', + 'cue-with-newline', + 'two-basic-cues', + 'duplicate-cues', + 'two-nested-cues', + 'nested-cues-with-linebreak', + 'region-position', + 'cue-with-controls', + 'bitmap-cue', + 'nested-cue-bg', + 'flat-cue-bg', + 'deeply-nested-cues', + 'end-time-edge-case', + 'region-with-display-alignment', + 'line-alignment', + ], +}; const prefixes = [ 'native', @@ -85,10 +87,11 @@ line-height: 0; } -label { +#reviewElement label { display: block; padding-left: 1em; line-height: 1em; + white-space: pre; } .images { @@ -128,127 +131,265 @@ opacity: 0.8; } +#indexElement .optionList { + display: flex; + flex-wrap: wrap; +} + +#indexElement .optionContainer { + display: inline-block; + margin-right: 20px; + flex-basis: 20%; +} + +#indexElement label { + display: inline-block; +} + +
+

Filters

+ +

Platforms

+
+ +

Suites

+
+ +

Prefixes

+
+ +

Tests

+
+
+ +
+

+ Mouse over a screenshot and use "shift" to see the new version or "ctrl" + to see changed areas in red. +

+
+