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

Unified Diff: LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html

Issue 16529003: Simplify 'position' adjustment of top layer elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/dom/HTMLDialogElement/top-layer-position-relative-expected.html
diff --git a/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html b/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html
deleted file mode 100644
index 9950f63e3f925daf59013ed8aeffb4c0e703cb36..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-div {
- background-color: green;
- position: absolute;
- top: 100px;
- left: 100px;
- height: 50px;
- width: 150px;
-}
-</style>
-</head>
-<body>
-<p>Bug <a href="http://webkit.org/b/106538">106538</a>: Top layer fails for inline elements
-<p>This tests that position 'relative' computes to 'absolute' in the top layer. The test passes if you see a single green box.</p>
-<div></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698