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

Side by Side Diff: LayoutTests/fast/css/readwrite-contenteditable-recalc-expected.txt

Issue 148223004: Improve support for :read-only and :read-write pseudoclasses. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix handling of ancestral changes in contenteditable attribute. 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 PASS getComputedStyle(p1)["background-color"] is "rgb(255, 204, 204)"
2 PASS getComputedStyle(c1a)["background-color"] is "rgb(255, 204, 204)"
3 PASS getComputedStyle(c1b)["background-color"] is "rgb(255, 204, 204)"
4 PASS getComputedStyle(p2)["background-color"] is "rgb(204, 255, 255)"
5 PASS getComputedStyle(c2a)["background-color"] is "rgb(204, 255, 255)"
6 PASS getComputedStyle(c2b)["background-color"] is "rgb(204, 255, 255)"
7 PASS getComputedStyle(p1)["background-color"] is "rgb(204, 255, 255)"
8 PASS getComputedStyle(c1a)["background-color"] is "rgb(204, 255, 255)"
9 PASS getComputedStyle(c1b)["background-color"] is "rgb(204, 255, 255)"
10 PASS getComputedStyle(p2)["background-color"] is "rgb(255, 204, 204)"
11 PASS getComputedStyle(c2a)["background-color"] is "rgb(255, 204, 204)"
12 PASS getComputedStyle(c2b)["background-color"] is "rgb(255, 204, 204)"
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16 Some parent text. Some child text.
17 Some parent text. Some child text.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698