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

Unified Diff: LayoutTests/fast/selectors/shadow-host-div-with-span-expected.html

Issue 220343006: Fix for ::selection pseudo element to work on input elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding another Layout Test Created 6 years, 8 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/fast/selectors/shadow-host-div-with-span.html ('k') | Source/core/rendering/RenderObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/selectors/shadow-host-div-with-span-expected.html
diff --git a/LayoutTests/fast/selectors/shadow-host-div-with-span-expected.html b/LayoutTests/fast/selectors/shadow-host-div-with-span-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..060925ee0fab1edce1f05fa50cd12a88a1d47b08
--- /dev/null
+++ b/LayoutTests/fast/selectors/shadow-host-div-with-span-expected.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<style>
+ .class1 {
+ background-color: rgba(63, 128, 33, 0.95);
+ color: yellow;
+ }
+ .class2 {
+ background-color: rgba(255, 0, 0, 0.95);
+ color: green;
+ }
+</style>
+<span class='class1'>DOM </span>
+<span class='class2'>Shadow DOM </span>
+<span class='class1'>DOM</span>
+<div>
+ Above Textual Selection should have Green background and yellow color on "DOM" <br>
+ and Red background, Green color on "Shadow DOM".
+</div>
« no previous file with comments | « LayoutTests/fast/selectors/shadow-host-div-with-span.html ('k') | Source/core/rendering/RenderObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698