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

Side by Side Diff: LayoutTests/svg/custom/bug86392.html

Issue 10447082: Merge 117971 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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/svg/custom/bug86392-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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 #el1 { 4 #el1 {
5 border-left-style: double; 5 border-left-style: double;
6 } 6 }
7 #el3 { 7 #el3 {
8 content: counter(c); 8 content: counter(c);
9 } 9 }
10 </style> 10 </style>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 if (window.layoutTestController) 50 if (window.layoutTestController)
51 layoutTestController.notifyDone(); 51 layoutTestController.notifyDone();
52 } 52 }
53 } 53 }
54 </script> 54 </script>
55 </head> 55 </head>
56 <body> 56 <body>
57 <div id="div1"></div> 57 <div id="div1"></div>
58 </body> 58 </body>
59 </html> 59 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/bug86392-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698