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

Unified Diff: LayoutTests/fast/block/lineboxcontain/none.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/none.html
diff --git a/LayoutTests/fast/block/lineboxcontain/none.html b/LayoutTests/fast/block/lineboxcontain/none.html
deleted file mode 100644
index e62b068a3444881616205f023f6f5442c58af690..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/block/lineboxcontain/none.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!doctype html>
-<head>
-<title>line-box-contain: none</title>
-<style>
-.test { -webkit-line-box-contain: none; line-box-contain: none; font: 64px/1em Ahem; background-color:red; margin-top:1em }
-.badline { color:red }
-.goodline { color: green }
-</style>
-</head>
-<body>
-You should see a green line below. If you see any red, the test has failed.
-
-<div class="test">
-<span class="badline">xxxxx</span><br>
-<span class="badline">xxxxx</span><br>
-<span class="badline">xxxxx</span><br>
-<span class="badline">xxxxx</span><br>
-<span class="goodline">xxxxx</span>
-</div>
« no previous file with comments | « LayoutTests/fast/block/lineboxcontain/inline-replaced.html ('k') | LayoutTests/fast/block/lineboxcontain/parsing-invalid.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698