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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dnd/resources/event-mouse-coordinates-nested-iframe.css

Issue 2471843005: Delegate dragend to the correct frame's EventHandler. (Closed)
Patch Set: Addressed some of the feedback. 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 unified diff | Download patch
OLDNEW
(Empty)
1 html, body {
2 margin: 0;
3 padding: 0;
4 border: 0 none;
5 overflow: visible;
6 height: 100%;
7 }
8
9 iframe {
10 margin: 0;
11 padding: 0;
12 border: none;
13
14 position: absolute;
15 left: 30px;
16 top: 50px;
17 overflow: visible;
18 }
19
20 iframe#iframe1 {
21 width: 700px;
22 height: 600px;
23 }
24 iframe#iframe2 {
25 width: 650px;
26 height: 550px;
27 }
28 iframe#iframe3 {
29 width: 600px;
30 height: 500px;
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698