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

Side by Side Diff: LayoutTests/plugins/iframe-shims.html

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 9 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
1 <html><head> 1 <html><head>
2 <script> 2 <script>
3 var expectedClicks = []; 3 var expectedClicks = [];
4 var clicks = []; 4 var clicks = [];
5 5
6 var height = 100; 6 var height = 100;
7 var width = 100; 7 var width = 100;
8 var items = 0; 8 var items = 0;
9 9
10 function makePluginElement() 10 function makePluginElement()
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 plugins. To test interactively, click over the buttons on the 254 plugins. To test interactively, click over the buttons on the
255 squares. You should not be able to reach the red squares' 255 squares. You should not be able to reach the red squares'
256 buttons.</p> 256 buttons.</p>
257 257
258 <p>Prints "SUCCESS" on success, "FAILURE" on failure.</p> 258 <p>Prints "SUCCESS" on success, "FAILURE" on failure.</p>
259 <div id=output>NONE</div> 259 <div id=output>NONE</div>
260 <div id="container" style="position: relative;"></div> 260 <div id="container" style="position: relative;"></div>
261 261
262 </body> 262 </body>
263 </html> 263 </html>
OLDNEW
« no previous file with comments | « LayoutTests/plugins/change-widget-and-click-crash.html ('k') | LayoutTests/scrollbars/scrollable-iframe-remove-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698