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

Side by Side Diff: LayoutTests/fast/text/one-letter-transform-crash.html

Issue 3324013: Merge 66911 - 2010-09-07 Abhishek Arya <inferno@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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/text/one-letter-transform-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 Test passes if it does not crash. 2 Test passes if it does not crash.
3 <style> 3 <style>
4 div:first-letter { 4 div:first-letter {
5 text-decoration: overline; 5 text-decoration: overline;
6 } 6 }
7 div { 7 div {
8 text-transform: capitalize; 8 text-transform: capitalize;
9 } 9 }
10 </style> 10 </style>
11 <script> 11 <script>
12 if (window.layoutTestController) 12 if (window.layoutTestController)
13 layoutTestController.dumpAsText(); 13 layoutTestController.dumpAsText();
14 </script> 14 </script>
15 <div/> 15 <div/>
16 <summary> 16 <summary>
17 </html> 17 </html>
18 18
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/one-letter-transform-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698