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

Unified Diff: LayoutTests/fast/multicol/shadow-breaking.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
Index: LayoutTests/fast/multicol/shadow-breaking.html
diff --git a/LayoutTests/fast/multicol/shadow-breaking.html b/LayoutTests/fast/multicol/shadow-breaking.html
deleted file mode 100644
index befec9e9a47a1be431267d5071a785d1c7373f45..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/shadow-breaking.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <style>
- p {
- position:absolute;
- border:2px solid black;
- max-width:420px;
- -webkit-column-gap:20px;
- -webkit-column-width:200px;
- -webkit-column-rule:1px dotted white;
- font-size:16px;
- top:20px;
- left:20px;
- text-align:justify;
- font-weight:bold;
- text-shadow:1px 1px 10px black;
- }
-
- p:first-letter {
- font-size:36px;
- margin-right:4px;
- margin-bottom:-6px;
- float:left;
- }
-
-
-
- </style>
- </head>
-
- <body>
- <div class="mag">
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras pharetra mollis pharetra. Suspendisse lacinia orci et felis tristique sit amet semper massa tempus. Suspendisse consectetur tempor pulvinar. Proin dui eros, ultricies vel malesuada vel, tempor at ante. Nam eget nisl dui. Donec molestie lectus a nunc scelerisque blandit. Nam non ligula massa, sed suscipit turpis. Etiam eget ligula sit amet turpis venenatis dictum in eleifend augue. Duis tellus lectus, volutpat et adipiscing a, pellentesque eu metus. Aenean suscipit congue mauris at gravida. Integer lectus ligula, consectetur sit amet venenatis id, scelerisque eget nisl. Nunc dapibus posuere risus, vitae tempor nibh iaculis et.</p>
- </div>
- </body>
-</html>
« no previous file with comments | « LayoutTests/fast/multicol/scrolling-overflow.html ('k') | LayoutTests/fast/multicol/shadow-breaking-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698