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

Unified Diff: LayoutTests/fast/inline/empty-inline-before-collapsed-space.html

Issue 302233002: Revert of Empty inline elements always get a line box. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | LayoutTests/fast/inline/empty-inline-before-collapsed-space-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/inline/empty-inline-before-collapsed-space.html
diff --git a/LayoutTests/fast/inline/empty-inline-before-collapsed-space.html b/LayoutTests/fast/inline/empty-inline-before-collapsed-space.html
deleted file mode 100644
index be65bc12efd2bb6cdeab7d3fb5c5cd1289d044c4..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/inline/empty-inline-before-collapsed-space.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML>
-<style>
-#container {
- font: 20px/1 Ahem;
- border: solid orange;
-}
-</style>
-<script src="../../resources/check-layout.js"></script>
-<p>An empty inline should still get a linebox even when it precedes a space at which we start collapsing whitespace.</p>
-<div id="container" style="width: 100px" data-expected-client-height=50>
-X <span style="font-size: 50px;"></span> X
-</div>
-<div id="container" style="width: 100px" data-expected-client-height=50>
-X<span style="font-size: 50px;"></span> X
-</div>
-<div id="container" style="width: 100px" data-expected-client-height=50>
-X <span style="font-size: 50px;"></span>X
-</div>
-<div id="container" style="width: 100px" data-expected-client-height=50>
-X <span style="font-size: 50px;"></span> X
-</div>
-<div id="container" style="width: 100px" data-expected-client-height=50>
-X<span style="font-size: 50px;"></span>X
-</div>
-<div id="container" style="width: 100px" data-expected-client-height=50>
-X<span style="font-size: 50px;"></span> X
-</div>
-<div id="container" style="width: 100px" data-expected-client-height=50>
-X <span style="font-size: 50px;"></span> X
-</div>
-<script>
- checkLayout('#container');
-</script>
« no previous file with comments | « no previous file | LayoutTests/fast/inline/empty-inline-before-collapsed-space-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698