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

Side by Side Diff: LayoutTests/fast/text/text-combine-first-line-crash.html

Issue 10869057: Merge 125503 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 4 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/text-combine-first-line-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <style> 3 <style>
4 #test { 4 #test {
5 -webkit-text-combine: horizontal; 5 -webkit-text-combine: horizontal;
6 -webkit-writing-mode: vertical-rl; 6 -webkit-writing-mode: vertical-rl;
7 height: 0px; 7 height: 0px;
8 } 8 }
9 #test::first-line { 9 #test::first-line {
10 color: black; 10 color: black;
11 } 11 }
12 </style> 12 </style>
13 This test passes if it does not CRASH. 13 This test passes if it does not CRASH.
14 <span id="test">''' 14 <span id="test">'''
15 </span> 15 </span>
16 <script> 16 <script>
17 document.documentElement.offsetTop; 17 document.documentElement.offsetTop;
18 test.innerText = ''; 18 test.innerText = '';
19 if (window.testRunner) 19 if (window.testRunner)
20 testRunner.dumpAsText(); 20 testRunner.dumpAsText();
21 </script> 21 </script>
22 </html> 22 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/text-combine-first-line-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698