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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/inline/leading-space-after-nested-empty-inlines.html
diff --git a/third_party/WebKit/LayoutTests/fast/inline/leading-space-after-nested-empty-inlines.html b/third_party/WebKit/LayoutTests/fast/inline/leading-space-after-nested-empty-inlines.html
new file mode 100644
index 0000000000000000000000000000000000000000..e8b9a7d13c0e24f1b2a313b8a2edcbd69957fe19
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/inline/leading-space-after-nested-empty-inlines.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<style>
+* { font: 12px Ahem; }
+div {float:left;}
+#span {font-size:.98em}
+</style>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+<p>crbug.com/493077: The text should be all on one line.</p>
+<div><span id="span"><span></span></span> Text Text Text Text Text Text Text</div>
+
+<p style="clear: left;">crbug.com/493077: The text should be all on one line.</p>
+<div><span id="span"><span><span></span></span></span> Text Text Text Text Text Text Text</div>
+
+
+
+
« 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