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

Side by Side Diff: LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-expected.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 <html>
3 <head>
4 <style>
5 body { width: 600px; }
6 #footNote { font-size: 13px; }
7 </style>
8 </head>
9 <body>
10 <div id="content">
11 <h1 style="margin-top: 0px">Selecting text through different CSS-Region flow s</h1>
12 <div>
13 This text contains a footnote as a nested region what is diplayed below the article. (1) If you start selecting
14 text from this article until somewhere in the footnote and then click so mewhere, the selection should be cleared.
15 </div>
16 <div id="footNote">(1) This is a footnote. Footnotes can be quite long and g o over several lines. This footnote
17 is nested inside the text above and displayed here with the help of css-regi ons.</div>
18 </div>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698