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

Side by Side Diff: LayoutTests/fast/scrolling/scrollable-area-internals-crash.html

Issue 436673003: Fix crash in blink::Internals::numberOfScrollableAreas (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | LayoutTests/fast/scrolling/scrollable-area-internals-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <body onload="runTest();">
tkent 2014/08/01 00:22:38 Please remove this file. We don't need a test for
2 <img height="100" usemap="#map" width="100">PASS</img>
3 <map name="map">
4 <area coords="0,0,0,100,100,100,100,0" href="javascript:document.getElementB yId('result').innerHTML='area clicked'" id="result">
5 </map>
6 <script>
7 function runTest() {
8 if (window.testRunner) {
9 testRunner.dumpAsText();
10 eventSender.mouseMoveTo(50, 50);
11 eventSender.mouseDown();
12 eventSender.mouseUp();
13 }
14 internals.numberOfScrollableAreas(document);
15 }
16 </script>
17 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/scrolling/scrollable-area-internals-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698