Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/viewport-y-vertical-lr-rtl-expected.html

Issue 735003003: Remove all tests in fast/multicol/newmulticol/compare-with-old-impl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/newmulticol/compare-with-old-impl/viewport-y-vertical-lr-rtl-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/viewport-y-vertical-lr-rtl-expected.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/viewport-y-vertical-lr-rtl-expected.html
deleted file mode 100644
index 2a68d3da0d26b0432d319c4c20dcda341986f714..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/viewport-y-vertical-lr-rtl-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>Paged Y overflow, left to right block flow, rtl inline flow</title>
- </head>
- <body style="margin:0; -webkit-writing-mode:vertical-lr; direction:rtl; overflow:-webkit-paged-y; overflow:paged-y; -webkit-column-gap:0;">
- <div style="display:table; direction:ltr;">
- This text should be at the bottom left of the first page<br>
- There should be two pages<br>
- The second page should be above this one<br>
- </div>
- <div style="width:110vw;"></div>
- </body>
-</html>

Powered by Google App Engine