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

Unified Diff: LayoutTests/fast/block/lineboxcontain/inline.html

Issue 1328673003: Remove -webkit-line-box-contain implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix up a few more tests. Created 5 years, 3 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
Index: LayoutTests/fast/block/lineboxcontain/inline.html
diff --git a/LayoutTests/fast/block/lineboxcontain/inline.html b/LayoutTests/fast/block/lineboxcontain/inline.html
deleted file mode 100644
index 47c0a4f41ed591c046f19def3692d1796d3183b4..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/block/lineboxcontain/inline.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!doctype html>
-<head>
-<title>line-box-contain: inline</title>
-<style>
-.test { -webkit-line-box-contain: inline; line-box-contain: inline; font: 64px/1em Ahem; background-color:red; width:6em; }
-.goodline { color: green }
-</style>
-</head>
-<body>
-You should see a green rectangle below. If you see any red, the test has failed.
-
-<div class="test">
-<span style="background-color:green; font-size:128px; line-height:normal; padding-left:2.5em; padding-right:0.5em"></span><br>
-<div style="display:inline-block; width:1em;height:2em;vertical-align:bottom;background-color:green"></div><span class="goodline">xxxxx</span>
-</div>
« no previous file with comments | « LayoutTests/fast/block/lineboxcontain/glyphs-clipping.html ('k') | LayoutTests/fast/block/lineboxcontain/inline-box.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698