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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-shape-margin-expected.html

Issue 635533003: Don't delete nodes in the float interval tree while traversing it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add correct png! Created 6 years, 2 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/shapes/shape-outside-floats/shape-outside-image-shape-margin-expected.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-shape-margin-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-shape-margin-expected.html
deleted file mode 100644
index 2ec96cddf5db11dfdd8ea18a21612deb5d4ab322..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-shape-margin-expected.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>CSS Reference File</title>
- <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com"/>
- <style type="text/css">
- #outer {
- position: relative;
- width: 100px;
- height: 250px;
- }
- #container {
- position: absolute;
- top: 120px;
- }
- #shape-ref-div {
- width: 50px;
- height: 100px;
- background-color: rgb(0, 100, 0);
- }
- #line {
- width: 100px;
- height: 1px;
- background-color: black;
- }
- </style>
-</head>
-<body>
- <p>
- The test passes if the green rectangle is below the line. There should be no red.
- </p>
- <div id="outer">
- <div id="container">
- <div id="line"><div>
- <div id="shape-ref-div"></div>
- </div>
- </div>
-</body>
-</html>
-
-
-

Powered by Google App Engine
This is Rietveld 408576698