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

Side by Side Diff: LayoutTests/http/tests/shapes/shape-outside-image-shape-margin-expected.html

Issue 635533003: Don't delete nodes in the float interval tree while traversing it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add correct png! Created 6 years, 2 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Reference File</title> 4 <title>CSS Reference File</title>
5 <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com"/> 5 <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com"/>
6 <style type="text/css"> 6 <style type="text/css">
7 #outer { 7 #outer {
8 position: relative; 8 position: relative;
9 width: 100px; 9 width: 100px;
10 height: 250px; 10 height: 250px;
(...skipping 22 matching lines...) Expand all
33 <div id="container"> 33 <div id="container">
34 <div id="line"><div> 34 <div id="line"><div>
35 <div id="shape-ref-div"></div> 35 <div id="shape-ref-div"></div>
36 </div> 36 </div>
37 </div> 37 </div>
38 </body> 38 </body>
39 </html> 39 </html>
40 40
41 41
42 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698