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

Side by Side Diff: LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1321943002: Support for CSSOM CSSNamespaceRule interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updating testcases Created 5 years, 3 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 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 getter cssRules 257 getter cssRules
258 getter name 258 getter name
259 method appendRule 259 method appendRule
260 method constructor 260 method constructor
261 method deleteRule 261 method deleteRule
262 method findRule 262 method findRule
263 setter name 263 setter name
264 interface CSSMediaRule 264 interface CSSMediaRule
265 getter media 265 getter media
266 method constructor 266 method constructor
267 interface CSSNamespaceRule
268 getter namespaceURI
269 getter prefix
270 method constructor
267 interface CSSPageRule 271 interface CSSPageRule
268 getter selectorText 272 getter selectorText
269 getter style 273 getter style
270 method constructor 274 method constructor
271 setter selectorText 275 setter selectorText
272 interface CSSRule 276 interface CSSRule
273 attribute CHARSET_RULE 277 attribute CHARSET_RULE
274 attribute FONT_FACE_RULE 278 attribute FONT_FACE_RULE
275 attribute IMPORT_RULE 279 attribute IMPORT_RULE
276 attribute KEYFRAMES_RULE 280 attribute KEYFRAMES_RULE
277 attribute KEYFRAME_RULE 281 attribute KEYFRAME_RULE
278 attribute MEDIA_RULE 282 attribute MEDIA_RULE
283 attribute NAMESPACE_RULE
279 attribute PAGE_RULE 284 attribute PAGE_RULE
280 attribute STYLE_RULE 285 attribute STYLE_RULE
281 attribute SUPPORTS_RULE 286 attribute SUPPORTS_RULE
282 attribute WEBKIT_KEYFRAMES_RULE 287 attribute WEBKIT_KEYFRAMES_RULE
283 attribute WEBKIT_KEYFRAME_RULE 288 attribute WEBKIT_KEYFRAME_RULE
284 getter cssText 289 getter cssText
285 getter parentRule 290 getter parentRule
286 getter parentStyleSheet 291 getter parentStyleSheet
287 getter type 292 getter type
288 method constructor 293 method constructor
(...skipping 5808 matching lines...) Expand 10 before | Expand all | Expand 10 after
6097 setter password 6102 setter password
6098 setter pathname 6103 setter pathname
6099 setter port 6104 setter port
6100 setter protocol 6105 setter protocol
6101 setter search 6106 setter search
6102 setter username 6107 setter username
6103 PASS successfullyParsed is true 6108 PASS successfullyParsed is true
6104 6109
6105 TEST COMPLETE 6110 TEST COMPLETE
6106 6111
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698