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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/css-element-attribute-js-null-expected.txt

Issue 1637273003: PageRule should not serialize @page in selectorText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win build problem Created 4 years, 10 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 This test setting various attributes of a CSSOM elements to JavaScript null. 1 This test setting various attributes of a CSSOM elements to JavaScript null.
2 2
3 TEST SUCCEEDED: The value was the string '.foo { color: black; }'. [tested CSSRu le.cssText] 3 TEST SUCCEEDED: The value was the string '.foo { color: black; }'. [tested CSSRu le.cssText]
4 4
5 TEST SUCCEEDED: The value was the string 'null'. [tested CSSKeyframesRule.name] 5 TEST SUCCEEDED: The value was the string 'null'. [tested CSSKeyframesRule.name]
6 6
7 TEST SUCCEEDED: The value was the string '@page null'. [tested CSSPageRule.selec torText] 7 TEST SUCCEEDED: The value was the string 'null'. [tested CSSPageRule.selectorTex t]
8 8
9 TEST SUCCEEDED: The value was the string 'null'. [tested CSSStyleRule.selectorTe xt] 9 TEST SUCCEEDED: The value was the string 'null'. [tested CSSStyleRule.selectorTe xt]
10 10
11 TEST SUCCEEDED: The value was the empty string. [tested CSSStyleDeclaration.cssT ext] 11 TEST SUCCEEDED: The value was the empty string. [tested CSSStyleDeclaration.cssT ext]
12 12
13 TEST SUCCEEDED: The value was the empty string. [tested MediaList.mediaText] 13 TEST SUCCEEDED: The value was the empty string. [tested MediaList.mediaText]
14 14
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698