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

Unified Diff: Source/WebKit/chromium/tests/data/disambiguation_popup_blacklist.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 months 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: Source/WebKit/chromium/tests/data/disambiguation_popup_blacklist.html
diff --git a/Source/WebKit/chromium/tests/data/disambiguation_popup_blacklist.html b/Source/WebKit/chromium/tests/data/disambiguation_popup_blacklist.html
deleted file mode 100644
index 8c19676b4ccd4b9f723bdbb2c2cce3e4b9a086f8..0000000000000000000000000000000000000000
--- a/Source/WebKit/chromium/tests/data/disambiguation_popup_blacklist.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<html>
- <head>
- <style>
- div {
- height: 100px;
- margin: 0px;
- text-align: center;
- width: 100%;
- }
- div.tightlyPacked {
- background-color: pink;
- border: 1px solid black;
- }
- div.bugContainer {
- background-color: cyan;
- }
- </style>
- </head>
- <body>
- <div class="tightlyPacked" onclick="window.location='#first';">
- <div>Leaf node #1</div>
- </div>
- <div class="tightlyPacked" onclick="window.location='#second';">
- <div>Leaf node #2</div>
- </div>
- <div></div>
- <div class="bugContainer" onclick="window.location='#third';">
- <p class="title">
- <a class="title" href="#fourth">Random link</a>
- </p>
- <p>
- Breaking node
- </p>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698