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

Side by Side Diff: third_party/webdriver/test_data/visibility-css.html

Issue 424363004: Update third_party/webdriver/pylib to r18456 and delete test_data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "python" -> "pylib" Created 6 years, 4 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
5 <title>Visibility test via CSS</title>
6 <style>
7
8 .box-popup {
9 border : 1px;
10 min-width : 150px;
11 }
12 body {
13 overflow : hidden;
14 }
15 </style></head><body>
16 <div style="left: 30px; top: 10px; visibility: visible; position: absolute; over flow: visible;"
17 class="box-popup" id="suggest">
18 <p>Hello world. I like cheese.</p>
19 </div>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « third_party/webdriver/test_data/veryLargeCanvas.html ('k') | third_party/webdriver/test_data/win32frameset.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698