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

Side by Side Diff: LayoutTests/fast/dom/resources/wrapper-identity-base.js

Issue 756313002: Remove CSSCharsetRule (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // We use a static list of window properties to avoid breaking when new properti es are added. 1 // We use a static list of window properties to avoid breaking when new properti es are added.
2 var staticWindowProperties = [ 2 var staticWindowProperties = [
3 'CSSPrimitiveValue', 3 'CSSPrimitiveValue',
4 'CSSRule', 4 'CSSRule',
5 'CSSStyleDeclaration', 5 'CSSStyleDeclaration',
6 'CSSCharsetRule',
7 'CSSImportRule', 6 'CSSImportRule',
8 'CSSMediaRule', 7 'CSSMediaRule',
9 'CSSFontFaceRule', 8 'CSSFontFaceRule',
10 'CSSPageRule', 9 'CSSPageRule',
11 'WebKitCSSKeyframeRule', 10 'WebKitCSSKeyframeRule',
12 'WebKitCSSKeyframesRule', 11 'WebKitCSSKeyframesRule',
13 'DOMException', 12 'DOMException',
14 'DOMParser', 13 'DOMParser',
15 'Document', 14 'Document',
16 'DocumentFragment', 15 'DocumentFragment',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 178
180 function testJS(s) 179 function testJS(s)
181 { 180 {
182 shouldBeTrue("var object = " + s + "; isEqualJS(object, object);"); 181 shouldBeTrue("var object = " + s + "; isEqualJS(object, object);");
183 } 182 }
184 183
185 function testObjC(s) 184 function testObjC(s)
186 { 185 {
187 shouldBeTrue("var object = " + s + "; isEqualObjC(object, object);"); 186 shouldBeTrue("var object = " + s + "; isEqualObjC(object, object);");
188 } 187 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/dom-constructors-expected.txt ('k') | LayoutTests/fast/dom/wrapper-classes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698