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

Issue 10690052: added shadow dom layout test (Closed)

Created:
8 years, 5 months ago by samhop
Modified:
8 years, 5 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

added shadow dom layout test BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=9263

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed sigmund's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -0 lines) Patch
M tests/html/html.status View 1 chunk +1 line, -0 lines 0 comments Download
A tests/html/shadow_dom_layout_test.dart View 1 1 chunk +36 lines, -0 lines 0 comments Download
A tests/html/shadow_dom_layout_test.txt View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
samhop
8 years, 5 months ago (2012-06-29 20:03:51 UTC) #1
Siggi Cherem (dart-lang)
lgtm https://chromiumcodereview.appspot.com/10690052/diff/1/tests/html/shadow_dom_layout_test.dart File tests/html/shadow_dom_layout_test.dart (right): https://chromiumcodereview.appspot.com/10690052/diff/1/tests/html/shadow_dom_layout_test.dart#newcode23 tests/html/shadow_dom_layout_test.dart:23: var sr = new ShadowRoot(div); following jacob's comment ...
8 years, 5 months ago (2012-06-29 20:20:38 UTC) #2
samhop
8 years, 5 months ago (2012-06-29 20:25:12 UTC) #3
fixed and committed

https://chromiumcodereview.appspot.com/10690052/diff/1/tests/html/shadow_dom_...
File tests/html/shadow_dom_layout_test.dart (right):

https://chromiumcodereview.appspot.com/10690052/diff/1/tests/html/shadow_dom_...
tests/html/shadow_dom_layout_test.dart:23: var sr = new ShadowRoot(div);
On 2012/06/29 20:20:38, sigmund wrote:
> following jacob's comment from the other CL, maybe sRoot or root would be more
> descriptive here.

Done.

https://chromiumcodereview.appspot.com/10690052/diff/1/tests/html/shadow_dom_...
tests/html/shadow_dom_layout_test.dart:27: div.nodes.add(bluebox);
On 2012/06/29 20:20:38, sigmund wrote:
> maybe add an empty line above this to see the divide between shadow root vs
> shadow host

Done.

Powered by Google App Engine
This is Rietveld 408576698