diff options
author | ramya.v <ramya.v@samsung.com> | 2015-09-11 05:11:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-11 12:12:41 +0000 |
commit | abd3fc3a8be1c817dd44130e8a6e7b5098abfcbd (patch) | |
tree | 73da525f324426025b7902bad55ff941272d45fd /android_webview/tools | |
parent | c218cffcbf243977e431167d778c997bb6d55d63 (diff) | |
download | chromium_src-abd3fc3a8be1c817dd44130e8a6e7b5098abfcbd.zip chromium_src-abd3fc3a8be1c817dd44130e8a6e7b5098abfcbd.tar.gz chromium_src-abd3fc3a8be1c817dd44130e8a6e7b5098abfcbd.tar.bz2 |
Webview Layout Test failure on Android
Unexpected new webview interfaces found.
CSSNamespaceRule support was added in
https://codereview.chromium.org/1321943002.
This patch updates the interface declaration
for the same in android webview expected file.
BUG=529790, 389549, 506603
Review URL: https://codereview.chromium.org/1336463002
Cr-Commit-Position: refs/heads/master@{#348381}
Diffstat (limited to 'android_webview/tools')
-rw-r--r-- | android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt b/android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt index ae70f05..0afcfb1 100644 --- a/android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt +++ b/android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt @@ -259,6 +259,10 @@ interface CSSKeyframesRule interface CSSMediaRule getter media method constructor +interface CSSNamespaceRule + getter namespaceURI + getter prefix + method constructor interface CSSPageRule getter selectorText getter style @@ -271,6 +275,7 @@ interface CSSRule attribute KEYFRAMES_RULE attribute KEYFRAME_RULE attribute MEDIA_RULE + attribute NAMESPACE_RULE attribute PAGE_RULE attribute STYLE_RULE attribute SUPPORTS_RULE |