|
Re-attach renderer for progress/meter when author shadow is allowed.
If the author shadow dom is added to progress/meter after the UA shadow dom
renderers have been created, the UA shadow dom renderers will stick. Fixed
by doing a lazyReattachIfAttached for the progress/meter host which were
already done for input elements, for instance.
Fixes flaky tests for progress/meter.
R=tkent@chromium.org
BUG= 432129
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189764
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+52 lines, -51 lines) |
Patch |
|
M |
LayoutTests/FlakyTests
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
|
M |
LayoutTests/TestExpectations
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/shadow/shadowdom-for-meter-redistribute.html
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/shadow/shadowdom-for-meter-redistribute-expected.html
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/shadow/shadowdom-for-progress-redistribute.html
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/shadow/shadowdom-for-progress-redistribute-expected.html
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLMeterElement.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLMeterElement.cpp
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLProgressElement.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLProgressElement.cpp
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (2 generated)
|