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

Issue 23232005: Port custom element layout tests to Dart (Closed)

Created:
7 years, 4 months ago by vsm
Modified:
7 years, 4 months ago
CC:
reviews_dartlang.org, Jennifer Messerly, Siggi Cherem (dart-lang), dominicc (has gone to gerrit)
Visibility:
Public.

Description

Port custom element layout tests to Dart These are adapted from Dominic's tests here: http://src.chromium.org/viewvc/blink/trunk/LayoutTests/fast/dom/custom/ R=blois@google.com Committed: https://code.google.com/p/dart/source/detail?r=26319

Patch Set 1 #

Total comments: 12

Patch Set 2 : Refactor, address comments. #

Total comments: 1

Patch Set 3 : Fix tags #

Patch Set 4 : Fix dart2js and status #

Unified diffs Side-by-side diffs Delta from patch set Stats (+534 lines, -0 lines) Patch
A tests/html/custom/attribute_changed_callback_test.dart View 1 1 chunk +76 lines, -0 lines 0 comments Download
A tests/html/custom/constructor_calls_created_synchronously_test.dart View 1 1 chunk +32 lines, -0 lines 0 comments Download
A tests/html/custom/created_callback_test.dart View 1 2 1 chunk +87 lines, -0 lines 0 comments Download
A tests/html/custom/document_register_basic_test.dart View 1 1 chunk +132 lines, -0 lines 0 comments Download
A tests/html/custom/document_register_type_extensions_test.dart View 1 2 3 1 chunk +197 lines, -0 lines 0 comments Download
M tests/html/html.status View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
vsm
Organizational / refactoring comments welcome as well. I'm tempted to put these in their own ...
7 years, 4 months ago (2013-08-16 23:00:06 UTC) #1
vsm
https://chromiumcodereview.appspot.com/23232005/diff/1/tests/html/html.status File tests/html/html.status (right): https://chromiumcodereview.appspot.com/23232005/diff/1/tests/html/html.status#newcode21 tests/html/html.status:21: # Issue 9326 failures I still need to update ...
7 years, 4 months ago (2013-08-16 23:00:54 UTC) #2
Siggi Cherem (dart-lang)
looks awesome (just a cursory look on my part though) https://chromiumcodereview.appspot.com/23232005/diff/1/tests/html/custom_element_attribute_changed_test.dart File tests/html/custom_element_attribute_changed_test.dart (right): https://chromiumcodereview.appspot.com/23232005/diff/1/tests/html/custom_element_attribute_changed_test.dart#newcode10 ...
7 years, 4 months ago (2013-08-16 23:02:19 UTC) #3
blois
https://chromiumcodereview.appspot.com/23232005/diff/1/tests/html/custom_element_attribute_changed_test.dart File tests/html/custom_element_attribute_changed_test.dart (right): https://chromiumcodereview.appspot.com/23232005/diff/1/tests/html/custom_element_attribute_changed_test.dart#newcode6 tests/html/custom_element_attribute_changed_test.dart:6: import '../../pkg/unittest/lib/unittest.dart'; we should use package: imports for new ...
7 years, 4 months ago (2013-08-16 23:37:48 UTC) #4
dominicc (has gone to gerrit)
This looks very neat. https://chromiumcodereview.appspot.com/23232005/diff/1/tests/html/custom_element_created_test.dart File tests/html/custom_element_created_test.dart (right): https://chromiumcodereview.appspot.com/23232005/diff/1/tests/html/custom_element_created_test.dart#newcode44 tests/html/custom_element_created_test.dart:44: expect(query('x-c:not(:unresolved)'), this); FYI this test ...
7 years, 4 months ago (2013-08-17 00:45:56 UTC) #5
vsm
PTAL. I moved these tests in the separate sub-directory (html/custom). https://chromiumcodereview.appspot.com/23232005/diff/1/tests/html/custom_element_attribute_changed_test.dart File tests/html/custom_element_attribute_changed_test.dart (right): https://chromiumcodereview.appspot.com/23232005/diff/1/tests/html/custom_element_attribute_changed_test.dart#newcode6 ...
7 years, 4 months ago (2013-08-19 17:00:10 UTC) #6
blois
lgtm https://chromiumcodereview.appspot.com/23232005/diff/11001/tests/html/custom/created_callback_test.dart File tests/html/custom/created_callback_test.dart (right): https://chromiumcodereview.appspot.com/23232005/diff/11001/tests/html/custom/created_callback_test.dart#newcode75 tests/html/custom/created_callback_test.dart:75: -c id="t"></x-c> Is this correct here?
7 years, 4 months ago (2013-08-19 17:25:21 UTC) #7
vsm
7 years, 4 months ago (2013-08-19 17:50:49 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r26319 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698