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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-insert-svg-shape-expected.html

Issue 131133004: [CSS Shapes] Dynamically created element with image valued shape-outside doesn't update (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed unnecessary frameView() check Created 6 years, 10 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/shapes/shape-outside-floats/shape-outside-insert-svg-shape-expected.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-insert-svg-shape-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-insert-svg-shape-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..81cd473f25575f8e987f2b5a54dc116005dde010
--- /dev/null
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-insert-svg-shape-expected.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+<style>
+.container {
+ font: 50px/1 Ahem, sans-serif;
+ color: green;
+}
+</style>
+</head>
+<body>
+<div class="container">
+<p>X<br>&nbsp;X<br>X</p>
+</div>
+</body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698