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

Side by Side Diff: LayoutTests/fast/dom/nodesFromRect/resources/child-frame-scrolled.html

Issue 1330113002: Rename WebSourceBuffer::abort into WebSourceBuffer::resetParserState (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 body { margin: 0px; }
6 #content {
7 width: 200px;
8 height: 1000px;
9 }
10 </style>
11 </head>
12 <body>
13 <div id="content"></div>
14 </body>
15
16 <script>
17 document.scrollingElement.scrollTop = "400";
18 top.debug("iframe's scroll top is " + document.scrollingElement.scrollTop);
19 top.postMessage("subframe-loaded", "*");
20 </script>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698