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/content-property-serialization-expected.txt

Issue 707923003: Allow content property to roundtrip (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 years, 1 month 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/content-property-serialization-expected.txt
diff --git a/LayoutTests/fast/css/content-property-serialization-expected.txt b/LayoutTests/fast/css/content-property-serialization-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ea34ef6b6128ca7e8afbe88c80e32a77cefe6ed4
--- /dev/null
+++ b/LayoutTests/fast/css/content-property-serialization-expected.txt
@@ -0,0 +1,14 @@
+Verifies that a css text serialization of the content property can be roundtripped.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+This is a testharness.js-based test.
+PASS CSS.supports('content', '' (' url(http://example.com/) ')'') should return true
+PASS e.style['content'] = '' (' url(http://example.com/) ')'' should set the value
+PASS Serialization should round-trip after setting e.style['content'] = '' (' url(http://example.com/) ')''
+Harness: the test ran to completion.
+
« no previous file with comments | « LayoutTests/fast/css/content-property-serialization.html ('k') | LayoutTests/fast/css/csstext-of-content-string.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698