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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html

Issue 19865002: [CSS Shapes] Port shape-inside on regions and shape's content overflow from WebKit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: [CSS Shapes] Port shape-inside on regions and shape's content overflow from WebKit Created 7 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/regions/shape-inside/shape-inside-on-additional-regions-expected.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html
index f57f3a1a5ad43f4e788774608d4844a49b0492a5..d0a074bdd66177c9e5afecdfa9a7250cf4775490 100644
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html
@@ -1,10 +1,6 @@
<!DOCTYPE html>
<html>
<head>
-<script>
- if (window.internals)
- window.internals.settings.setCSSExclusionsEnabled(true);
-</script>
<style>
.region {
font: 14px Ahem, sans-serif;
@@ -17,18 +13,24 @@
}
#region_with_shape_inside {
border: 1px solid black;
- -webkit-shape-inside: rectangle(50px, 0px, 200px, 150px);
+ overflow: hidden;
background-color: orange;
}
+ #placeholder {
+ float: left;
+ width: 50px;
+ height: 300px;
+ }
</style>
</head>
<body>
<div class="region">
- <p>Despite the passage of time, Major Quilan still suffers grief and bereavement from the death of his wife, killed during the Chelgrian civil war that resulted from the Culture's interference. <p>Quilan is offered the chance to avenge the lost Chelgrians who died in the civil war and is inducted into a plot to strike back
+ <p>Despite the passage of time, Major Quilan still suffers grief and bereavement from the death of his wife, killed during the Chelgrian civil war that resulted from the Culture's interference. <p>Quilan is offered the chance to avenge the lost Chelgrians who died in the civil war and is inducted into a plot to strike back at the Culture.</p>
</div>
<div id="region_with_shape_inside" class="region">
-at the Culture.</p>As part of the plot, his <p>"soulkeeper"</p> (a device normally used to store its owner's personality upon their death) is equipped with both the mind of a long-dead Chelgrian general and a device...
+ <div id="placeholder"></div>
+ <p>As part of the plot, his <p>"soulkeeper"</p> (a device normally used to store its owner's personality upon their death) is equipped with both the mind of a long-dead Chelgrian general and a device...
</div>
<p>Requires Ahem font. The content - what contains multiple nested paragraphs - flows into multiple regions, a shape-inside property is applied only on the second region. <br/>

Powered by Google App Engine
This is Rietveld 408576698