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

Side by Side Diff: chrome/browser/pdf/pdf_extension_test.cc

Issue 1471043003: PDF: Remove comment about flaky test which has been fixed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <vector> 5 #include <vector>
6 6
7 #include "base/base_paths.h" 7 #include "base/base_paths.h"
8 #include "base/files/file_enumerator.h" 8 #include "base/files/file_enumerator.h"
9 #include "base/files/file_util.h" 9 #include "base/files/file_util.h"
10 #include "base/hash.h" 10 #include "base/hash.h"
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 IN_PROC_BROWSER_TEST_F(MaterialPDFExtensionTest, ZoomManager) { 535 IN_PROC_BROWSER_TEST_F(MaterialPDFExtensionTest, ZoomManager) {
536 RunTestsInFile("zoom_manager_test.js", "test.pdf"); 536 RunTestsInFile("zoom_manager_test.js", "test.pdf");
537 } 537 }
538 538
539 IN_PROC_BROWSER_TEST_F(MaterialPDFExtensionTest, Elements) { 539 IN_PROC_BROWSER_TEST_F(MaterialPDFExtensionTest, Elements) {
540 // Although this test file does not require a PDF to be loaded, loading the 540 // Although this test file does not require a PDF to be loaded, loading the
541 // elements without loading a PDF is difficult. 541 // elements without loading a PDF is difficult.
542 RunTestsInFile("material_elements_test.js", "test.pdf"); 542 RunTestsInFile("material_elements_test.js", "test.pdf");
543 } 543 }
544 544
545 // TODO(tsergeant): Verify that flake is fixed. http://crbug.com/550015
546 IN_PROC_BROWSER_TEST_F(MaterialPDFExtensionTest, ToolbarManager) { 545 IN_PROC_BROWSER_TEST_F(MaterialPDFExtensionTest, ToolbarManager) {
547 RunTestsInFile("toolbar_manager_test.js", "test.pdf"); 546 RunTestsInFile("toolbar_manager_test.js", "test.pdf");
548 } 547 }
549 548
550 IN_PROC_BROWSER_TEST_F(MaterialPDFExtensionTest, Title) { 549 IN_PROC_BROWSER_TEST_F(MaterialPDFExtensionTest, Title) {
551 RunTestsInFile("title_test.js", "test-title.pdf"); 550 RunTestsInFile("title_test.js", "test-title.pdf");
552 } 551 }
553 552
554 IN_PROC_BROWSER_TEST_F(MaterialPDFExtensionTest, WhitespaceTitle) { 553 IN_PROC_BROWSER_TEST_F(MaterialPDFExtensionTest, WhitespaceTitle) {
555 RunTestsInFile("whitespace_title_test.js", "test-whitespace-title.pdf"); 554 RunTestsInFile("whitespace_title_test.js", "test-whitespace-title.pdf");
556 } 555 }
557 556
558 IN_PROC_BROWSER_TEST_F(MaterialPDFExtensionTest, PageChange) { 557 IN_PROC_BROWSER_TEST_F(MaterialPDFExtensionTest, PageChange) {
559 RunTestsInFile("page_change_test.js", "test-bookmarks.pdf"); 558 RunTestsInFile("page_change_test.js", "test-bookmarks.pdf");
560 } 559 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698