+
+
\ No newline at end of file
diff --git a/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-001-ref.html b/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-001-ref.html
index 8049ba2257c7b44..3c08ad55aefe3cb 100644
--- a/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-001-ref.html
+++ b/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-001-ref.html
@@ -4,9 +4,13 @@
body {
font-size: 3em;
font-weight: bolder;
+
+ }
+ #affected1 {
+ color: red;
}
#affected2 {
color: green;
}
-This should have default style (black).This should have 'highlight2' style (green).
\ No newline at end of file
+This should have 'highlight1' style (red).This should have 'highlight2' style (green).
\ No newline at end of file
diff --git a/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-001.html b/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-001.html
index 25f4e7e362aa4b9..0b380574bc5df07 100644
--- a/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-001.html
+++ b/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-001.html
@@ -16,21 +16,19 @@
color: green;
}
-This should have default style (black).This should have 'highlight2' style (green).
+This should have 'highlight1' style (red).This should have 'highlight2' style (green).