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

Unified Diff: sky/engine/web/tests/data/disambiguation_popup_blacklist.html

Issue 1210153009: Remove (almost all of) //sky/engine/web (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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: sky/engine/web/tests/data/disambiguation_popup_blacklist.html
diff --git a/sky/engine/web/tests/data/disambiguation_popup_blacklist.html b/sky/engine/web/tests/data/disambiguation_popup_blacklist.html
deleted file mode 100644
index 8c19676b4ccd4b9f723bdbb2c2cce3e4b9a086f8..0000000000000000000000000000000000000000
--- a/sky/engine/web/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>
« no previous file with comments | « sky/engine/web/tests/data/disambiguation_popup.html ('k') | sky/engine/web/tests/data/disambiguation_popup_mobile_site.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698