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

Side by Side Diff: LayoutTests/fast/css/counters/counter-after-style-crash.html

Issue 8206006: Merge 96632 - Source/WebCore: Hold refptr to identified previous sibling within findPlaceForCounter. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/counters/counter-after-style-crash-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 <script> 2 <script>
3 if (window.layoutTestController) { 3 if (window.layoutTestController) {
4 layoutTestController.waitUntilDone(); 4 layoutTestController.waitUntilDone();
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 } 6 }
7 </script> 7 </script>
8 <style> 8 <style>
9 div { 9 div {
10 counter-reset:ctr 10 counter-reset:ctr
(...skipping 12 matching lines...) Expand all
23 document.designMode='on'; 23 document.designMode='on';
24 document.execCommand('selectall'); 24 document.execCommand('selectall');
25 document.execCommand('italic'); 25 document.execCommand('italic');
26 document.execCommand('removeformat'); 26 document.execCommand('removeformat');
27 27
28 document.body.innerHTML = "PASS: Counters updated successfully without cra shing"; 28 document.body.innerHTML = "PASS: Counters updated successfully without cra shing";
29 layoutTestController.notifyDone(); 29 layoutTestController.notifyDone();
30 </script> 30 </script>
31 </table> 31 </table>
32 </html> 32 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/counters/counter-after-style-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698