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

Unified Diff: LayoutTests/paint/inline/self-painting-continuation-outline-expected.html

Issue 1197443003: SP: add a scope recorder for painting inline continuation outlines. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/paint/inline/self-painting-continuation-outline-expected.html
diff --git a/LayoutTests/paint/inline/self-painting-continuation-outline-expected.html b/LayoutTests/paint/inline/self-painting-continuation-outline-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..0019cb7d6e02d5fa8a797450237d2bac5511d7cf
--- /dev/null
+++ b/LayoutTests/paint/inline/self-painting-continuation-outline-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<style>
+#target {
+ outline: medium solid black;
+}
+</style>
+<span id="target">
+ <div>Content 1</div>
+ <span></span>
+ <div>Content 2</div>
+</span>
« no previous file with comments | « LayoutTests/paint/inline/self-painting-continuation-outline.html ('k') | Source/core/paint/BlockPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698