Commit Graph

6 Commits

Author SHA1 Message Date
Terry Lucas bc75856e54 Update getClientRects, removed xtab, removed bogus entry in dom.json,
expose ServiceWorker, removed query and queryAll from in dart:html,
added constructor to MessageChannel and removed getCssCanvasContext.

Fixed all tests using query and queryAll.

Fixes https://github.com/dart-lang/sdk/issues/25664
Fixes https://github.com/dart-lang/sdk/issues/26349
Fixes https://github.com/dart-lang/sdk/issues/32323
Fixes https://github.com/dart-lang/sdk/issues/32659
Fixes https://github.com/dart-lang/sdk/issues/32675

R=kevmoo@google.com

Change-Id: I687471e80b8fe9c7040673113f424dbaab7c64d4
Reviewed-on: https://dart-review.googlesource.com/48381
Commit-Queue: Terry Lucas <terry@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2018-03-27 20:45:33 +00:00
Jacob Richman 2dcd56ef43 Format all tests.
There are far too many files here to review everyone carefully.
Spot checking most of the diffs look good as test code is generally written
with less care than application code so lots of ugly formatting get through.
If people notice files where the automated formatting bothers them feel free
to comment indicating file names and I'll move spaces within comments to make
the formatting cleaner and use comments to force block formatting as I have
done for other case where formatting looked bad.

BUG=
R=efortuna@google.com

Review-Url: https://codereview.chromium.org/2771453003 .
2017-04-17 14:53:02 -07:00
alanknight@google.com 708be606fe Update offset tests for different text layout in Chrome 40
BUG=
R=terry@google.com

Review URL: https://codereview.chromium.org//982013002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44264 260f80e4-7a28-3924-810f-c04153c831b5
2015-03-05 17:58:57 +00:00
kevmoo@google.com 4283c3e41e using unittest via package import
R=sigmund@google.com

Review URL: https://codereview.chromium.org//231413003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34890 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-09 19:42:11 +00:00
efortuna@google.com 717910726c Adjust offset test for Windows fonts.
BUG=

Review URL: https://codereview.chromium.org//20769004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25527 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-26 18:01:31 +00:00
efortuna@google.com bf91aab6f1 Make element offset test machine independent.
BUG=
R=jmesserly@google.com

Review URL: https://codereview.chromium.org//20606002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25526 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-26 17:47:34 +00:00