| 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>
|
| +
|
| +
|
| +
|
| +
|
|
|