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

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

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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/readwrite-contenteditable-recalc-expected.txt
diff --git a/LayoutTests/fast/css/readwrite-contenteditable-recalc-expected.txt b/LayoutTests/fast/css/readwrite-contenteditable-recalc-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..715b648ab115644e7f656b127cadcf9ff1dbb819
--- /dev/null
+++ b/LayoutTests/fast/css/readwrite-contenteditable-recalc-expected.txt
@@ -0,0 +1,17 @@
+PASS getComputedStyle(p1)["background-color"] is "rgb(255, 204, 204)"
+PASS getComputedStyle(c1a)["background-color"] is "rgb(255, 204, 204)"
+PASS getComputedStyle(c1b)["background-color"] is "rgb(255, 204, 204)"
+PASS getComputedStyle(p2)["background-color"] is "rgb(204, 255, 255)"
+PASS getComputedStyle(c2a)["background-color"] is "rgb(204, 255, 255)"
+PASS getComputedStyle(c2b)["background-color"] is "rgb(204, 255, 255)"
+PASS getComputedStyle(p1)["background-color"] is "rgb(204, 255, 255)"
+PASS getComputedStyle(c1a)["background-color"] is "rgb(204, 255, 255)"
+PASS getComputedStyle(c1b)["background-color"] is "rgb(204, 255, 255)"
+PASS getComputedStyle(p2)["background-color"] is "rgb(255, 204, 204)"
+PASS getComputedStyle(c2a)["background-color"] is "rgb(255, 204, 204)"
+PASS getComputedStyle(c2b)["background-color"] is "rgb(255, 204, 204)"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Some parent text. Some child text.
+Some parent text. Some child text.
« no previous file with comments | « LayoutTests/fast/css/readwrite-contenteditable-recalc.html ('k') | LayoutTests/fast/forms/input-live-pseudo-selectors.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698