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

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..f293563b9a22d5844ddd09bbe7325b82387db7ad
--- /dev/null
+++ b/LayoutTests/paint/inline/self-painting-continuation-outline-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<style>
+* {
+ outline: medium solid black;
+}
+
leviw_travelin_and_unemployed 2015/06/18 20:40:16 Nit: Extra line. Can we also make the outline app
chrishtr 2015/06/18 21:00:41 Done.
+</style>
+<span>
+ <div>Content 1</div>
+ <span></span>
+ <div>Content 2</div>
+</span>

Powered by Google App Engine
This is Rietveld 408576698