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

Unified Diff: LayoutTests/fast/css/csstext-of-content-string.html

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/csstext-of-content-string.html
diff --git a/LayoutTests/fast/css/csstext-of-content-string.html b/LayoutTests/fast/css/csstext-of-content-string.html
index a6c7dac88568da0ad46513cb2b8d824d55e4dab0..e6f6dde9bdfeb2a22fdaadc3b5777c6697df1ba1 100644
--- a/LayoutTests/fast/css/csstext-of-content-string.html
+++ b/LayoutTests/fast/css/csstext-of-content-string.html
@@ -23,6 +23,6 @@ var style = document.getElementById('style');
shouldBeEqualToString("style.sheet.cssRules[0].cssText", "#A::after { content: 'A'; }");
shouldBeEqualToString("style.sheet.cssRules[1].cssText", "#B::after { content: '\\'B\\''; }");
shouldBeEqualToString("style.sheet.cssRules[2].cssText", "#C::after { content: '\\'C\\8\\''; }");
-shouldBeEqualToString("style.sheet.cssRules[3].cssText", "#D::after { content: '\\'D\\'', url(http://example.com/), 'EFG'; }");
+shouldBeEqualToString("style.sheet.cssRules[3].cssText", "#D::after { content: '\\'D\\'' url(http://example.com/) 'EFG'; }");
</script>
</html>

Powered by Google App Engine
This is Rietveld 408576698