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

Side by Side Diff: LayoutTests/fast/css/content-property-serialization.html

Issue 1090423007: Serialize <string> with double quotes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <script src="../../resources/testharness.js"></script> 2 <script src="../../resources/testharness.js"></script>
3 <script src="../../resources/testharnessreport.js"></script> 3 <script src="../../resources/testharnessreport.js"></script>
4 <script src="../../css-parser/resources/property-parsing-test.js"></script> 4 <script src="../../css-parser/resources/property-parsing-test.js"></script>
5 <script> 5 <script>
6 // Verifies that a css text serialization of the content property can be roundtr ipped. 6 // Verifies that a css text serialization of the content property can be roundtr ipped.
7 assert_valid_value("content", "' (' url(http://example.com/) ')'"); 7 assert_valid_value("content", "\" (' url(http://example.com/) ')\"");
8 </script> 8 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698