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

Unified Diff: LayoutTests/compositing/iframes/crash-mouse-event.html

Issue 15219003: Move updateLayout() call from RenderLayer to RenderView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add fixme Created 7 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/compositing/iframes/crash-mouse-event-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/iframes/crash-mouse-event.html
diff --git a/LayoutTests/compositing/iframes/crash-mouse-event.html b/LayoutTests/compositing/iframes/crash-mouse-event.html
new file mode 100644
index 0000000000000000000000000000000000000000..5b2edd82ebef3008ca2409341ef65956305982f0
--- /dev/null
+++ b/LayoutTests/compositing/iframes/crash-mouse-event.html
@@ -0,0 +1,18 @@
+<script>
+ if (window.testRunner) {
+ testRunner.dumpAsText(false);
+ testRunner.waitUntilDone();
+ }
+
+ function testDone()
+ {
+ if (window.eventSender) {
+ eventSender.mouseDown();
+ }
+ if (window.testRunner) {
+ testRunner.notifyDone();
+ }
+ }
+</script>
+<iframe src=resources/leave-compositing-subframe-click.html></iframe>
+<p>This test passes if it doesn't crash.</p>
« no previous file with comments | « no previous file | LayoutTests/compositing/iframes/crash-mouse-event-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698