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

Side by Side Diff: LayoutTests/fast/css/first-letter-capitalized-edit-select-crash.html

Issue 9968048: Merge 112200 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 8 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/first-letter-capitalized-edit-select-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 <style> 1 <style>
2 .writable{-webkit-user-modify:read-write;} 2 .writable{-webkit-user-modify:read-write;}
3 .list{content:normal;display:list-item;} 3 .list{content:normal;display:list-item;}
4 *:first-letter{stroke-linecap:round;} 4 *:first-letter{stroke-linecap:round;}
5 *:only-child{-webkit-font-variant-ligatures:common-ligatures;text-transform:capi talize;</style> 5 *:only-child{-webkit-font-variant-ligatures:common-ligatures;text-transform:capi talize;</style>
6 </style> 6 </style>
7 Pass if no crash or assert in debug 7 Pass if no crash or assert in debug
8 <span class="writable" id="span"> 8 <span class="writable" id="span">
9 <label class="list"> 9 <label class="list">
10 <code> 10 <code>
11 <object></object> 11 <object></object>
12 </code></label></span> 12 </code></label></span>
13 <script> 13 <script>
14 window.onload=function() 14 window.onload=function()
15 { 15 {
16 document.getElementById('span').focus(); 16 document.getElementById('span').focus();
17 if (window.layoutTestController) 17 if (window.layoutTestController)
18 layoutTestController.dumpAsText(); 18 layoutTestController.dumpAsText();
19 }; 19 };
20 </script> 20 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/first-letter-capitalized-edit-select-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698