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

Unified Diff: LayoutTests/fast/css/percent-width-img-inside-zero-percent-and-fixed-container.html

Issue 10918085: Revert 122501 - Percentage width replaced element in zero percent/fixed width container block incor… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/percent-width-img-inside-zero-percent-and-fixed-container-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/percent-width-img-inside-zero-percent-and-fixed-container.html
===================================================================
--- LayoutTests/fast/css/percent-width-img-inside-zero-percent-and-fixed-container.html (revision 127650)
+++ LayoutTests/fast/css/percent-width-img-inside-zero-percent-and-fixed-container.html (working copy)
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<title>Test case for https://bugs.webkit.org/show_bug.cgi?id=9493</title>
-<style type="text/css">
- #fixedContainer { width: 0px }
- #percentContainer { width: 0% }
- .test { width: 100%; }
-</style>
-</head>
-<body>
- <h4> There should be no red squares visible below. </h4>
- <div style="background-color:green;position:absolute;width:64px;height:64px">
- <div id="fixedContainer">
- <img class="test" src="resources/red-box.png">
- </div>
- </div>
- <div style="background-color:green;position:absolute;width:64px;height:64px;top:130px">
- <div id="percentContainer">
- <img class="test" src="resources/red-box.png">
- </div>
- </div>
- </div>
-</body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/fast/css/percent-width-img-inside-zero-percent-and-fixed-container-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698