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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadowdom-for-textarea-complex-shadow-expected.html

Issue 22852020: Only allow reprojecting shadows between ShadowRoots of the same type (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Delete another test Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .textarea-like {
6 width: 255px;
7 height: 96px;
8 border: 1px solid black;
9 overflow-y: scroll;
10 position: relative;
11 top: 2px;
12 margin: 2px 2px 2px 2px;
13 padding: 2px 2px 2px 2px;
14 white-space: pre-wrap;
15 word-wrap: break-word;
16 font: -webkit-small-control;
17 font-family: monospace;
18 }
19 </style>
20 </head>
21 <body>
22
23 <p>A mixed case of a shadow element and content element.</p>
24 <form>
25 <div class="textarea-like">textarea<p>paragraph<b>bold</b>paragraph</p><div style="margin: 20px">textarea</div></div>
26 </form>
27
28 </body>
29 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698