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

Side by Side Diff: LayoutTests/fast/css-generated-content/float-first-letter-siblings-convert-to-inline.html

Issue 9371039: Merge 106150 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 10 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-generated-content/float-first-letter-siblings-convert-to-inline-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 .inlineFL::first-letter { overflow: visible; } 2 .inlineFL::first-letter { overflow: visible; }
3 .absolutePosition { position: absolute; } 3 .absolutePosition { position: absolute; }
4 .floatFL:first-letter { float: right; } 4 .floatFL:first-letter { float: right; }
5 </style> 5 </style>
6 <script> 6 <script>
7 function recreateFirstLetterBlock() { 7 function recreateFirstLetterBlock() {
8 document.getElementById("parent").setAttribute('class', 'inlineFL'); 8 document.getElementById("parent").setAttribute('class', 'inlineFL');
9 if (window.layoutTestController) 9 if (window.layoutTestController)
10 layoutTestController.notifyDone(); 10 layoutTestController.notifyDone();
(...skipping 14 matching lines...) Expand all
25 layoutTestController.waitUntilDone(); 25 layoutTestController.waitUntilDone();
26 layoutTestController.dumpAsText(); 26 layoutTestController.dumpAsText();
27 } 27 }
28 } 28 }
29 window.onload = startTest; 29 window.onload = startTest;
30 </script> 30 </script>
31 <div id="parent" class="floatFL"> 31 <div id="parent" class="floatFL">
32 <div id="child" class="absolutePosition"></div> 32 <div id="child" class="absolutePosition"></div>
33 PASS if no crash or assert 33 PASS if no crash or assert
34 </div> 34 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css-generated-content/float-first-letter-siblings-convert-to-inline-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698