Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/paged-becomes-multicol-fixed-height-expected.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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/multicol/paged-becomes-multicol-fixed-height-expected.html
diff --git a/LayoutTests/fast/multicol/paged-becomes-multicol-fixed-height-expected.html b/LayoutTests/fast/multicol/paged-becomes-multicol-fixed-height-expected.html
deleted file mode 100644
index 38519f85a4ae164caf8e00a2b488f69f77f48d81..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/paged-becomes-multicol-fixed-height-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<p>You should see the word 'PASS' below.</p>
-<div style="float:left;">
- <div id="elm" style="-webkit-columns:4; columns:4; -webkit-column-gap:0; column-gap:0; orphans:1; widows:1; height:7em; line-height:4em;">
- P<br>
- A<br>
- S<br>
- S<br>
- </div>
-</div>

Powered by Google App Engine