Index: third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-vertical-select-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-vertical-select-expected.html b/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-vertical-select-expected.html |
index 2ab0290a5443e73773730576356c841f5ffaaa62..ee9f0c415fb7891e9144b7ae2419059aafc352d8 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-vertical-select-expected.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-vertical-select-expected.html |
@@ -10,7 +10,7 @@ |
</head> |
<body> |
<!-- This expectation depends on the ellipsis is U+2026. --> |
- <div id="target" class="testDiv"><span style="font-family: Ahem">B</span>…</div> |
+ <div class="testDiv"><span id="target" style="font-family: Ahem">B</span>…</div> |
<script> |
var range = document.createRange(); |
range.selectNode(document.getElementById("target")); |