Chromium Code Reviews| Index: android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java |
| diff --git a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java |
| index a99c1b20a29deaf1e927ddd03f3f262a37528277..a0688e20cbf8680e6c2cdcda57deea11a097853f 100644 |
| --- a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java |
| +++ b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java |
| @@ -212,7 +212,7 @@ public class WebViewLayoutTest |
| @MediumTest |
| public void testRequestMIDIAccessDenyPermission() throws Exception { |
| runWebViewLayoutTest("blink-apis/webmidi/requestmidiaccess-permission-denied.html", |
| - "blink-apis/webmidi/requestmidiaccess-permission-denied-expected.html"); |
| + "blink-apis/webmidi/requestmidiaccess-permission-denied-expected.txt"); |
|
Takashi Toyoshima
2016/07/08 07:26:53
fix an existing mistake.
|
| } |
| // Blink platform API tests |