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

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

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 <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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 testTag("tr", "HTMLTableRowElement"); 256 testTag("tr", "HTMLTableRowElement");
257 testTag("tt", "HTMLElement"); 257 testTag("tt", "HTMLElement");
258 testTag("u", "HTMLElement"); 258 testTag("u", "HTMLElement");
259 testTag("ul", "HTMLUListElement"); 259 testTag("ul", "HTMLUListElement");
260 testTag("var", "HTMLElement"); 260 testTag("var", "HTMLElement");
261 testTag("wbr", "HTMLElement"); 261 testTag("wbr", "HTMLElement");
262 testTag("xmp", "HTMLPreElement"); 262 testTag("xmp", "HTMLPreElement");
263 263
264 // Not yet tested: 264 // Not yet tested:
265 265
266 // CSSCharsetRule
267 // CSSFontFaceRule 266 // CSSFontFaceRule
268 // CSSImportRule 267 // CSSImportRule
269 // CSSMediaRule 268 // CSSMediaRule
270 // CSSPageRule 269 // CSSPageRule
271 // CSSRule 270 // CSSRule
272 // WebKitCSSKeyframeRule 271 // WebKitCSSKeyframeRule
273 // WebKitCSSKeyframesRule 272 // WebKitCSSKeyframesRule
274 // SVGColor 273 // SVGColor
275 // SVGPaint 274 // SVGPaint
276 // SVGZoomEvent 275 // SVGZoomEvent
(...skipping 10 matching lines...) Expand all
287 286
288 function frameLoaded() 287 function frameLoaded()
289 { 288 {
290 runTest(); 289 runTest();
291 } 290 }
292 291
293 </script> 292 </script>
294 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> 293 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe>
295 </body> 294 </body>
296 </html> 295 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/resources/wrapper-identity-base.js ('k') | LayoutTests/fast/dom/wrapper-identity-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698