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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html

Issue 2695813009: Import wpt@503f5b5f78ec4e87d144f78609f363f0ed0ea8db (Closed)
Patch Set: Skip some tests Created 3 years, 10 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: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html
index 66140c0154eb9ff1b3c0bc84cab8ed26c7b88f82..fa69db1d9df8072d0edf39bd110c9a83661de90f 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html
@@ -3,18 +3,19 @@
<style>
.video {
display: inline-block;
- width: 720px;
- height: 720px;
+ width: 180px;
+ height: 180px;
outline: solid;
- position: relative
+ position: relative;
+ font-size: 9px;
}
#cue1 {
position: absolute;
top: 50%;
left: 50%;
right: 0;
- margin-top: -18px;
- margin-left: -18px;
+ margin-top: -4.5px;
+ margin-left: -4.5px;
color: #000
}
#cue2 {
@@ -22,8 +23,8 @@
top: 50%;
left: 50%;
right: 0;
- margin-top: -54px;
- margin-left: -18px;
+ margin-top: -13.5px;
+ margin-left: -4.5px;
color: #222
}
#cue3 {
@@ -31,8 +32,8 @@
top: 50%;
left: 50%;
right: 0;
- margin-top: -18px;
- margin-left: -54px;
+ margin-top: -4.5px;
+ margin-left: -13.5px;
color: #444
}
#cue4 {
@@ -40,8 +41,8 @@
top: 50%;
left: 50%;
right: 0;
- margin-top: -18px;
- margin-left: 18px;
+ margin-top: -4.5px;
+ margin-left: 4.5px;
color: #666
}
#cue5 {
@@ -49,8 +50,8 @@
top: 50%;
left: 50%;
right: 0;
- margin-top: 18px;
- margin-left: -18px;
+ margin-top: 4.5px;
+ margin-left: -4.5px;
color: #888
}
#cue6 {
@@ -58,8 +59,8 @@
top: 50%;
left: 50%;
right: 0;
- margin-top: -54px;
- margin-left: -54px;
+ margin-top: -13.5px;
+ margin-left: -13.5px;
color: #aaa
}
#cue7 {
@@ -67,8 +68,8 @@
top: 50%;
left: 50%;
right: 0;
- margin-top: -54px;
- margin-left: 18px;
+ margin-top: -13.5px;
+ margin-left: 4.5px;
color: #ccc
}
#cue8 {
@@ -76,8 +77,8 @@
top: 50%;
left: 50%;
right: 0;
- margin-top: 18px;
- margin-left: -54px;
+ margin-top: 4.5px;
+ margin-left: -13.5px;
color: #eee
}
#cue9 {
@@ -85,18 +86,17 @@
top: 50%;
left: 50%;
right: 0;
- margin-top: 18px;
- margin-left: 18px;
+ margin-top: 4.5px;
+ margin-left: 4.5px;
color: green
}
.cue {
- width: 36px;
+ width: 9px;
text-align: center
}
.cue > span {
font-family: Ahem, sans-serif;
background: rgba(0,0,0,0.8);
- font-size: 36px;
}
</style>
<div class="video">

Powered by Google App Engine
This is Rietveld 408576698