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

Unified Diff: LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html

Issue 23866007: Fix painting order for floats with shape-outside (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html
diff --git a/LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html b/LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html
index afdf02aed8a7604a12da9e5a1594ce195812a67d..a2e734ef33741f782847168d6c04a609bd63df1d 100644
--- a/LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html
+++ b/LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<title>shape-outside-floats-circle-000-reference.html</title>
+<link rel="author" title="Adobe" href="http://html.adobe.com/">
<link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com">
<meta name="flags" content="ahem dom">
<style>
@@ -20,12 +21,14 @@
#left-circle-outline {
position: absolute;
+ z-index: -1;
top: 20px;
left: 0px;
}
#right-circle-outline {
position: absolute;
+ z-index: -1;
top: 20px;
right: 0px;
}

Powered by Google App Engine
This is Rietveld 408576698