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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/submit-reset-nested-bubble-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 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
OLDNEW
1 This tests that we stop propagation when bubbling a submit or reset event to mor e than one form. This matches Firefox behavior 1 This tests that we stop propagation when bubbling a submit or reset event to mor e than one form. This matches Firefox behavior
2 This can only occur when misnested tags cause forms to be nested. 2 This can only occur when misnested tags cause forms to be nested.
3 3
4 You can manually test the submit event, but this automated test will only test t he reset event. 4 You can manually test the submit event, but this automated test will only test t he reset event.
5 5
6 6
7 window reset capture 7 window reset capture
8 outer_form reset capture 8 outer_form reset capture
9 div reset capture 9 div reset capture
10 inner_form reset target 10 inner_form reset target
11 inner_form reset target 11 inner_form reset target
12 div reset bubble 12 div reset bubble
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698