Commit 58ba7cd0 authored by xhwang@chromium.org's avatar xhwang@chromium.org

Update media/video-display-aspect-ratio.html expectation.

BUG=523073
TEST=Fix test.

Review URL: https://codereview.chromium.org/1297393003

git-svn-id: svn://svn.chromium.org/blink/trunk@201069 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 33aba97f
......@@ -1866,10 +1866,6 @@ crbug.com/521124 [ XP Win7 ] fast/css/font-weight-1.html [ ImageOnlyFailure ]
crbug.com/502927 [ XP ] paint/frames/frameset-with-stacking-context-and-not-stacking-context-children.html [ Failure ]
crbug.com/502927 [ XP ] paint/frames/frameset-with-stacking-contexts.html [ Failure ]
# Temporarily allow failure until chromium change is landed and the test
# expectation is updated.
crbug.com/523073 media/video-display-aspect-ratio.html [ Pass Failure ]
crbug.com/523403 [ Win Linux ] fast/text/atsui-rtl-override-selection.html [ NeedsRebaseline ]
crbug.com/353746 virtual/android/fullscreen/video-specified-size.html [ ImageOnlyFailure Pass ]
crbug.com/523500 http/tests/inspector-protocol/request-mixed-content-status.html [ Failure Pass ]
......
EXPECTED (video.videoWidth == '0') OK
EXPECTED (video.videoHeight == '0') OK
EVENT(loadedmetadata)
EXPECTED (video.videoWidth == '426') OK
EXPECTED (video.videoWidth == '427') OK
EXPECTED (video.videoHeight == '240') OK
END OF TEST
......@@ -6,7 +6,7 @@
testExpected("video.videoHeight", 0, "==");
waitForEvent('loadedmetadata', function () {
testExpected("video.videoWidth", 426, "==");
testExpected("video.videoWidth", 427, "==");
testExpected("video.videoHeight", 240, "==");
endTest();
} );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment