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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/css-element-attribute-js-null.html

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, 11 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: third_party/WebKit/LayoutTests/fast/dom/css-element-attribute-js-null.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/css-element-attribute-js-null.html b/third_party/WebKit/LayoutTests/fast/dom/css-element-attribute-js-null.html
index 8b2209fe83a1576a42b2282cefcd3f553e512d3e..62f3f8a74913b6c8a8375e1cc14a6bf8d8074167 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/css-element-attribute-js-null.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/css-element-attribute-js-null.html
@@ -78,7 +78,7 @@
type: 'CSSPageRule',
elementToUse: pageRule,
attributes: [
- {name: 'selectorText', expectedNull: '@page null'}
+ {name: 'selectorText', expectedNull: 'null'}
]
},
{

Powered by Google App Engine
This is Rietveld 408576698