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

Side by Side Diff: LayoutTests/fast/multicol/span/textbox-not-removed-crash.html

Issue 9562030: Merge 108543 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 #test1 { 5 #test1 {
6 text-indent: -1em; 6 text-indent: -1em;
7 content: counter(c); 7 content: counter(c);
8 -webkit-column-count: 1; 8 -webkit-column-count: 1;
9 } 9 }
10 #test3 { 10 #test3 {
(...skipping 20 matching lines...) Expand all
31 document.body.offsetTop; 31 document.body.offsetTop;
32 document.body.style.zoom = 2; 32 document.body.style.zoom = 2;
33 } 33 }
34 window.onload = crash; 34 window.onload = crash;
35 </script> 35 </script>
36 </head> 36 </head>
37 <body> 37 <body>
38 Test passes if it does not crash. 38 Test passes if it does not crash.
39 </body> 39 </body>
40 </html> 40 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698