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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dnd/resources/event-mouse-coordinates-nested-iframe.css
diff --git a/third_party/WebKit/LayoutTests/fast/dnd/resources/event-mouse-coordinates-nested-iframe.css b/third_party/WebKit/LayoutTests/fast/dnd/resources/event-mouse-coordinates-nested-iframe.css
new file mode 100644
index 0000000000000000000000000000000000000000..b65d5f98308f2f4fc6a3cdcc2026eed96c775522
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/dnd/resources/event-mouse-coordinates-nested-iframe.css
@@ -0,0 +1,31 @@
+html, body {
+ margin: 0;
+ padding: 0;
+ border: 0 none;
+ overflow: visible;
+ height: 100%;
+}
+
+iframe {
+ margin: 0;
+ padding: 0;
+ border: none;
+
+ position: absolute;
+ left: 30px;
+ top: 50px;
+ overflow: visible;
+}
+
+iframe#iframe1 {
+ width: 700px;
+ height: 600px;
+}
+iframe#iframe2 {
+ width: 650px;
+ height: 550px;
+}
+iframe#iframe3 {
+ width: 600px;
+ height: 500px;
+}

Powered by Google App Engine
This is Rietveld 408576698