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

Unified Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/inset/shape-outside-inset-012-expected.html

Issue 816533002: Import CSSWG Shapes tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One more test expectations update Created 6 years 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/imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/inset/shape-outside-inset-012-expected.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent-expected.html b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/inset/shape-outside-inset-012-expected.html
similarity index 65%
copy from LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent-expected.html
copy to LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/inset/shape-outside-inset-012-expected.html
index de7abf91b5dc641c22e930961379934b1e46de58..8e2a5fae12de6df57903ccdaf878c94417667ae2 100644
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent-expected.html
+++ b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/inset/shape-outside-inset-012-expected.html
@@ -2,20 +2,18 @@
<html>
<head>
<title>CSS Reference File</title>
+ <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
</head>
<style>
- #green-square {
- position: absolute;
- left: 25px;
- top: 50px;
+ #shape {
+ margin-left: 25px;
width: 200px;
height: 200px;
background-color: green;
- color: green;
}
</style>
<body>
<p>The test passes if there is a green square and no red.</p>
- <div id="green-square"></div>
+ <div id="shape"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698