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

Unified Diff: LayoutTests/fast/block/lineboxcontain/parsing-invalid.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/parsing-invalid.html
diff --git a/LayoutTests/fast/block/lineboxcontain/parsing-invalid.html b/LayoutTests/fast/block/lineboxcontain/parsing-invalid.html
deleted file mode 100644
index 493e1e99a17714059ee17d571aded4bc18bb5836..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/block/lineboxcontain/parsing-invalid.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!doctype html>
-<head>
-<title>line-box-contain parsing test</title>
-<style>
-.test { font: 64px/1em Ahem; background-color:lime; width:5em; overflow:hidden; margin:0.5em 0 }
-.goodline { color: green; line-height:2 }
-.invalid1 { -webkit-line-box-contain: block inline inline }
-.invalid2 { -webkit-line-box-contain: block block }
-.invalid3 { -webkit-line-box-contain: block replaced inline inline }
-.invalid4 { -webkit-line-box-contain: none block }
-</style>
-</head>
-<body>
-All of these blocks should look the same.
-
-<div class="test">
-<span class="goodline">xxxxx</span><br>
-<div style="display:inline-block; width:4em;background-color:lime; color:green">xxxx</div><span class="goodline">x</span>
-</div>
-
-<div class="test invalid1">
-<span class="goodline">xxxxx</span><br>
-<div style="display:inline-block; width:4em;background-color:lime; color:green">xxxx</div><span class="goodline">x</span>
-</div>
-
-<div class="test invalid2">
-<span class="goodline">xxxxx</span><br>
-<div style="display:inline-block; width:4em;background-color:lime; color:green">xxxx</div><span class="goodline">x</span>
-</div>
-
-<div class="test invalid3">
-<span class="goodline">xxxxx</span><br>
-<div style="display:inline-block; width:4em;background-color:lime; color:green">xxxx</div><span class="goodline">x</span>
-</div>
-
-<div class="test invalid4">
-<span class="goodline">xxxxx</span><br>
-<div style="display:inline-block; width:4em;background-color:lime; color:green">xxxx</div><span class="goodline">x</span>
-</div>
-
« no previous file with comments | « LayoutTests/fast/block/lineboxcontain/none.html ('k') | LayoutTests/fast/block/lineboxcontain/replaced.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698