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: third_party/WebKit/LayoutTests/fast/inline/leading-space-after-nested-empty-inlines.html

Issue 2122773002: Skip past nested empty inlines at the start of lines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@467579
Patch Set: bug 493077 Created 4 years, 5 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 | third_party/WebKit/LayoutTests/fast/inline/leading-space-after-nested-empty-inlines-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
(Empty)
1 <!DOCTYPE html>
2 <style>
3 * { font: 12px Ahem; }
4 div {float:left;}
5 #span {font-size:.98em}
6 </style>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 <p>crbug.com/493077: The text should be all on one line.</p>
12 <div><span id="span"><span></span></span> Text Text Text Text Text Text Text</di v>
13
14 <p style="clear: left;">crbug.com/493077: The text should be all on one line.</p >
15 <div><span id="span"><span><span></span></span></span> Text Text Text Text Text Text Text</div>
16
17
18
19
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/inline/leading-space-after-nested-empty-inlines-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698