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

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: rebasing after r150849 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
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebRuntimeFeatures.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 // CSSPageRule 271 // CSSPageRule
272 // CSSRule 272 // CSSRule
273 // CSSVariablesRule 273 // CSSVariablesRule
274 // WebKitCSSKeyframeRule 274 // WebKitCSSKeyframeRule
275 // WebKitCSSKeyframesRule 275 // WebKitCSSKeyframesRule
276 // CSSValue 276 // CSSValue
277 // SVGColor 277 // SVGColor
278 // SVGPaint 278 // SVGPaint
279 // SVGZoomEvent 279 // SVGZoomEvent
280 280
281 // Conditional elements, VIDEO, RUBY, DATALIST_ELEMENT. 281 // Conditional elements, VIDEO, RUBY.
282 282
283 // the various window sub-objects 283 // the various window sub-objects
284 284
285 // what else is missing? 285 // what else is missing?
286 286
287 if (window.testRunner) 287 if (window.testRunner)
288 testRunner.notifyDone(); 288 testRunner.notifyDone();
289 } 289 }
290 290
291 function frameLoaded() 291 function frameLoaded()
292 { 292 {
293 runTest(); 293 runTest();
294 } 294 }
295 295
296 </script> 296 </script>
297 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> 297 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe>
298 </body> 298 </body>
299 </html> 299 </html>
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698