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

Unified Diff: LayoutTests/fast/css/abs-pos-child-inside-rel-pos-inline-offset-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-offset-001-expected.html
diff --git a/LayoutTests/fast/css/abs-pos-child-inside-rel-pos-inline-offset-001-expected.html b/LayoutTests/fast/css/abs-pos-child-inside-rel-pos-inline-offset-001-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..abd532955da5dbd998fdf25e7c809413b50721e5
--- /dev/null
+++ b/LayoutTests/fast/css/abs-pos-child-inside-rel-pos-inline-offset-001-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML>
+<style>
+ div#wrapper
+ {
+ background-color: green; /* change color to see what happens with position static */
+ height: 200px;
+ width: 200px;
+ }
+</style>
+<p>Test passes if there is no red.</p>
+<div id="wrapper">
+</div>
« no previous file with comments | « LayoutTests/fast/css/abs-pos-child-inside-rel-pos-inline-offset-001.html ('k') | Source/core/rendering/RenderInline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698