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

Unified Diff: LayoutTests/fast/css/abs-pos-child-inside-rel-pos-inline-001-expected.html

Issue 423173003: Incorrect Static Position of Absolute Positioned Elements inside Rel-Positioned Containers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 5 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/css/abs-pos-child-inside-rel-pos-inline-001-expected.html
diff --git a/LayoutTests/fast/css/abs-pos-child-inside-rel-pos-inline-001-expected.html b/LayoutTests/fast/css/abs-pos-child-inside-rel-pos-inline-001-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..712c0edc0688c40ddf4fe0581c3acf03da281067
--- /dev/null
+++ b/LayoutTests/fast/css/abs-pos-child-inside-rel-pos-inline-001-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML>
+<style>
+ div#wrapper { background-color: green; width: 100px; height: 200px; }
+</style>
+<p>Test passes if there is no red.</p>
+<div id="wrapper">
+</div>

Powered by Google App Engine
This is Rietveld 408576698