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

Unified Diff: LayoutTests/paint/inline/self-painting-continuation-outline.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.html
diff --git a/LayoutTests/paint/inline/self-painting-continuation-outline.html b/LayoutTests/paint/inline/self-painting-continuation-outline.html
new file mode 100644
index 0000000000000000000000000000000000000000..0e8f54c142d49ea97564535070510cb76361eaea
--- /dev/null
+++ b/LayoutTests/paint/inline/self-painting-continuation-outline.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+* {
leviw_travelin_and_unemployed 2015/06/18 20:40:16 Can we make this only apply to the target as well?
chrishtr 2015/06/18 21:00:41 Done.
+ outline: medium solid black;
+}
+#target {
+ position: relative;
+}
+</style>
+<span id="target">
+ <div>Content 1</div>
leviw_travelin_and_unemployed 2015/06/18 20:40:16 "Test passes if no assert with Slimming Paint"?
chrishtr 2015/06/18 21:00:42 It's implied that tests don't crash. This test tes
+ <span></span>
+ <div>Content 2</div>
+</span>

Powered by Google App Engine
This is Rietveld 408576698