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

Side by Side Diff: LayoutTests/fast/css/first-letter-text-fragment-crash.html

Issue 6588060: Merge 78744 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 9 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-text-fragment-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 <style> 2 <style>
3 .test1:first-letter { content : ""; } 3 .test1:first-letter { content : ""; }
4 .test2:first-letter { text-align : center; } 4 .test2:first-letter { text-align : center; }
5 </style> 5 </style>
6 <div class="test1"> 6 <div class="test1">
7 <div class="test2"> 7 <div class="test2">
8 PASS 8 PASS
9 </div> 9 </div>
10 </div> 10 </div>
11 <script> 11 <script>
12 if (window.layoutTestController) 12 if (window.layoutTestController)
13 layoutTestController.dumpAsText(); 13 layoutTestController.dumpAsText();
14 14
15 document.execCommand("selectall"); 15 document.execCommand("selectall");
16 document.designMode = "on"; 16 document.designMode = "on";
17 document.execCommand("ForeColor", false, "red"); 17 document.execCommand("ForeColor", false, "red");
18 </script> 18 </script>
19 </html> 19 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/first-letter-text-fragment-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698