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(); |
} ); |