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

Side by Side Diff: tests/html/html.status

Issue 11047008: CSSStyleDeclaration.getPropertyValue returns empty string instead of null. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 window_open_test: Fail, Pass # http://dartbug.com/5151 5 window_open_test: Fail, Pass # http://dartbug.com/5151
6 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 webgl_1_test: Skip # Issue 1495 8 webgl_1_test: Skip # Issue 1495
9 xmldocument_test: Skip # XML in dart:html is incomplete 9 xmldocument_test: Skip # XML in dart:html is incomplete
10 xmlelement_test: Skip # XML in dart:html is incomplete 10 xmlelement_test: Skip # XML in dart:html is incomplete
11 11
12 [ $runtime == chrome ] 12 [ $runtime == chrome ]
13 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab le. 13 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab le.
14 14
15 [ $runtime == drt ] 15 [ $runtime == drt ]
16 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. 16 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages.
17 17
18 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 18 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
19 cssstyledeclaration_test: Fail # Issue 5617: Need to make corresponding dartium change.
20
21 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
19 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 22 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
20 23
21 [ $compiler == none && $runtime == drt && $system == windows] 24 [ $compiler == none && $runtime == drt && $system == windows]
22 audiocontext_test: Skip 25 audiocontext_test: Skip
23 26
24 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 27 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
25 websql_test: Skip # Issue 4941: stderr contains a backtrace. 28 websql_test: Skip # Issue 4941: stderr contains a backtrace.
26 29
27 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 30 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
28 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 31 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 221
219 [ $compiler == dart2js && $runtime == chrome && $system == windows] 222 [ $compiler == dart2js && $runtime == chrome && $system == windows]
220 css_test: Pass, Fail # Issue #2823 223 css_test: Pass, Fail # Issue #2823
221 224
222 [ $compiler == dart2js && $runtime == ff && $system == windows] 225 [ $compiler == dart2js && $runtime == ff && $system == windows]
223 js_interop_2_test: Fail # Issue 4658. 226 js_interop_2_test: Fail # Issue 4658.
224 js_interop_3_test: Fail # Issue 4658. 227 js_interop_3_test: Fail # Issue 4658.
225 228
226 [ $compiler == dart2js && $checked && $browser] 229 [ $compiler == dart2js && $checked && $browser]
227 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' 230 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name '
OLDNEW
« lib/html/dart2js/html_dart2js.dart ('K') | « tests/html/cssstyledeclaration_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698