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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-element-markup-expected.txt

Issue 1958073002: Introduce :-internal-shadow-host-has-appearance pseudo class, and apply it to METER element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove null host check Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-element-markup-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-element-markup-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-element-markup-expected.txt
index 75e722e4a31d154284d5a8ceaf2c1653e5fc575c..36db80aa73e1fb6ddac9637a77199b9909bf28b9 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-element-markup-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-element-markup-expected.txt
@@ -17,6 +17,8 @@ Both meter elements should have a nested shadow box with a width specified:
| style="width: 70%;"
| shadow:pseudoId="-webkit-meter-optimum-value"
| <div>
+| pseudo="-internal-fallback"
+| shadow:pseudoId="-internal-fallback"
| <content>
| "
"
@@ -39,6 +41,8 @@ Both meter elements should have a nested shadow box with a width specified:
| style="width: 100%;"
| shadow:pseudoId="-webkit-meter-suboptimum-value"
| <div>
+| pseudo="-internal-fallback"
+| shadow:pseudoId="-internal-fallback"
| <content>
| "
"
@@ -61,6 +65,8 @@ Both meter elements should have a nested shadow box with a width specified:
| style="width: 100%;"
| shadow:pseudoId="-webkit-meter-even-less-good-value"
| <div>
+| pseudo="-internal-fallback"
+| shadow:pseudoId="-internal-fallback"
| <content>
| "
"

Powered by Google App Engine
This is Rietveld 408576698