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

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

Issue 14859003: Remove the compile time flag for DATALIST Element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.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 clip: rect(0, 0, 1, 1); 7 clip: rect(0, 0, 1, 1);
8 content: counter(dummy, square); 8 content: counter(dummy, square);
9 } 9 }
10 </style> 10 </style>
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 // CSSPageRule 272 // CSSPageRule
273 // CSSRule 273 // CSSRule
274 // CSSVariablesRule 274 // CSSVariablesRule
275 // WebKitCSSKeyframeRule 275 // WebKitCSSKeyframeRule
276 // WebKitCSSKeyframesRule 276 // WebKitCSSKeyframesRule
277 // CSSValue 277 // CSSValue
278 // SVGColor 278 // SVGColor
279 // SVGPaint 279 // SVGPaint
280 // SVGZoomEvent 280 // SVGZoomEvent
281 281
282 // Conditional elements, VIDEO, RUBY, DATALIST_ELEMENT. 282 // Conditional elements, VIDEO, RUBY.
283 283
284 // the various window sub-objects 284 // the various window sub-objects
285 285
286 // what else is missing? 286 // what else is missing?
287 287
288 if (window.testRunner) 288 if (window.testRunner)
289 testRunner.notifyDone(); 289 testRunner.notifyDone();
290 } 290 }
291 291
292 function frameLoaded() 292 function frameLoaded()
293 { 293 {
294 runTest(); 294 runTest();
295 } 295 }
296 296
297 </script> 297 </script>
298 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> 298 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe>
299 </body> 299 </body>
300 </html> 300 </html>
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebRuntimeFeatures.h » ('j') | Source/core/css/html.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698