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

Unified Diff: LayoutTests/transforms/transform-focus-ring-expected.html

Issue 288013005: Handle transformed descendants when drawing focus rings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Exclude the new flaky test. The other new test covers the change. Created 6 years, 7 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
« no previous file with comments | « LayoutTests/transforms/transform-focus-ring.html ('k') | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/transforms/transform-focus-ring-expected.html
diff --git a/LayoutTests/transforms/transform-focus-ring-expected.html b/LayoutTests/transforms/transform-focus-ring-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..8f29f96f8b285c2f81a4fde27e3cfe423d257326
--- /dev/null
+++ b/LayoutTests/transforms/transform-focus-ring-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<div style="width: 100px; height: 100px; outline: red auto thin; background-color: yellow">
+ <div style="position: absolute; top: 50px; left: 50px; background-color: blue; width: 150px; height: 150px">
+ <div style="position: absolute; top: 20px; left: 50px; background-color: green; width: 50px; height: 200px"></div>
+ </div>
+</div>
« no previous file with comments | « LayoutTests/transforms/transform-focus-ring.html ('k') | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698