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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/div-align-ref-expected.html

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/div-align-ref-expected.html
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/div-align-ref-expected.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/div-align-ref-expected.html
deleted file mode 100644
index f662a686263fd6107ffb46154c8ab559e40acb15..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/div-align-ref-expected.html
+++ /dev/null
@@ -1,77 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset=utf-8>
-<link rel="match" href="div-align-ref.html">
-<style>
-.test { width: 50px; background-color: yellow; }
-.center { text-align: center; }
-.center .test { margin: 0 auto; }
-.left { text-align: left; }
-.left .test { margin-right: auto; }
-.right { text-align: right; }
-.right .test { margin-left: auto; }
-.rtl { direction: rtl; }
-.ltr { direction: ltr; }
-.left .margin { margin-left: 1em; }
-.right .margin { margin-right: 1em; }
-</style>
-</head>
-<body>
-<!-- Centered tests -->
-<div class=center>
-<div class=test>t א</div>
-<div class="test rtl">t א</div>
-<div class="test margin">t א</div>
-</div>
-
-<div class=center>
-<div class="test left">t א</div>
-<div class="test right">t א</div>
-</div>
-
-<div class=left>
-<div class=center>
-<div class=test>t א</div>
-</div>
-</div>
-
-<!-- Left-aligned tests -->
-<div class=left>
-<div class=test>t א</div>
-<div class="test rtl">t א</div>
-<div class="test margin">t א</div>
-</div>
-
-<div class="left rtl">
-<div class=test>t א</div>
-<div class="test ltr">t א</div>
-<div class="test margin">t א</div>
-</div>
-
-<div class=left>
-<div class="test center">t א</div>
-<div class="test right">t א</div>
-</div>
-
-<!-- Right-aligned tests -->
-<div class=right>
-<div class=test>t א</div>
-<div class="test rtl">t א</div>
-<div class="test margin">t א</div>
-</div>
-
-<div class="right rtl">
-<div class=test>t א</div>
-<div class="test ltr">t א</div>
-<div class="test margin">t א</div>
-</div>
-
-<div class=right>
-<div class="test left">t א</div>
-<div class="test center">t א</div>
-</div>
-
-</body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698