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

Side by Side 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: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <script>
2 if (window.testRunner) {
3 testRunner.dumpAsText(false);
4 testRunner.waitUntilDone();
5 }
6
7 function testDone()
8 {
9 if (window.eventSender) {
10 eventSender.mouseDown();
11 }
12 if (window.testRunner) {
13 testRunner.notifyDone();
14 }
15 }
16 </script>
17 <iframe src=resources/leave-compositing-subframe-click.html></iframe>
18 <p>This test passes if it doesn't crash.</p>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/iframes/crash-mouse-event-expected.txt » ('j') | Source/core/rendering/RenderView.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698