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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Range/range-clone-contents-expected.txt

Issue 1988013003: Move generic shorthand serialization checks out of specific routines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shorthand1
Patch Set: actually fix test 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/Range/range-clone-contents-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/range-clone-contents-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Range/range-clone-contents-expected.txt
index 5e5de6c27e5c88bcf0b0ca188a97e22e491dad31..98adf16a49e1f94eb4581075d8ca46c6995ce8ce 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/range-clone-contents-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/range-clone-contents-expected.txt
@@ -13,7 +13,7 @@ test contents:
| <shadow:root>
| <div>
| id="alttext-container"
-| style="overflow: hidden; border: 1px solid silver; display: inline-block; box-sizing: border-box; padding: 1px;"
+| style="overflow: hidden; border-width: 1px; border-style: solid; border-color: silver; display: inline-block; box-sizing: border-box; padding: 1px;"
| <img>
| align="left"
| height="16"

Powered by Google App Engine
This is Rietveld 408576698