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

Side by Side Diff: LayoutTests/fast/inline/crash-new-continuation-with-outline.html

Issue 10375053: Merge 115458 - NULL-deref in RenderBox::clippedOverflowRectForRepaint (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 7 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/inline/crash-new-continuation-with-outline-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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 object:after { 5 object:after {
6 content: "ipsum"; 6 content: "ipsum";
7 } 7 }
8 object { 8 object {
9 opacity: 0.6039658321533352; 9 opacity: 0.6039658321533352;
10 visibility: hidden; 10 visibility: hidden;
(...skipping 12 matching lines...) Expand all
23 objectElement.appendChild(newContent); 23 objectElement.appendChild(newContent);
24 document.body.appendChild(objectElement); 24 document.body.appendChild(objectElement);
25 25
26 var olElement = document.createElement("ol"); 26 var olElement = document.createElement("ol");
27 objectElement.appendChild(olElement); 27 objectElement.appendChild(olElement);
28 28
29 document.body.appendChild(document.createTextNode("PASSED, this test did not crashed.")); 29 document.body.appendChild(document.createTextNode("PASSED, this test did not crashed."));
30 </script> 30 </script>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/inline/crash-new-continuation-with-outline-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698