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

Unified Diff: LayoutTests/media/track/track-cue-rendering-best-position-expected.html

Issue 880873002: WebVTT: Implement 'best position' from the rendering section (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make computePositionScore impl. more clear. Created 5 years, 11 months 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/media/track/track-cue-rendering-best-position-expected.html
diff --git a/LayoutTests/media/track/track-cue-rendering-position-auto-expected.html b/LayoutTests/media/track/track-cue-rendering-best-position-expected.html
similarity index 59%
copy from LayoutTests/media/track/track-cue-rendering-position-auto-expected.html
copy to LayoutTests/media/track/track-cue-rendering-best-position-expected.html
index 40ba31560545441d951e6dd12e42ccb0eaca6ec8..cca3bea2359cd7fc507c0e6652776af980815a25 100644
--- a/LayoutTests/media/track/track-cue-rendering-position-auto-expected.html
+++ b/LayoutTests/media/track/track-cue-rendering-best-position-expected.html
@@ -20,17 +20,11 @@ var mediaFile = findMediaFile('video', '../content/test');
.cue.start {
text-align: start;
}
-.cue.middle {
- text-align: center;
-}
-.cue.end {
- text-align: end;
-}
.cue > span {
font-family: sans-serif;
background: green;
color: green;
- font-size: 50px;
+ font-size: 120px;
padding: 2px;
}
</style>
@@ -38,11 +32,3 @@ var mediaFile = findMediaFile('video', '../content/test');
<video><script>document.currentScript.parentNode.src = mediaFile;</script></video>
<div class=video><div class="cue start"><span>XXX</span></div></div>
</div>
-<div class="container">
- <video><script>document.currentScript.parentNode.src = mediaFile;</script></video>
- <div class=video><div class="cue middle"><span>XXX</span></div></div>
-</div>
-<div class="container">
- <video><script>document.currentScript.parentNode.src = mediaFile;</script></video>
- <div class=video><div class="cue end"><span>XXX</span></div></div>
-</div>
« no previous file with comments | « LayoutTests/media/track/track-cue-rendering-best-position.html ('k') | Source/core/rendering/RenderVTTCue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698