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

Unified Diff: LayoutTests/fast/regions/position-writing-modes-in-variable-width-regions-expected.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/position-writing-modes-in-variable-width-regions-expected.html
diff --git a/LayoutTests/fast/regions/position-writing-modes-in-variable-width-regions-expected.html b/LayoutTests/fast/regions/position-writing-modes-in-variable-width-regions-expected.html
deleted file mode 100644
index 89931c2be547440d5e01b953722a4e6b16ec9fc6..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/position-writing-modes-in-variable-width-regions-expected.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <style>
- #first-box {
- margin:50px 0 0 32px;
- position:relative;
- }
-
- .square {
- width:80px;
- height:80px;
- position:absolute;
- }
-
- #topleft {
- top:0px;
- background-color:#00ff00;
- }
-
- #topright {
- top:0px;
- left:176px;
- background-color:#00dd00;
- }
-
- #bottomleft {
- top: 320px;
- left:0;
- background-color:#00bb00;
- }
-
- #bottomright {
- top: 320px;
- left:176px;
- background-color:#009900;
- }
- </style>
-</head>
-
-<body>
-You should see four 80x80 green squares below and no red should be visible.
-<div id="first-box">
- <div class="square" id="topleft"></div>
- <div class="square" id="topright"></div>
- <div class="square" id="bottomleft"></div>
- <div class="square" id="bottomright"></div>
-</div>
-</body>

Powered by Google App Engine
This is Rietveld 408576698