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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/wrapper-classes.html

Issue 1676493002: Remove SVGZoomEvent and alias SVGZoomEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../resources/js-test.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <style id="style" media="screen"> 4 <style id="style" media="screen">
5 .non-existent-class { 5 .non-existent-class {
6 color: rgb(0, 0, 0); 6 color: rgb(0, 0, 0);
7 } 7 }
8 </style> 8 </style>
9 </head> 9 </head>
10 <body> 10 <body>
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 264
265 // CSSFontFaceRule 265 // CSSFontFaceRule
266 // CSSImportRule 266 // CSSImportRule
267 // CSSMediaRule 267 // CSSMediaRule
268 // CSSPageRule 268 // CSSPageRule
269 // CSSRule 269 // CSSRule
270 // WebKitCSSKeyframeRule 270 // WebKitCSSKeyframeRule
271 // WebKitCSSKeyframesRule 271 // WebKitCSSKeyframesRule
272 // SVGColor 272 // SVGColor
273 // SVGPaint 273 // SVGPaint
274 // SVGZoomEvent
275 274
276 // Conditional elements, VIDEO, RUBY. 275 // Conditional elements, VIDEO, RUBY.
277 276
278 // the various window sub-objects 277 // the various window sub-objects
279 278
280 // what else is missing? 279 // what else is missing?
281 280
282 if (window.testRunner) 281 if (window.testRunner)
283 testRunner.notifyDone(); 282 testRunner.notifyDone();
284 } 283 }
285 284
286 function frameLoaded() 285 function frameLoaded()
287 { 286 {
288 runTest(); 287 runTest();
289 } 288 }
290 289
291 </script> 290 </script>
292 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> 291 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe>
293 </body> 292 </body>
294 </html> 293 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698