| Index: chrome/browser/iframe_uitest.cc
|
| ===================================================================
|
| --- chrome/browser/iframe_uitest.cc (revision 15766)
|
| +++ chrome/browser/iframe_uitest.cc (working copy)
|
| @@ -30,10 +30,6 @@
|
| NavigateAndVerifyTitle("iframe.html", L"iframe test");
|
| }
|
|
|
| -#if !defined(OS_LINUX)
|
| -// Temporarily disabled on Linux -- see bug 9870.
|
| -// http://code.google.com/p/chromium/issues/detail?id=9870
|
| TEST_F(IFrameTest, InEmptyFrame) {
|
| NavigateAndVerifyTitle("iframe_in_empty_frame.html", L"iframe test");
|
| }
|
| -#endif
|
|
|