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

Unified Diff: LayoutTests/fast/regions/subtree-with-horiz-bt.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/regions/subtree-with-horiz-bt.html
diff --git a/LayoutTests/fast/regions/subtree-with-horiz-bt.html b/LayoutTests/fast/regions/subtree-with-horiz-bt.html
deleted file mode 100644
index 9e49b3f2b5d9937106b7d81cc0e2a0c9c3701bb7..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/subtree-with-horiz-bt.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
- <body style="color:black; background:white;">
- <p>Below you should see the word 'PASS' on a lime background.</p>
- <div style="width:20em; height:20em; -webkit-writing-mode:horizontal-bt; line-height:2em;">
- <div style="-webkit-flow-into:thread;">
- <br>
- <div style="-webkit-region-break-after:always;"></div>
- PASS
- </div>
- <div style="-webkit-flow-from:thread; background:black;"></div>
- <div style="-webkit-flow-from:thread; background:lime;"></div>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698