Index: third_party/WebKit/LayoutTests/custom-elements/imports/circular-imports.html |
diff --git a/third_party/WebKit/LayoutTests/custom-elements/imports/circular-imports.html b/third_party/WebKit/LayoutTests/custom-elements/imports/circular-imports.html |
index 99097acfffdfba6724626b7ed78809ab1d7b3ead..7d473102d7f536532ab0b06e56d8eb80afae9458 100644 |
--- a/third_party/WebKit/LayoutTests/custom-elements/imports/circular-imports.html |
+++ b/third_party/WebKit/LayoutTests/custom-elements/imports/circular-imports.html |
@@ -15,5 +15,5 @@ test(() => { |
// upgraded when the definitions are ready. |
assert_array_equals(constructors, ['circular-level2', 'circular-level1'], |
'The constructor order should be script execution order of definition.'); |
-}, 'Custom Elements definitions in circularly-dependent imports should work.'); |
+}, 'custom element definitions in circularly-dependent imports should work.'); |
</script> |