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

Side by Side Diff: LayoutTests/fast/css/counters/element-removal-crash.xhtml

Issue 7049017: Merge 86358 - 2011-05-12 Carol Szabo <carol@webkit.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 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/css/counters/element-removal-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 <span xmlns="http://www.w3.org/1999/xhtml"> 1 <span xmlns="http://www.w3.org/1999/xhtml">
2 <span/> 2 <span/>
3 <style> 3 <style>
4 span 4 span
5 { 5 {
6 counter-increment: counter; 6 counter-increment: counter;
7 } 7 }
8 span:before 8 span:before
9 { 9 {
10 content: counter(counter); 10 content: counter(counter);
(...skipping 11 matching lines...) Expand all
22 document.documentElement.textContent = "PASS"; 22 document.documentElement.textContent = "PASS";
23 23
24 if (window.layoutTestController) 24 if (window.layoutTestController)
25 layoutTestController.notifyDone(); 25 layoutTestController.notifyDone();
26 } 26 }
27 27
28 setTimeout('runTest()', 0); 28 setTimeout('runTest()', 0);
29 </script> 29 </script>
30 <span/> 30 <span/>
31 31
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/counters/element-removal-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698