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

Unified Diff: LayoutTests/fast/css/pseudo-escaped-parenthesis.html

Issue 212123002: Unship '::-webkit-distributed(...)' functional pseudo element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 9 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/pseudo-escaped-parenthesis.html
diff --git a/LayoutTests/fast/css/pseudo-escaped-parenthesis.html b/LayoutTests/fast/css/pseudo-escaped-parenthesis.html
index 40ca7e16a10bd34e3fa79b433bf9ef29f22c9a41..a352f8cf2ab48c0e56c2eb0b98b03b4edc67dd61 100644
--- a/LayoutTests/fast/css/pseudo-escaped-parenthesis.html
+++ b/LayoutTests/fast/css/pseudo-escaped-parenthesis.html
@@ -12,7 +12,6 @@
<style>:lang\( {}</style>
<style>:not\( {}</style>
<style>:cue\( {}</style>
- <style>:-webkit-distributed\( {}</style>
<style>:part\( {}</style>
<style>:host\( {}</style>
</head>
@@ -22,7 +21,7 @@
var sheets = document.styleSheets;
test(function(){
- assert_equals(sheets.length, 11, "StyleSheets.length");
+ assert_equals(sheets.length, 10, "StyleSheets.length");
}, "All stylesheets present")
for (var i=0; i<sheets.length; i++) {
« no previous file with comments | « no previous file | LayoutTests/fast/css/pseudo-escaped-parenthesis-expected.txt » ('j') | Source/core/css/CSSSelector.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698