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

Side by Side Diff: LayoutTests/fast/css/readwrite-contenteditable.html

Issue 236753004: Re-land "Improve support for :read-only and :read-write pseudoclasses". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/readwrite-contenteditable-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype html>
2
3 <style>
4 div:read-only, span:read-only { background-color: #ccf; }
5 div:read-write, span:read-write { background-color: #fcc; }
6 </style>
7
8 <div>Read-only</div>
9 <div>Read-only <span>Read-only</span></div>
10 <div>Read-only <span contenteditable="true">Read-write</span></div>
11 <div contenteditable="true">Read-write <span>Read-write</span></div>
12 <div contenteditable="true">Read-write <span contenteditable="false">Read-only</ span></div>
13 <div contenteditable="true">Read-write <span contenteditable="false">Read-only < span>Read-only</span</span></div>
14
15 <div>Read-only <span contenteditable>Read-write</span></div>
16 <div>Read-only <span contenteditable>Read-write <span contenteditable="inherit"> Read-write</span></span></div>
17 <div contenteditable>Read-write <span contenteditable="false">Read-only <span co ntenteditable="inherit">Read-only</span></span></div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/readwrite-contenteditable-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698