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

Unified Diff: tools/accessibility/rebase_dump_accessibility_tree_test.py

Issue 2492083002: Implement aria-placeholder (Closed)
Patch Set: Rebase tests Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: tools/accessibility/rebase_dump_accessibility_tree_test.py
diff --git a/tools/accessibility/rebase_dump_accessibility_tree_test.py b/tools/accessibility/rebase_dump_accessibility_tree_test.py
index 2a6ccb08e1e8c42ccdfbba75fbc25daac60f78c0..837d5b881b03e4759824c77fc00faf83a28ef0c9 100755
--- a/tools/accessibility/rebase_dump_accessibility_tree_test.py
+++ b/tools/accessibility/rebase_dump_accessibility_tree_test.py
@@ -24,8 +24,7 @@ import time
import urllib
# Load BeautifulSoup. It's checked into two places in the Chromium tree.
-sys.path.append(
- 'third_party/trace-viewer/third_party/tvcm/third_party/beautifulsoup')
+sys.path.append('third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/')
from BeautifulSoup import BeautifulSoup
# The location of the DumpAccessibilityTree html test files and expectations.

Powered by Google App Engine
This is Rietveld 408576698