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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .class1 {
4 background-color: rgba(63, 128, 33, 0.95);
5 color: yellow;
6 }
7 .class2 {
8 background-color: rgba(255, 0, 0, 0.95);
9 color: green;
10 }
11 </style>
12 <span class='class1'>DOM </span>
13 <span class='class2'>Shadow DOM </span>
14 <span class='class1'>DOM</span>
15 <div>
16 Above Textual Selection should have Green background and yellow color on "DO M" <br>
17 and Red background, Green color on "Shadow DOM".
18 </div>
OLDNEW
« 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