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

Unified Diff: LayoutTests/media/video-display-aspect-ratio.html

Issue 1297393003: Update media/video-display-aspect-ratio.html expectation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: comments addressed Created 5 years, 4 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/media/video-display-aspect-ratio-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-display-aspect-ratio.html
diff --git a/LayoutTests/media/video-display-aspect-ratio.html b/LayoutTests/media/video-display-aspect-ratio.html
index b66da18cc5609c2819caf7bc3b78643668262b1c..55790fe3a3ba1b5c73251bbbbe0b348ed8786ab1 100644
--- a/LayoutTests/media/video-display-aspect-ratio.html
+++ b/LayoutTests/media/video-display-aspect-ratio.html
@@ -6,7 +6,7 @@
testExpected("video.videoHeight", 0, "==");
waitForEvent('loadedmetadata', function () {
- testExpected("video.videoWidth", 426, "==");
+ testExpected("video.videoWidth", 427, "==");
testExpected("video.videoHeight", 240, "==");
endTest();
} );
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/media/video-display-aspect-ratio-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698