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

Side by Side Diff: Source/WebKit/chromium/tests/data/disambiguation_popup_no_container.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Disambiguation Popup Test</title>
4 <style type="text/css">
5 .outer-div {
6 display:block;
7 width:200px;
8 height:200px;
9 margin:0px;
10 padding:50px;
11 background-color:#ffcccc;
12 }
13 .inner-link {
14 display:block;
15 width:200px;
16 height:200px;
17 margin:0px;
18 background-color:#ccffcc;
19 }
20 </style>
21 </head>
22 <body style="margin:0px;">
23 <div class="outer-div" onclick=";"><a href="#" class="inner-link"></a></a>
24 </body>
25 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698