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

Unified Diff: LayoutTests/fast/dom/css-element-attribute-js-null-expected.txt

Issue 107313004: Remove TreatNullAs=NullString for CSS*Rule (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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
« no previous file with comments | « LayoutTests/fast/dom/css-element-attribute-js-null.html ('k') | Source/core/css/CSSCharsetRule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/css-element-attribute-js-null-expected.txt
diff --git a/LayoutTests/fast/dom/css-element-attribute-js-null-expected.txt b/LayoutTests/fast/dom/css-element-attribute-js-null-expected.txt
index 838ac38835a2400e01e88708741554cfc25865f3..c20a489763f893af23bc48423e031dfc044a2459 100644
--- a/LayoutTests/fast/dom/css-element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/css-element-attribute-js-null-expected.txt
@@ -2,7 +2,13 @@ This test setting various attributes of a CSSOM elements to JavaScript null.
TEST SUCCEEDED: The value was the string '.foo { color: black; }'. [tested CSSRule.cssText]
-TEST SUCCEEDED: The value was the string '.foo'. [tested CSSStyleRule.selectorText]
+TEST SUCCEEDED: The value was the string 'null'. [tested CSSCharsetRule.encoding]
+
+TEST SUCCEEDED: The value was the string 'null'. [tested CSSKeyframesRule.name]
+
+TEST SUCCEEDED: The value was the string '@page null'. [tested CSSPageRule.selectorText]
+
+TEST SUCCEEDED: The value was the string 'null'. [tested CSSStyleRule.selectorText]
TEST SUCCEEDED: The value was the empty string. [tested CSSStyleDeclaration.cssText]
« no previous file with comments | « LayoutTests/fast/dom/css-element-attribute-js-null.html ('k') | Source/core/css/CSSCharsetRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698