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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-expected.txt

Issue 2962753002: [DevTools] Unflake some of inspector-protocol tests (Closed)
Patch Set: Created 3 years, 6 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/inspector-protocol/accessibility/accessibility-nameSources-input-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-expected.txt
index 964fb3291edc9270829b6915218f4bb934949cd7..aac4641f7c6074c373c5ff8e8c2b642f85cccfd6 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-expected.txt
@@ -948,7 +948,7 @@
"type": "relatedElement",
"value": {
"type": "computedString",
- "value": "label-wrapping-text10 "
+ "value": "label-wrapping-text10"
},
"nativeSource": "labelwrapped",
"nativeSourceValue": {
@@ -956,7 +956,7 @@
"relatedNodes": [
{
"backendDOMNodeId": "<number>",
- "text": "label-wrapping-text10 "
+ "text": "label-wrapping-text10"
}
]
}
@@ -1037,7 +1037,7 @@
"type": "nodeList",
"relatedNodes": [
{
- "text": "label-wrapping-text10 ",
+ "text": "label-wrapping-text10",
"nodeResult": "label"
}
]

Powered by Google App Engine
This is Rietveld 408576698